/*MENU HEADER*/
#menu_header{ font-size: 20px; font-family: trebuchet ms; width: 100%; margin: 0px auto; clear: both; height: 30px;}
#menu_header ul{margin: 0px; padding: 0px; list-style: none; text-align: center; font-weight: bold;}
#menu_header ul li{#138DC6 no-repeat right top; margin: 0px; font-size: 16px; float: left; height: 30px;}
#menu_header ul li a:link, #menu_header ul li a:visited{display: block; text-decoration: none; color: #FFF; padding: 5px 0px 0px 0px; height: 25px;}
#menu_header ul li a:hover, #menu_header ul li a:active{background: #29B4F4 no-repeat 0px 0px; color: #FFF;}

#menu_header ul .bot_menu_01 a:hover, #menu_header ul .bot_menu_01 a:active{#29B4F4 no-repeat 0px 0px; color: #FFF;}

#menu_header li.last{background: none; padding: 0px;}

#menu_header .bot_firts{width: 135px;}
#menu_header .bot_last{width: 140px; background: none; padding: 0px;}

/*MENU DESPLEGABLE: LA CLASE MENU ESTA DEFINIDA EN MAIN.JS*/
#menu_header .menu{left: 0px; padding: 0px; position: absolute; top: 0px; visibility: hidden; z-index: 9999; font: 11px/100% Arial, Helvetica, sans-serif; text-align: left; color: #FFF;}
#menu_header .menu h3{font: bold 12px Arial, Helvetica, sans-serif; margin: 0px; padding: 10px 0px 15px 18px; color: #92b3db; letter-spacing: normal; }
#menu_header .menu p{ min-width:120px; border-bottom:1px solid #65C8F8;border-left:2px solid #0989C4;background: #29B4F4 no-repeat 15px 4px; margin: 0px; padding: 5px 20px 10px 26px; font-size: 12px; clear: both; }
#menu_header .menu p:hover{border-left:2px solid #0989C4;background: #0B9ADF no-repeat 15px 4px; margin: 0px; padding: 5px 20px 10px 26px; font-size: 12px; clear: both;}
#menu_header .menu a:link, #menu_header .menu a:visited{color: #FFF; text-decoration: none;}
#menu_header .menu a:hover, #menu_header .menu a:active{color: #ffffff; text-decoration: none;}
#menu_header .menu .columnas{float: left;}
#menu_header .menu .columnas .vri{padding-left: 15px; }
#menu_header .menu .columnas .banner{padding-left: 15px; }
#menu_header .menu .fondo{background: #29B4F4 repeat-x 0px 0px; overflow: hidden; width: 350px; -moz-border-radius-topleft: 0px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 3px;-moz-border-radius-bottomleft: 3px;-webkit-border-radius: 0px 0px 3px 3px;border-radius: 0px 0px 3px 3px; padding-bottom:10px;}
#menu_header .menu .fondo_3col{background: #29B4F4 repeat-x 0px 0px; overflow: hidden; width: 310px; -moz-border-radius-topleft: 0px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 3px;-moz-border-radius-bottomleft: 3px;-webkit-border-radius: 0px 0px 3px 3px;border-radius: 0px 0px 3px 3px; padding-bottom:10px;}
#menu_header .menu.last{margin-left: -191px;}

