/* AM Manzaneque */
/* ---------------------------------------- */ 
/* Menu_Principal_horizontal */
.menu_h  {
	z-index:80;
	position:absolute;
	top: 500px;
	left: 0px;
	width: 245px;
	height: 14px;
	float:right;
	width: 900px;
	vertical-align: middle;
	text-align: center;
	text-indent: 0;
	white-space: normal;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	word-spacing: 0px;
	list-style-type: none;
	right: 15px;
	background-color: #900;
	line-height: 14px;
	padding: 0px;
}
.menu_h ul {
	list-style-type: none;
}
.menu_h li {
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	float: left;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu_h a, .menu_h a:visited {
	margin:0px;
	display:block;
	text-align:center;
	width: 110px;
	background-position: left;
	text-decoration: none;
	color: #FFF;
	background-color: #900;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu_h a:hover, .menu_h a:active {
	color: #FFF;
	background-color: #640000;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
