.img_menu{
width:100%;
height:46px;
position:relative;
background-image:url(../img/esquina_header3.jpg);
background-repeat:no-repeat;
border:0px solid #000000;
}

.menu {
width:500px;
height:29px;
font-size:0.85em;
/*position:relative;*/
position:absolute;
left:140px;
z-index:100;
border:0px solid red;
background-color:inherit; 
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
/*width:145px;*/
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
/*width:145px;*/
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-family:Arial,Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none; 
color:#fff; 
/*width:145px; */
width:auto;
height:29px; 
border:0px solid #fff; 
border-width:0px 0px 0 0; 
/*background-color:#89b2c8; */
background-color:inherit;
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
/*width:130px;
w\idth:139px;*/
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop2:visited {
/*background:#f29400 url(../../graphics/drop.gif) bottom right no-repeat;*/
background:#ffffff url(../../graphics/drop.gif) bottom right no-repeat;
color:#ca2c30;
font-size:12px;
font-weight:bold;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
/*background:#e2dfa8;*/
background-color:inherit;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:29px;
left:0; 
/*width:145px;*/
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:29px;
t\op:29px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:145px; 
top:0;
/*width:145px;*/
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-145px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ffffff;/*f29400*/
color:#ca2c30;
text-align:left; 
height:auto; 
line-height:1em; 
padding:5px 8px; 
width:129px;
font-size:12px;
font-weight:bold;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:145px;
w\idth:145px;
}





/* -------------------------------------------------------------*/


.menu ul ul a.drop:hover{
/*background:#d88400 url(../../graphics/drop.gif) bottom right no-repeat;*/
background:#e2dbdb url(../../graphics/drop.gif) bottom right no-repeat;
color:#ca2c30;
font-size:12px;
font-weight:bold;
}
.menu ul ul a:hover {
background:#d88400;/*d4d8bd*/
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 8px; 
width:129px;
font-size:12px;
font-weight:bold;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:130px;
w\idth:129px;
}


.img_hover{
}
.img_hover a{
font-family:Arial,Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}
.img_hover a:hover{
background-image:url(../img/img_hover_menu.gif);
background-repeat:repeat-x;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
/*color:#fff; */
/*background:#949e7c;*/
background-color:#ffffff;

color:#ca2c30;
background-image:url(../img/menu_degradat_header.gif);
background-repeat:repeat-x;
font-family:Arial,Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}
.menu :hover > a, .menu ul ul :hover > a {
/*background-color:#d88400;*/

background-color:inherit;
color:#ca2c30;
background-image:url(../img/menu_degradat_header.gif);
background-repeat:repeat-x;
font-family:Arial,Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

/* -------------------------------------------------------------*/








/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}


/* ---------------------------- */
.txt_negro {
	font: 11px trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
