.hmenu {
	padding:0;
	margin:0;
	list-style:none;
	height:43px;
	position:relative;
	z-index:1;	
}
.hmenu li {
	float:left;	
}
.hmenu li:last-child {
	border-bottom: 4px solid #D12011;
}
.hmenu li a {
	display:block;
	float:left;
	height:34px;
	background: url(../imagenes/menu/navb.png) top left repeat-x;
	color:#000;
	text-decoration:none;
	font-size:12px;
	padding: 9px 17px 0 17px;
	font-family:Verdana;	
}
.hmenu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.hmenu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
}
.hmenu li:hover {
	position:relative;
	z-index:200;
}
.hmenu li:hover > a {
	color:#fff;
	background: url(../imagenes/menu/navb.png) top left repeat-x;
	background-position: 0 -43px;
}
.hmenu li:hover > a.sub {
	color:#fff;
	background: url(../imagenes/menu/navb.png) top left repeat-x;
	background-position: 0 -43px;
}
.hmenu li.current a {
	color:#fff;
	background:#840;
}
.hmenu li a.sub {
	background: url(../imagenes/menu/navb.png) top left repeat-x;
}
.hmenu :hover ul {
	left:0;
	top:40px;
	width:120px;
	background:#444;
}
/* keep the 'next' level invisible by placing it off screen. */
.hmenu ul, .hmenu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
.hmenu :hover ul :hover ul {
	left:160px;
	top:0;
	background:#222;
	white-space:nowrap;
	width:100px;
	z-index:200;
	height:auto;
}
.hmenu :hover ul li {
	margin:0;
}
.hmenu :hover ul li a 
{
	min-width:160px;
	padding:0;
	padding-left:10px;
	background:#947301;
	color:#fff;
	 min-height:30px;
	 padding-top:10px;
}


.hmenu :hover ul li.long a {
	width:250px;
	padding:0;
	text-indent:10px;
	background:#2b2b2b;
	color:#ccc;
	 min-height:30px;
}
.hmenu ul.flota {
	margin:0;
	width: 300px;
	float: left;
	height: 240px;
	background: #2b2b2b;
	border-bottom: 4px solid #ff6c00;
}
.hmenu ul.flota li.float a {
	width:150px;
	padding:0;
	text-indent:10px;
	background:#2b2b2b;
	color:#ccc;
	height:30px;
	line-height:30px;
	float: left;
}
.hmenu li.float:last-child {	border: 0;}
.hmenu .borde {	border-bottom: 4px solid #ff6c00;font-weight: normal;}
.hmenu :hover ul li a.fly {	background: #947301 url(../imagenes/menu/right-arrow.gif) no-repeat right center;}
.hmenu :hover ul :hover, .hmenu :hover ul li.long a:hover, .hmenu ul.flota li.float a:hover {
	background-color:#A34123;
	color:#fff;
}
.hmenu :hover ul :hover a.fly {background-color:#A34123;color:#fff;}
.hmenu :hover ul :hover ul li a {width:175px;padding:0; padding-top:10px; padding-left:10px;background:#947301;color:#fff;}
.hmenu :hover ul :hover ul :hover {background-color:#A04B1C;color:#fff;}
.hmenu span {font-size: 13px;font-weight: bold;	display: block;}
.hmenu span em {font-size: 12px;font-weight: normal;display:block;}
em { font-style:normal;}



/*Vertical*/

.vmenu {	z-index:500; padding:0;margin:0; margin-left:10px; font-size :12px;}
.vmenu ul {z-index:500;padding:0;margin:0; list-style-type: none;float: left;}
.vmenu ul li.nivel1 {width: 180px;}
.vmenu ul li.primera { border-bottom:solid 1px #F0F0F0;}
.vmenu ul li a {display: block;text-decoration: none;color:#333;  padding:8px; position: relative;}
.vmenu ul li {  border-bottom:solid 1px #f0f0f0;}
.vmenu ul li:hover {position: relative;color: #000;color: #D2522D;}
.vmenu ul li a:hover, .vmenu ul li:hover > a.nivel1 {color: #D2522D;position: relative;}
.vmenu ul li a.nivel1 {display: block!important;display: none;position: relative;}
.vmenu ul li ul {display: none; border:solid 1px #ccc; background-color:#fff;}
.vmenu ul li a:hover ul, .vmenu ul li:hover > ul {z-index:500;display: block;position: absolute;left: 180px;top:-1px!important;top: -31px;}
.vmenu ul li ul li a {width: 144px;color:#333; border:0;}
.vmenu ul li ul li a:hover {position: relative;color:#D2522D; background-color:#fff;}
table.falsa {border-collapse:collapse;border:0px;float: left;position: relative;}
.fle1{background-image:url(../imagenes/fle1.gif); background-repeat:no-repeat; background-position:right ;}


.banners{ margin-top:30px; }
.bannerLine{background-image:url(../imagenes/bannerLine.gif); padding-bottom:2px; background-position :bottom; background-repeat:repeat-x;}
.banners ul{ margin:0;padding:0; list-style:none;}
.banners ul li{display:block;margin-top:20px;margin-bottom:7px;}
.banners ul li a{display:block}
.banners ul li:hover{background-image:url(../imagenes/bgBanners.gif);background-position:bottom;background-repeat:repeat-x; }