/*

CSS PARA MENU HORIZONTAL

*/

ul.menuHnivel2 {
list-style-type:none;
width:350px;					/*EVITAMOS QUE SE SOLAPE CON EL LOGO*/
float:right;
position:relative;
display:block;
height:33px;
font-size:.8em;
/*background:url(images/bg.png) repeat-x top left;*/
font-family:Verdana,Helvetica,Arial,sans-serif;
border-color:#000000;
border-style:none none none none;
border-width:1px; 
margin:0;
padding:0;
}

ul.menuHnivel2 li {
display:block;
float:right;
margin:0;
padding:0;
}

ul.menuHnivel2 li a {
float:left;
/*color:#A79787;*/
color:#000000;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menuHnivel2 li a:hover,.current {
color:#fff;
/*background:url(images/bg.png) repeat-x top left;*/
text-decoration:none;
}

ul.menuHnivel2 li a:hover{
	background: url("images/hover.gif") top center no-repeat; /*#2580a2*/
}

ul.menuHnivel2 .current a {
color:#fff;
font-weight:700;
}


/*ORANGE*/
ul.menuHnivel2.orange{
background-color:#DC4900;
}
ul.menuHnivel2.orange li a:hover, .menuHnivel2.orange li.current {
background-color:#F46D00;
}

/*

// CSS PARA MENU HORIZONTAL

*/


