@charset "utf-8";
/* CSS Document */

.menuprincipal {
	float: left;
	width: 685px;
	margin: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #510001;
	padding-right: 0px;
	font-weight: bold;
	font-style: normal;
	font-size: 0.7em;
	padding-left: 2px;
	padding-top: 8px;
}
.menuprincipal li {
	float: left;
}

.menuprincipal  li a {
	color: #510001;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
	float: left;
	padding-right: 10px;
	padding-left: 11px;
}
.menuprincipal li a:hover {
	text-decoration: underline;
	background-image: url(../imagenes/fondomenu.png);
	background-repeat:  repeat-x;
	background-position: center;
}
#last a {
	border-right-style: none;
}
.enlaceactivo {
	float: left;
	padding-right: 10px;
	padding-left: 11px;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #999900;
	text-decoration: none;
	background-image: url(../imagenes/activo.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.mapa {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 1.6em;
}
.mapa   li a  {
	width: 635px;
	float: left;
	padding-left: 5px;
}
.mapa li a:hover {
	background-color: #E3E2C6;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	float: left;
}

.mapa li {
	width: 640px;
	float: left;
}

.mapa li ul {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 10px;
}

.mapa   li   ul   li a  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 635px;
	list-style-type: none;
	float: left;
}
.mapa li ul li a:hover {
	text-decoration: underline;
	background-color: #E3E2C6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mapa   li   ul   li .miestilo2 a  {
	width:625px;
	padding-left:15px;
}
.mapa   li   ul   li .miestilo2:hover a  {
	background-color: #510001;
	color:#fff;
}
.menulateral {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFDE6;
	border-right-color: #FFFDE6;
	border-bottom-color: #FFFDE6;
	border-left-color: #FFFDE6;
	list-style-type: none;
	font-weight: bold;
	float: left;
}
.menulateral  li a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFDE6;
	float: left;
	width: 198px;
	color: #FFFFFF;
	text-decoration: none;
}
.menulateral li a:hover {
	color: #FFCC00;
	background-image: url(../imagenes/flecha3.gif);
	background-repeat: no-repeat;
	background-position: 208px center;
	background-color: #B29587;
}

#lastlateral a {
	border-bottom-style: none;
}
.menulateralactivo {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFDE6;
	float: left;
	width: 198px;
	color: #FFCC00;
	text-decoration: none;
	background-image: url(../imagenes/flecha3.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
