.azul {
	background-color: #3E6995;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	color: #EAEAEA;
	font-weight: normal;



}
.gris-claro {
	background-color: #EFEFEF;
}
.lineas-sup-inf {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.lineas-izq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;

}
.botones {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #3E6995;
	text-decoration: none;
	font-weight: bold;
}
.botones:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	background-color: #EFEFEF;
	height: 16px;
	width: 100%;

}
.texto-lectura {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;





}
.texto-titulos {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;


}

