@charset "utf-8";

/*ESTILOS ANA ASENSIO*/


body{
	height: 100%;
	margin: 0px;
	background: #000000;
	background-position:top center;
	background-attachment:scroll;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#a8a8a8;
}

.titulos_web {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #CC0000;
	clear: both;
	height: 20px;
	
}



.verdana_negro {
	color: #000000;  
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	text-align:justify;
}



/*links*/
a.links { 
	color:#FFCC99;
	text-decoration:underline;
	
}

a.links:visited { 
	color:#FFCC99; 
	text-decoration:none;

}
	
a.links:active { 
	color:#fffcca; 
	text-decoration:none;

}
a.links:hover { 
	color:#fffcca;
	text-decoration:underline;
}




.barra_horiz_inferior{
	border-bottom-style: dashed ; 
	border-bottom-color: #ADAD7D; 
	border-bottom-width: 1px; 
}

