@charset "utf-8";
/* CSS Document */

.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Estilo2 {
	color: #996600;
}

#menu_east{
	vertical-align: top;
}
#opcion_east{
	margin: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(../img/fondo_barra_amarillo.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
	top: 0px;
	background-repeat:  repeat-x;
}

.li_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	list-style-type: none;
	font-style: normal;
}
.li_new {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	list-style-type: none;
	font-style: normal;
	list-style-image: url(../img/img/new.gif);
}
.li_vino {

	list-style-image: url(../img/img/uvas.gif);
}
.li_beer {

	list-style-image: url(../img/img/escudo.gif);
}
.precio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	font-style: normal;
}
.descripcion_plato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
	font-weight: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
