.top_menu {
	background-image: url(../images/fondoazul.jpg);
	background-repeat: no-repeat;
}
.fondo_menu {
	background-image: url(../images/fondoazull.jpg);
	background-repeat: repeat-y;
}
.linea_colores {
	background-image: url(../images/linea_colores_azul.jpg);
	background-repeat: no-repeat;
}
.fondo_link {
	background-image: url(../images/punto_azul.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.subtitulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #3F62A6;
	text-decoration: none;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #2B63B1;
	text-decoration: none;
	
}


.links_menu a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.links_menu a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.links_menu a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.links_menu a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #55C0E4;
	text-decoration: none;


}
