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

.a_azul{
	font-weight: bolder;
	color: #6592a5;
	text-decoration: none;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}


.a_azul:hover{
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: italic;
}

.barras_cabeceras{
	background-image: url(img/barracabezeras.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 495px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-align: center;
	height: 30px;
}

.a_descargar_pdf{
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	background-color: #6592a5;
	padding: 1px;
	font-family: Verdana, Geneva, sans-serif;
	width: 150px;
}

.a_descargar_pdf:hover{
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	padding: 1px;
	font-family: Verdana, Geneva, sans-serif;
	width: 150px;
}

.fondo_cabecera{
	background-image: url(img/fondocabezera.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
}