/* DIVS PRINCIPALES */
body,html {  /* BODY PARA IE Y FIRE */
	font-family: Arial, Helvetica, sans-serif;
	font-size:5px; 
	color:#000;
	font-weight:normal; 
	background-color:#eae7d5;
	text-align:left; 
	margin:0;
	padding:0;
	text-decoration:none;
}

/* PLANTILLA GENERAL */
#G { /* CUERPO DEL SITIO WEB */
	width:760px;
	height:auto;
	margin:auto;
	background: #811719;
	padding:0;
}
#content {
	width:760px;
	height:auto;
	padding:0;
	float:left;
}
#up {
	width:760px;
	height:150px;
	padding:0;
	float:left;
	background-image:url(../es/images/up_es.jpg);
}
#line {
	width:758px;
	height:3px;
	padding:1px;
	float:left;
	background-color:#000;
}
#zmenu {
	width:755px;
	height:20px;
	padding:60px 0 0 5px;
	background-image:url(../images/menuupback.jpg);	
	float:left;
}
#centro {
	width:760px;
	height:auto;
	padding:0;
	float:left;
	background-image:url(../images/html/back01.jpg);	
}
/* dentro de centro zonas superiores */
.bartit { /* Titulos en secciones */
	width:740px;
	height:auto;
	padding:25px 10px 0 10px;
	float:left;
}
.bartxt { /* barras de contenido en el sitio */
	width:740px;
	height:auto;
	padding:10px;
	float:left;
}
/* BANNER INTERIORES */
.banner { /* barras de contenido en el sitio */
	width:740px;
	height:auto;
	padding:10px;
	float:left;
	text-align:center;
}
#downbar { /* barras de contenido en el sitio - 1px por margin en texto */
	width:658px;
	height:50px;
	padding:20px 50px 15px 50px;
	float:left;
	background-color:#000;
}
/* dentro de bartxt */
.zfotos { /* zona de fotos en menus */
	width:600px;
	height:auto;
	padding:8px 70px 8px 70px;
	float:left;
	text-align:center;
}
/* dentro de zfotos */
.fotoico { /* 152px */
	width:150px;
	height:auto;
	padding:1px;
	float:left;
	border: 1px solid #fff;
	background-color:#fff;
}
.fototxt {/* 408 - 2px del margin del texto */
	width:406px;
	height:auto;
	padding:20px;
	float:left;
}


/* FIN DEL CSS */
