/* HTML */
body { 
	font-family:Arial, Verdana, Tahoma;
	font-size:11px; 
	color:#028d4c; 
	font-weight:normal; 
	text-align:left; 
	margin:0;
	background-image:url(../images/back.jpg);
}
h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#ece9d8; 
	font-weight:bold; 
}

/* PLANTILLA BÁSICA */
#G { /* todo */
	width:900px;
	height:auto;		
	margin:auto;
}
#content {
	width:900px;
	height:auto;
	float:left;	
}
#barwww { /* bottom inferior */
	width:880px;
	height:auto;
	padding:10px;
	margin:auto;
/*	float:left;*/
}
/* Divs principales */
#up {
	width:900px;
	height:158px;
	float:left;
	background-image:url(../images/up.jpg);
}
.upDbar1 {
	width:900px;
	height:6px;
	float:left;
	background-color:#c9bd86;
}
.upDbar2 {
	width:890px;
	height:25px;
	float:left;
	padding:5px;
	background-color:#9ea3aa;
}

/* Divs del cuerpo del site*/
#central {
	width:900px;
	height:auto;
	float:left;
	background-color:#6a71ae;
	padding:0;
}
/* Dentro de central */
#menubar { /* Zona de Menú */
	width:220px;
	height:auto;
	float:left;
	padding:10px;
}
#sectzone1 { /* Zona de Publicación sin banner a todo alto */
	width:660px;
	height:870px;
	float:left;
	background-color:#ffffff;
	padding:0;
	overflow:hidden;
}

#sectzone { /* Zona de Publicación */
	width:660px;
	height:auto;
	float:left;
	background-color:#ffffff;
	padding:0;
	overflow:hidden;
}

/* ZONA DEL MENU */
.Mbar1 { /* <li>s del menu */
	width:200px;
	height:auto;
	float:left;
	padding:10px;
	background-color:#340c70;
}
.Mbar2 {/* direcciones y contacto */
	width:200px;
	height:auto;
	float:left;
	padding:10px;
}
.Mbar3 {/* banner Maiz Morado */
	width:200px;
	height:auto;
	float:left;
	padding:10px;
	background-color:#446791;
}

/* ZONA DE PUBLICACIÓN */

/* dentro de sectzone */
#imagep {
	width:660px;
	height:auto;
	float:left;
	padding:0;
}
#SZpar1 { /* barra con background debajo de la imagen principal */
	width:660px;
	height:52px;
	float:left;
	padding:0;
	background-image: url(../images/backtxt.jpg);
}
.SZpar2 { /* barra libre para texto */
	width:640px;
	height:auto;
	float:left;
	padding:10px;
}
/* Dentro de SZpar1 */
#SZ1 { /* zona para btns princ */
	width:180px;
	height:32px;
	float:left;
	padding:10px;
}
/* dentro de SZ1 - ubicación de los btns principales */
.SZbtn { /* zona para logos */
	width:38px;
	height:32px;
	float:left;
	padding:0;
}

#SZ2 { /* zona para url */
	width:415px;
	height:52px;
	float:left;
	padding:0 45px 0 0;
}

/* Dentro de SZpar2 */

.SZ2ima { /* imagen principal */
	width:162px;
	height:auto;
	float:left;
	padding:0px 19px 0 19px;
}
.SZ2txt { /* texto principal */
	width:420px;
	height:auto;
	float:left;
	padding:10px;
}
/* variedades de producto en pag principal */
#totimas { /* zona total de imágenes de prods en carátula */
	width:640px;
	height:auto;
	float:left;
	padding:0;
}
.totprod { /* toda la zona de la imagen del producto incluyendo texto */
	width:122px; /* 122 px es el tamaño de la imagen */
	height:auto;
	float:left;
	padding:3px;
}
/* dentro de totprod */
.barprod { /* zona de imagen y de texto al mismo tiempo */
	width:122px;
	height:auto;
	float:left;
	padding:0;
}

/* Sección Tipo "Nosotros" - Contenido central */
.Ntxt { /* texto principal */
	width:420px;
	height:auto;
	float:left;
	padding:10px;
}
.Nima { /* imagen principal */
	width:162px;
	height:auto;
	float:left;
	padding:0px 19px 0 19px;
}


/* Sección Tipo Galería de Fotos - Contenido central */

.Gtxt { /* texto principal */
	width:520px;
	height:auto;
	float:left;
	padding:10px;
}
.fotoGal { /* imagen principal */
	width:162px;
	height:auto;
	float:left;
	padding:10px 9px 10px 9px;
}
#sepGal { /* separación */
	width:60px;
	height:auto;
	float:left;
	padding:0;
}

/* VENTANA POPUP */
#GPOP { /* todo */
	width:500px;
	height:auto;		
	margin:auto;
}
#titpop { /* titulo de la imagen */
	width:480px;
	height:5px;
	height:auto;
	padding:10px;		
	float:left;	
}
#imapop { /* imagen en popup */
	width:500px;
	height:auto;
	height:auto;
	float:left;		
}
#downpop { /* imagen en popup */
	width:500px;
	height:20px;
	float:left		
}