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

body  {
	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;
	text-align: justify;
	color:#000000;

}


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


.fontit{
	color: #FFFFFF;
	font-size: 20px;
	
	
}
h1{
	font-size:24px;
	color: #FF0000;
	font-style: italic;
}
h2{
	
	color: #993300;
		font-size:20px;
}




a:link {
	text-decoration: none;
color: #FD8719;

	
}

a:visited{
text-decoration: none;
color: #FD8719;

}
a:hover{
	text-decoration: none;
color: #867606;


}
a:active{
text-decoration: overline;
	


}


a.tit:link {
	text-decoration: none;
	color: #996600;
	font-weight: bolder;
	
}

a.tit:visited{
	text-decoration: none;
color: #993300;
font-weight: bolder;

}
a.anun:hover{
	text-decoration: none;
color: #993300;


}






