@charset "iso-8859-1";
/* CSS Document */

.textoBlanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.textoNegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.textoNegroPeq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.textoAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #265E98;
}
.menu {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.MENU2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #235B96;
	font-weight: bold;
}



.menu-pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #265E98;
	text-decoration: none;
}
.textoNegrGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #235B96;
	font-weight: bold;
}
.titulo1Gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #262626;
	font-weight: bold;
}
.textoBlancoPeq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

