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

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004A8E;
	font-weight: normal;
}

.fondo_cap {
	background-image: url(images/fondo_cap.jpg);
}

.boton1 {
	background-image: url(images/boton1.jpg);
}

.puntos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #004A8E;
}
.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0078AC;
	font-weight: bold;
}

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1FA5FF;
	text-decoration: none;
}

.menu2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1FA5FF;
	text-decoration: underline;
}

.menu2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1FA5FF;
	text-decoration: none;
}

.menu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004A8E;
	text-decoration: none;
}


