#cabecera{
height: auto;
}

#cabecera_sup{
height:100px;

}
#cabecera_sup_izq{
width: 250px;
float: left;

/* bajamos el logo*/
margin-top:20px;
}
#cabecera_sup_der{
width: 500px;
float:right;
}
#menu{
width: 100%;
height: 20px;
background: url('/imagenes/borde_menu_izq.png') no-repeat top left  #00CC33;

}

#texto_menu{
color:#FFFFFF;
font-size: 11px;
font-weight:bold;
text-align:left;
margin-left: 15px;
margin-right:15px;
/*text-decoration:underline;*/
vertical-align: middle;
/*height: 100%;*/
}
#texto_menu a{
color:#FFFFFF;
text-decoration:none;
}
#borde_menu_izq{

width: 11px;
height: 20px;
background: url('/imagenes/borde_menu_izq.png') no-repeat top left #00CC33;
}
#borde_menu_der{
float:right;
width: 11px;
height: 20px;
background: url('/imagenes/borde_menu_der.png') no-repeat top right #00CC33;
}

#opcion_menu{
background-color: #00cc33;
text-decoration:none;
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
}

#opcion_menu a{
text-decoration:none;
color: #FFFFFF;
font-weight: bold;
}

#opcion_menu_gris{
background-color: #666666;
text-decoration:none;
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
}

#opcion_menu_gris a{
text-decoration:underline;
color: #FFFFFF;
font-weight: bold;
}

