.top_menu {
	background-image: url(../images/fondo_naranja.jpg);
	background-repeat: no-repeat;
}
.fondo_menu {
	background-image: url(../images/fondo_naranja_l.jpg);
	background-repeat: repeat-y;
}
.subtitulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CE7867;
	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: #000000;
	text-decoration: none;
}
.linea_colores {
	background-image: url(../images/linea_colores_naranja.jpg);
	background-repeat: no-repeat;
}
.fondo_link {
	background-image: url(../images/punto_naranja.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.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: #F29804;
	text-decoration: none;
}
