@charset "utf-8";
/* CSS menu */

.contenido_menu_texto {
float:right;
clear:both;
width:250px;
margin-bottom:20px;
}
.contenido_dinamico_menu {
float:left;
clear:both;
width:100%;
}

/****************** modulo ********************/

.menu_table {margin:40px 0 40px 0;}
.menu_table td { vertical-align:top;}

.menu_contenedor_tipo { width:155px; margin:0 4px 35px 4px;}
.menu_nombre_tipo {
padding-left:20px;
background: url(../images/circulo.gif) no-repeat top left;
line-height:17px;
font-size: 13px;
font-weight: bold;
font-family: "trebuchet MS";
color: #fd5204;
margin-bottom:15px;
}
.menu_contenedor_producto {
margin-bottom:8px;
}
.menu_nombre_producto {
font-size: 12px;
font-weight: bold;
font-family: "trebuchet MS";
/*color: #929286;*/
color: #727261;
}
.menu_detalle_producto {
font-size: 12px;
font-family: "trebuchet MS";
color: #929286;
}
.menu_copas { text-align:right;}

/**** vinos *****/
.menu_contenedor_vinos {
margin-top:40px;
border:8px solid #ECEDE8;
}
.menu_vinos {padding:10px; }
.menu_vinos_lista {
font-size: 12px;
font-weight: bold;
font-family: "trebuchet MS";
color: #929286;
}



