/* Parámetros de Menú Horizontal Emergente Superior Para Android*/
.menusuperior {
   background-color: transparent;
}

.margenes {
   background-color: #FFFFFF;
}

#menuemergentesup {
   width: 100%;
   font-family: Verdana;
   font-size: 10px;
}

#principalsup {
   margin: auto;
   padding: 0px;
   outline: 0;
}

#menuemergentesup ul {
   list-style-type: none;
   margin: auto;
}

#menuemergentesup ul li.nivel1sup { /* Sombra del boton*/
   float: left;
   width: 120px;
   text-align: center;
   list-style-type: none;
}

#menuemergentesup ul li.nivel1sup {
   display: block;
   list-style-type: none;
   line-height: 20px;
   height: 20px;
   text-decoration: none;
   color: #6F6F6F;
   text-align: center;
   font-weight: bold;
   background-color: #FFFFFF;
}

#menuemergentesup ul li.nivel1sup:hover {
   display: block;
   list-style-type: none;
   line-height: 20px;
   height: 20px;
   text-align: center;
   text-decoration: none;
   color: #6F6F6F;
   font-weight: bold;
   background-color: #AFE0FF;
   border: 0px;
}

#menuemergentesup ul li a {
   width: 120px;
   display: block;
   border: 1px solid #DCDCDC;
   line-height: 20px;
   height: 20px;
   text-decoration: none;
   list-style-type: none;
   color: #6F6F6F;
   font-weight: bold;
   background-color: #FFFFFF;
   text-align: left;
   text-indent:1px;
   position: relative;
   z-index: 999;
}

#menuemergentesup ul li a.nivel1sup { /* Ancho del texto */
   width: 122px;
   display: block;
   border: 0px;
   line-height: 20px;
   height: 20px;
   list-style-type: none;
   text-decoration: none;
   color: #6F6F6F;
   font-weight: bold;
   background-color: #FFFFFF;
   text-align: center;
   position: relative;
   z-index: 999;
}

#menuemergentesup ul li.nivel1sup:hover {
   position: relative;
}

#menuemergentesup ul li.nivel1sup:hover a.nivel1sup {
   width: 122px;
   background-color: #AFE0FF;
   color: #000000;
   text-align: center;
   list-style-type: none;
   font-weight: bold;
   position: relative;
}

#menuemergentesup ul li ul li a:hover {
   width: 120px;
   background-color: #AFE0FF;
   color: #000000;
   text-align: left;
   text-indent:1px;
   list-style-type: none;
   font-weight: bold;
   position: relative;
}

#menuemergentesup ul li a.nivel1sup {
   display: block!important;display: none;
   position: relative;
}

#menuemergentesup ul li ul {
   display: none;
}

#menuemergentesup ul li a:hover ul, #menuemergentesup ul li:hover ul {
   display: block;
   position: relative;
   left: -40px;
}

#menuemergentesup ul li ul li a {
   width: 120px;
   padding: 0px 0px 0px 0px;
   border: 1px solid #DCDCDC;
}

#menuemergentesup ul li ul li a:hover {
   border: 1px solid #000000;;
   background-color: #AFE0FF;
   position: relative;
}

