/******* MENU DINAMICO DESPLEGABLE *******/
#desplegable {
  border: solid 0px;
  border-top: none;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 190px;

}

#desplegable_cabecera_encima ul {
        padding-left: 0;
        float: left;
        width: 100%;
        font-weight: bold;
        margin-left : 0px;
        text-align : left;
        font-size : 2px;
}

#desplegable_cabecera_encima ul li {
        display: inline;
}

.borde_t {
  background-image: url('iconos/borde_t.gif');
  width : 182px;
}

.borde_tl {
  background-image: url('iconos/borde_tl.gif');
  width : 4px;
  background-repeat : no-repeat;
}

.borde_tr {
  background-image: url('iconos/borde_tr.gif');
  width : 4px;
  background-repeat : no-repeat;
}


#desplegable_cabecera_debajo ul {
        padding-left: 0;
        float: left;
        width: 100%;
        font-weight: bold;
        margin-left : 0px;
        text-align : left;
        font-size : 3px;
}

#desplegable_cabecera_debajo ul li {
        display: inline;
}

.borde_b {
  background-image: url('iconos/borde_b.gif');
  width : 182px;
}

.borde_bl {
  background-image: url('iconos/borde_bl.gif');
  width : 4px;
  background-repeat : no-repeat;
}

.borde_br {
  background-image: url('iconos/borde_br.gif');
  width : 4px;
  background-repeat : no-repeat;
}


#desplegable_cabecera {
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  /* border: solid 1px; */
  margin-top: 0px;
  background: #000063;
  color : White;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  padding-bottom : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-top : 0px;
}

#desplegable_contenido {
  /*border: solid 1px; */
  border-top: none;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  background: #FFFFFF;
}

.desplegable_nivel0 {
  display: block;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  /*background: #CED7EF url('iconos/flecha_menu.gif') no-repeat;*/
  background: #CED7EF;
  background-position: 3px 7px;
  border-top : 2px solid #DFE1FF;
  border-left : 2px solid #E9EDF8;
  border-bottom : 1px solid #AEBFE2;
  border-right : 1px solid #B5C4E5;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-right: 2px;
  padding-left : 14px;
 }
a.desplegable_nivel0:link         {color: #000000;}
a.desplegable_nivel0:link:visited {color: #000000;}
a.desplegable_nivel0:link:hover   {
        color: #000063;
        /*background: #ECEEF8;*/
         background: #CED7EF url('iconos/flecha_menu.gif') no-repeat;
        background-position: 3px 7px;
}

.desplegable_nivel0_seleccionado {
  display: block;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  background: #B1BDE5;
  /*background: #CED7EF url('iconos/flecha_menu.gif') no-repeat;*/
  background-position: 3px 7px;
  border-top : 0px solid #CED1FF;
  border-left : 2px solid #CED1FF;
  border-bottom : 1px solid #98AEDA;
  border-right : 1px solid #98AEDA;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-right: 2px;
  padding-left : 14px;
}

.desplegable_nivel1 {
  display: block;
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  background: #CED7EF;
  border-top : 2px solid #DFE1FF;
  border-left : 2px solid #E9EDF8;
  border-bottom : 1px solid #AEBFE2;
  border-right : 1px solid #B5C4E5;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-right: 2px;
  padding-left : 10px;
}
a.desplegable_nivel1:link         {color: #000000;}
a.desplegable_nivel1:link:visited {color: #000000;}
a.desplegable_nivel1:link:hover   {color: #000063; background: #ECEEF8;}

.desplegable_nivel1_seleccionado {
  display: block;
  font-family: verdana;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  border-top : 0px solid #CED1FF;
  border-left : 2px solid #CED1FF;
  border-bottom : 1px solid #98AEDA;
  border-right : 1px solid #98AEDA;
  background: #A1AFDE;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-right: 2px;
  padding-left : 5px;
}

.desplegable_niveln {
  display: block;
  font-family: verdana;
  font-size: 10px;
  color: #000000;
  border-top : 2px solid #DFE1FF;
  border-left : 2px solid #E9EDF8;
  border-bottom : 1px solid #AEBFE2;
  border-right : 1px solid #B5C4E5;
  background: #CED7EF;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-right: 2px;
  padding-left : 5px;
}

a.desplegable_niveln:link         {color: #000000;}
a.desplegable_niveln:link:visited {color: #000000;}
a.desplegable_niveln:link:hover   {color: #000063; background: #ECEEF8;}

.desplegable_niveln_seleccionado {
  display: block;
  font-family: verdana;
  font-size: 10px;
  color: #000000;
  border-top : 0px solid #CED1FF;
  border-left : 2px solid #CED1FF;
  border-bottom : 1px solid #98AEDA;
  border-right : 1px solid #98AEDA;
  font-weight: bold;
  background: #A1AFDE;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-right: 2px;
  padding-left : 5px;
}

.desplegable_oculto {
  display: none;
}
