/* DIVS PRINCIPALES */

p, span, hr {
	padding:0;
	margin:1px;
}

body,html {  /* BODY PARA IE Y FIRE */
	background-color:#e8d8a7;
	margin:0;
	padding:3px 0 0 0;
}

/* TEMPORAL - ELIMINAR AL TERMINAR */

.imatemp{ /* Imagen temporal de presentacion */
	width:600px;
	height:auto;
	text-align:center;
	padding:10px 100px 10px 100px;
}

/* PLANTILLA GENERAL */
#G { /* todo el sitio */
	width:800px;
	height:auto;
	background: #fff;
	border:solid 1px #b04717;
	margin: auto;
	overflow:hidden;
}
#content{ /* contenido */
	width:800px;
	height:auto;
	padding:0px;
	float:left;
}
#up{ /* zona superior */
	width:800px;
	height:156px;
	padding:0px;
	float:left;
}

#barraup{ /* zona barra */
	width:790px;
	height:auto;
	padding:5px;	
	float:left;
	background-image: url(../images/barraup.jpg);
}
/*---*/
#divbarraup1 {
	width:540px;
	height:auto;
	float:left;
	padding:0px;
}
#divbarraup2 {
	width:250px;
	height:auto;
	float:left;
	padding:0px;
}

/*---*/
#cuerpotxt { /* zona cuerpo de texto */
	width:782px;
	height:auto;
	padding:10px 7px 10px 10px;	
	float:left;
/*	background-color:#e8d8a7;*/
	background-color:#faf5e5;	
}
/*---*/
#divcuerpo1 {
	width:180px;
	height:auto;
	padding:0px;
	text-align:center;
	float:left;
}
/**/
.barc1 {
	width:180px;
	height:auto;
	padding:0 0 10px 0;
	float:left;
	text-align:left;
}
/*--> banner4*/
/**/
#divcuerpo2 {
	width:600px;
	height:auto;
	padding:0px;
	float:left;	
}
/*-*/
#divc21 {
	width:597px;
	height:auto;
	padding:0 0 5px 5px;
	float:left;	
}
#divc21A {
	width:355px;
	height:auto;
	padding:0px;
	float:left;
}
#divc21B { /* ZONA DERECHA */
	width:235px;
	height:auto;
	padding:0px;
	float:left;
}

/* -> divc21B : Menu y Banners  */
.secmenu { /* menu */
	width:215px;
	height:auto;
	padding:0 0 0 20px;
	float:left;
}
.secbanners { /* subzona */
	width:175px;
	height:auto;
	padding:20px 30px 10px 30px;
	float:left;
}

.sep {
	width:590px;
	height:auto;
	float:left;
	padding:0 0 5px 10px;
	text-align:center;
}
#bannersp {
	width:580px;
	height:143px;
	padding:0px;
	float:left;
	background-image:url(../images/backbanners.gif);
}
#bannerlocal {
	width:580px;
	height:auto;
	padding:5px 0 0 0;
	float:left;
}

.divbanner {
	width:166px;
	height:auto;
	float:left;
	padding:25px 3px 0px 20px;
	text-align:left;
}

#barrainf{ /* zona barra */
	width:790px;
	height:auto;
	padding:10px 5px 10px 5px;
	float:left;
	background-color:#952905;
}

/* DIVS PARALELOS A G */
#footer{/* zona inferior */
	width:780px;
	height:auto;
	padding:5px 10px 5px 10px;
	margin:auto;
}

/* DIVS no flash */
#animaup {
	width:800px;
	height:156px;
	float:left;
}
#fuenteanima {
	width:auto;
	height:auto;
	float:left;
}

/* SECCIONES A PANTALLA COMPLETA */

#centro {
	width:780px;
	height:auto;
	padding:0;
/*	padding:0 10px 10px 10px;*/
	float:left;	
}
/* dentro de centro */
#barcentro {
	width:780px;
	height:auto;
	padding:0;
	float:left;	
}
/* dentro de barcentro */
#zonatxt {
	width:543px;
/*	width:523px;*/
	height:auto;
	padding:0px;
	float:left;
}
.bartxt {
	width:523px;
	height:auto;
	padding:5px 0 5px 0;
	float:left;
}
.bartxtIma {
	width:523px;
	height:auto;
	padding:5px 0 5px 0;
	float:left;
	text-align:center;
}
/* demtro de bartxt - texto e imagen principal */
.bttxt {
	width:369px;
	height:auto;
	padding:0 5px 0 0;
	float:left;
}
.btima {
	width:146px;
	height:auto;
	padding:0;
	float:left;
}

/* bloques de imagenes - 523*/
.divbloq {
	width:254px;
	height:auto;
	padding:5px 0 5px 0;
	float:left;
}
.sepbloq {
	width:15px;
	height:auto;
	padding:0px;
	float:left;
}

/* dentro de divbloq */

.divbtxt {
	width:254px;
	height:auto;
	padding:5px 0 5px 0;
	float:left;
}
/* BANNERS */

#banner1 {
	width:175px;
	height:175px;
	padding:0;
	float:left;
}
#banner2 {
	width:175px;
	height:175px;
	padding:0;
	float:left;
}
#banner3 {
	width:175px;
	height:175px;
	padding:0;
	float:left;
}
#banner4 { /*izquierda */
	width:171px;
	height:171px;
	padding:0;
	float:left;
}
#banner5 {
	width:175px;
	height:175px;
	padding:0;
	float:left;
}
/* FLOTAR OBJETOS */
.floatleft { 
	float: left;
	padding:0 5px 5px 0; 
}
.floatright { 
	float: right;
	padding:0 0 5px 5px; 
}


/* FIN DEL CSS */
