/*TOP MENU*/
#navegador { font-size: 17px; margin-top:8px; margin-bottom: 2px; font-family: Georgia, "Times New Roman", Times, serif; }
#navegador a { padding-top:14px; color: #ffc; text-decoration: none; background:url(../../common/img/ico_menu_top.png) no-repeat  0 -57px; padding-left:37px; display:block; height:31px; font-size: 17px; }
#navegador a:hover, #navegador a.current { color: #fff; text-decoration: none; background:url(../../common/img/ico_menu_top.png) no-repeat; }
#navegador ul { list-style-type: none; margin: 0; padding: 0; display:inline; }
#navegador li { float: left; margin: 0; padding: 0; display:block }

/*MENU NUEVOS*/


.arrowlistmenu { width: 218px; padding-bottom:12px; background:#f2f2f2; border: solid 1px #ccc; font-family:Arial, Helvetica, sans-serif; margin-top:10px }
.arrowlistmenu h3.menuheader { font-size:12px; cursor:pointer; display:block; border: solid 1px #ccc; border-left:0; border-right:0; border-top:0; width:178px; padding:12px 20px; background:url(../img/menu_vert_cat_princ.png) no-repeat 0 -50px; margin-bottom: 0px; display:block; height:17px; color:#fff }
.arrowlistmenu h3.openheader {cursor: auto; background:url(../img/bg_menu_nuevos.png) no-repeat; color:#fff ; background:url(../img/menu_vert_cat_princ.png) no-repeat; }


.arrowlistmenu ul { list-style:none; }
.arrowlistmenu ul li { padding-bottom: 2px; width:218px; margin:0 }
.arrowlistmenu ul li a { color: #666; display: block; padding: 6px 6px 6px 19px; text-decoration: none; font-weight: bold; width:193px; border-bottom: 1px solid #dadada; background:url(../img/menu_vert_icos.gif) no-repeat 0 -121px;}
.arrowlistmenu ul li a:hover { color: #4c8bc9; background: #fff url(../img/menu_vert_icos.gif) no-repeat 0 -272px; }
.arrowlistmenu ul li a.actual { color:#fff; background: #4b88c6 url(../img/menu_vert_icos.gif) no-repeat 0 0;}

