/*===========================================================*/
/* MENU RUBROS
============================================================ */ 
#menu_rubros{
    margin-left: 10px;
    width:170px;
    .width: 170px;
    font-family: 'Open Sans', sans-serif;
    background-color:#f9f9f9;
    border:1px solid #ccc;
}
#menu_rubros li{
    color:#000;
    width: 170px;
    .width: 170px;
    border-bottom:1px solid #ccc;
}
#menu_rubros a:hover{
    text-decoration: underline;
    width: 160px;
    border-bottom:0px solid #ccc;
}
#menu_rubros ul{
    width: 170px;
}
#menu_rubros ul a:active{
    background-color:#b2b199;
    width: 170px;
}
#menu_rubros ul li, #menu_rubros li:
last-child{
    border:none;
    width: 160px;
    .width: 160px;
} 
#menu_rubros a{
    display:block;
    color:#000;
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
    font-size:11px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 160px;
    .width: 160px;
}
#menu_rubros a:hover{
    color:#c13909;
    width: 160px;
    .width: 160px;
}
#menu_rubros ul a{
    background-color:#f9f9f9;
    width: 160px;
    .width: 160px;
    color:#525252;
    }/*Cuando se abre la pestaña, el fondo*/
#menu_rubros ul a:hover{
    background-color:#f0f1f3;/*NARANJA*/
    text-decoration: underline;
    text-decoration: none;
    color:#525252;
    width: 160px;
    text-shadow:none;
}
ul{list-style:none;background-color:#e9e9df;}

#menu_rubros li ul {
    display:none;
    width: 170px;
}
.bor{ border-bottom:0px; }
#etiqueta-categoria{
    width: 172px;
    height: 38px;
    /*background-image: url(../images/menu-repeat.jpg);*/
    background-image: url(../images/productos_bg_menu.jpg);
    background-repeat: repeat-x;
    margin-left: 10px;
    margin-top: 12px;
}
#etiqueta-categoria h1{
 color: #ffffff;
 font-size: 14px;
 text-align: left;
 padding-left: 10px;
 padding-top: 5px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 300
}