.menu_head {
cursor: pointer;
position: relative;
text-decoration: none;
font-weight: bold;
list-style: none;

}



.menu_body {

display:none;
}
.menu_body a {
display:block;

cursor: pointer;
position: relative;
text-decoration: none;
font-weight: bold;
list-style: none;

}
.menu_body a:hover {
}

/*
#menu ul li {
display: block;
height: 30px;
/*vertical-align: middle;*/


/*
list-style: none;
}
#menu ul li a {
display: block;
border-bottom: 1px dashed #eee;
text-decoration: none;
font-weight: bold;
list-style: none;
padding-left: 30px;
}
*/

#menusito{
padding: 3px 0 0 0;
text-align: center;
font-size: 16px; 
/*text-decoration:none;*/
color: white;
}
#menusito_sub{
padding: 3px 0 0 0;
text-align: center;
font-size: 16px; 
color: black;
}


#gris_oscuro{
background: transparent url(../imagenes/botones/gris_oscuro.png) no-repeat scroll center;
width: 180px;
height: 26px;
padding-bottom: 0px;

}

#gris_claro {
background: transparent url(../imagenes/botones/gris_claro.png) no-repeat scroll center;
width: 180px;
height: 26px;
padding-bottom: 0px;
}
#gris_medio {
background: transparent url(../imagenes/botones/gris_medio.png) no-repeat scroll center;
width: 180px;
height: 26px;
padding-bottom: 0px;
}


#gris_oscuro:hover{
background: transparent url(../imagenes/botones/gris_oscuro_h.png) no-repeat scroll center;
width: 180px;
height: 26px;
padding-bottom: 0px;

}

#gris_claro:hover {
background: transparent url(../imagenes/botones/gris_claro_h.png) no-repeat scroll center;
width: 180px;
height: 26px;
padding-bottom: 0px;
}
#gris_medio:hover {
background: transparent url(../imagenes/botones/gris_medio_h.png) no-repeat scroll center;
width: 180px;
height: 26px;
padding-bottom: 0px;
}