@charset "UTF-8";
.background {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(imagenes/fondos/fondo_home.jpg);
	background-repeat: no-repeat;
}
.textosmarron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
}
.textosazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #009999;
}
.textosazulbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #009999;
	font-weight: bold;
}
.textosmarronbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	font-weight: bold;
}
.textosmarron11pix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #660000;
}
.texto-times {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	font-weight: 400;
}
.textosazultitular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #009999;
}
.textosazulsubtitulat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #009999;
}
.textosnoticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.textosnegrotitular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #000000;
}
.textosnegrosubtitular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #000000;
}
.borde_tabla {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #9999CC;
}
.headertabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background-color: #DCE7ED;
}
.cuerpo {
	background-color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

