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

.menublanco {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	text-decoration:none;
	font-size: 16px
}
.menuazul {
	font-family: Arial, Helvetica, sans-serif;
	color: #18276A;
	font-weight: bold;
	border: none;
	text-decoration:none;
	font-size: 16px
}
body {
	background-color: #18276A;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B2B2B;
	line-height:150%;
	
}

.textopequeño {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	
}
.enlace{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textoazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111151;
	line-height:130%;
	font-weight: bold;
	
}
.linkabajo {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	border: none;
	font-size: 10px;
	text-decoration:none;
	
}

.tituloazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111151;
	font-weight: bold;
	
}
.textoazulpeq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111151;
	line-height:130%;
	font-weight: bold;
	
}