@charset "utf-8";
/* CSS Document */

body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:8px;
	text-align: justify;
	color:#FFFFFF;
background-color: #FFFFFF;

}

.blanco{
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
}

.barra1{
	color: #000000;
	font-size: 14px;	
	background-color: #FFFFFF;
}
.barratitulo{
	color: #666666;
	font-size: 16px;
	background-image: url(/img/titulo-tablas.gif);
	height: 76px;	
}

h1{
	font-size:20px;
	color: #990000;
}


		
a.barramenu:link {

color: #FF7D01; 
	
}

a.barramenu:visited{
text-decoration: none;
color: #FF7D01;
}

a.barramenu:active{
text-decoration: overline;
color: #FF7D01;

}
a.barramenu:hover{
	text-decoration: none;
color: #FFFFFF;

		}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	
}

a:visited{

color: #FFFFFF;
text-decoration: none;
	font-size: 18px;

}
a:hover{
	text-decoration: none;
		font-size: 15px;



}
a:active{

text-decoration: none;
	font-size: 18px;
	


}








