html {
	font-size: 62.5%; /* 10px == 1rem == 1em */
	background-color: #FFFFFF;
}



body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;    font-size: 1.3rem;
	background-color: transparent;
	color: #666666;
}

hr {
	color: #999999;
	background-color: #999999;
	height: 2px; height: 0.2rem;
	border: 0;
	width: 100%;
}

a:link, a:visited {
    color: #666666;
    text-decoration:none;
}
a:hover, a.umh:hover {
    text-decoration:none;
    color:#666666;
}


.texto{
	color:#404040;
    font-size:13px;	font-size:1.3rem;
       font-weight:normal;
}

.titulos{
    color:#606070;
 	font-size:16px;	font-size:1.6rem;
	font-weight:bolder;
	margin: 0px;
	padding-top:10px;	padding-top:1.0rem;
	padding-bottom:4px;	padding-bottom:0.4rem;
}


.titulos2{
        color:#606070;
    font-size:12px;	font-size:1.2rem;
	font-weight:bolder;
	margin: 0px;
	padding-top:2px;	padding-top:0.2rem;
	padding-bottom:2px;	padding-bottom:0.2rem;
}

.titulos3 {
	font-size:16px;	font-size:1.6rem;
	color: #C17581;
	font-weight: bolder;
	margin: 0px;
	padding-top:2px;	padding-top:0.2rem;
	padding-bottom:2px;	padding-bottom:0.2rem;
}


.pie{
    color:#606070;
    font-size:12px;	font-size:1.2rem;
	font-weight:bolder;
	margin: 0px;
	padding-top:2px;	padding-top:0.2rem;
	padding-bottom:2px;	padding-bottom:0.2rem;

}

#logoumh {
	width: 90px;	width: 9.0rem;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;	font-size: 2.2rem;
	color: #444444;
}
.Estilo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	font-size: 1.8rem;
	color: #666666; }
.Estilo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;	font-size: 3.6rem;
	color: #999933; }
.Estilo4 {
	font-size: 24px;	font-size: 2.4rem;
	color: #C17581;
	font-weight: bold;
}
.Estilo5 {
	font-size: 14px;	font-size: 1.4rem;
	color: #888888;
	font-weight: bold;
}