.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
.enlaces {
	text-decoration:none;
 	color: #FFFFFF;
}
.enlaces:hover {
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}
.blanco{
	color: #FFFFFF;
}
.azul_claro{
	color: #C1E3F9;
}
.azul_oscuro{
	color: #6266A3;
}
.rojo{
	color: #C40000;
}
.enlaces1 {
	text-decoration:none;
 	color: #6266A3;
}
.enlaces1:hover {
	color: #C40000;
	text-decoration: underline;
}
