@charset "UTF-8";
.fondo_menu {
	background-image: url(../img/menu_fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.navegacion {
	font-family: Verdana, Sans_serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #993300;
	padding: 5px;
	word-spacing: normal;
	letter-spacing: 0px;
	text-decoration: none;
}
.navegacion:hover {
	font-family: Verdana, Sans_serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 5px;
	word-spacing: normal;
	letter-spacing: 0px;
}
.separadores {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #993300;
}
.titulos {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.subtitulos {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.textos {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 5px;
}
.ligas {
	font-family: Verdana, Sans_serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	padding: 0px;
	word-spacing: normal;
	letter-spacing: 0px;
	text-decoration: none;
}
.ligas:hover {
	font-family: Verdana, Sans_serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0033CC;
	padding: 5px;
	word-spacing: normal;
	letter-spacing: 0px;
}
