/* CSS Document */

.text {    
font-family: Verdana; 
font-size: 10px; 
color: #333333;
text-decoration: none;
}

.titulo {    
font-family: Arial; 
font-size: 20px; 
color: #8C9494;
text-decoration: none;
}

a:hover.text {
text-decoration: underline;
color: #A10404;
}

h1 {
	font-family: Verdana;
	font-size: 16px;
	color: #01479F;
	text-decoration: none;
}

a:hover.h1 {
text-decoration: underline;
color: #A10404;
}

.textcinza {
	font-family: Verdana;
	font-size: 10px;
	color: #8F8F8F;
	text-decoration: none;
}

a:hover.textcinza {
text-decoration: underline;
color: #8F8F8F;
}


.menu_vertical {    
font-family: Verdana; 
font-size: 10px; 
color: #FFFFFF;
text-decoration: none;
padding:6px;
padding-left:22px
}

a:hover.textorange {
text-decoration: underline;
color: #E38B03;
}

.white {    
font-family: Verdana; 
font-size: 10px;
color: white;
text-decoration: none;
}

a:hover.white {
text-decoration: underline;
color: white;
} 

.forms {
	font-family: Verdana;
	font-size: 10px;
	color: #28166F;
	background-color: white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white; 
	border-left: 1px solid white;
}

.forms2 {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	background-color: #687135;
	border-top: 1px solid #D7EFAE;
	border-right: 1px solid #D7EFAE;
	border-bottom: 1px solid #D7EFAE; 
	border-left: 1px solid #D7EFAE;
}		

