/************************************************************************************
/*                                      ESTRUCTURA
************************************************************************************/

body {
	text-align: center;
	margin: 0px auto;
	background-color:#000000;
	font-family: "Myriad Pro", Arial;
	font-size: 12px;
}

#contenedor {
	width:736px;
	margin: 0px auto;
	text-align: left;
}
#cabecera {
	width:736px;
	height:252px;
}
#zonacentro {
	width:736px;
	height:199px;
}
#menu {
	width:231px;
	height:199px;
	float:left;
}
#men_iz {
	width:34px;
	height:199px;
	float:left;
}
#men_centro {
	width:182px;
	height:199px;
	float:left;
}
#centro1 {
	width:182px;
	height:17px;
}
#centro2 {
	width:182px;
	height:163px;
	background-image:url(../images/men_central.jpg);
}
#centro3 {
	width:182px;
	height:19px;
}
#men_der {
	width:15px;
	height:199px;
	float:left;
}
#bodegon {
	width:233px;
	height:199px;
	float:left;
}
#bienvenida {
	width:272px;
	height:199px;
	float:left;
	margin-top: 0px;
}
#bienvenida1 {
	width:272px;
	height:21px;
}
#bienvenida2 {
	width:272px;
	height:46px;
	margin-top: 8px !important;
	margin-top: 0px;
}
#bienvenida3 {
	width:272px;
	height:90px;
	background-color:#241614;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c2b799;
}

#bienvenida3 a{
	width:272px;
	height:90px;
	background-color:#241614;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ada069;
}
#bienvenida3 li {
	text-decoration: underline;
	color: #ada069;
}
#bienvenida4 {
	width:272px;
	height:15px;
}
#bienvenida5 {
	width:272px;
	height:19px;
}
#zonainferior {
	width:736px;
	/*height:210px;*/
	background-color:#d4cebf;
}
#productos {
	width:365px;
	height:210px;
	float:left;
}
#jarra {
	width:62px;
	height:210px;
	float:left;
}
#datos {
	width:259px;
	height:180px;
	background-color:#d4cebf;
	float:left;
	padding: 30px 0px 0px 50px;
}
#piepagina1 {
	width:736px;
	height:17px;
}
#piepagina2 {
	width:736px;
	height:64px;
	background-color:#0e0d0d;
}
/************************************************************************************
/*                                     GENERAL
************************************************************************************/
p, .titulo, .subtitulo {
	margin-top: 5px;
	margin-bottom: 5px;
}
.titulo, .subtitulo {
	font-weight: bold;
}
.titulo {
	text-transform: uppercase;
}
a.enlaces {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	color:#336633;
}
/************************************************************************************
/*                                   DISEŅO MENU
************************************************************************************/

#navi {
	list-style-image:url(../images/icono1.gif);
	font-size:14px;
	color:#fcf1c5;
	text-decoration:none;
	text-align:left;
	line-height:24px;
	margin-top: 0px;
}
#navi a {
	list-style-image:url(../images/icono1.gif);
	font-size:14px;
	color:#fcf1c5;
	text-decoration:none;
	text-align:left;
	line-height:24px;
	margin-top: 0px;
}
/************************************************************************************
/*                                  DISEŅO ZONA CENTRO
************************************************************************************/

#centro_contenido {
	border: 1px solid transparent !important;
	border: 0px;
	padding:1px 10px 10px 10px;
	text-align: justify;
}
/************************************************************************************
/*                                      HOME
************************************************************************************/
.home_titulo {
	font-size: 20px;
	color: #800000;
}
.home_subtitulo a {
	font-size: 13px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}
/************************************************************************************
/*                                      HOME
************************************************************************************/
.lista_nosotros li {
	list-style-image:url(../images/icono2.gif);
}
/************************************************************************************
/*                                   FORMULARIOS
************************************************************************************/
input, select, textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #669966;
	border: 1px solid #006633;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	width: 560px;
}
form fieldset {
	/* clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */  border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
form fieldset legend {
	font-size:12px; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter *//* pseudo-class on legend elements, but do support it on label elements *//* we instead underline first letter on each label element and accesskey *//* each input. doing only legends would  lessens cognitive load *//* opera breaks after first letter underlined legends but not labels */
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
	letter-spacing: 1px;
}
form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/************************************************************************************
/*                                   NOTICIAS
************************************************************************************/
.not_cuerpo {
	width: 620px;
	float: left;
}
.not_imagen {
	width: 75px;
	height: auto!important; /* para los browsers buenos */
	height: 50px; /* para IE5+ */
	min-height: 50px; /* para los browsers buenos */
	margin: 0px 5px 0px 635px !important;
	margin: 0px 5px 0px 5px;
}
.not_enlaces {
	text-align:center;
}
.not_separador {
	border-bottom: 1px solid #000000;
	width: 150px;
	margin-left: 285px;
	line-height: 5px;
}
/************************************************************************************
/*                                   CATALOGO
************************************************************************************/
#tabla_catalogo {
	border: 1px solid #000000;
	padding: 2px;
}
#tabla_catalogo_cabecera {
	background-color: #E6FFE1;
	font-weight: bold;
}
.input_vacio {
	background: none;
	border: none;
	height: 20px;
	width: 20px;
}
.cat_fila {
	height: 252px;
	margin-bottom: 5px;
}
.cat_celda {
	border: 1px solid #333333;
	height: 240px;
	width: 210px;
	float: left;
	padding: 5px;
	margin-left: 5px;
}
.cat_imagen {
	text-align: center;
}
.cat_info {
	width:180px;
	float: left;
	margin-right: 5px !important;
	margin-right: 0px;
}
.cat_carrito {
	margin-top: 20px;
}

