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

body {
margin:0 auto 0 auto;
background:url(../imagenes/img_fondo.jpg) repeat-x;
background-color:#e4eef6;

}

#contenedor {
position:relative;
margin:0 auto 0 auto;
padding:0;
width:800px;
height:655px;
}


/*todo los estilos para la cabecera*/
#div_headers {
position:absolute;
background:url(../imagenes/cabecera.jpg);
width:772px;
height:189px;
}
	#botonera_headers {
	position:absolute;
	width:800px;
	height:80px;
	top:142px;
	*top:162px;
	left:-28px;
	}
	
	#botonera_headers ul {
	list-style:none;
	}
	
	#botonera_headers ul li {
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:55px;
	}
	
	#botonera_headers ul li a{
	text-decoration:none;
	color:#FFFFFF;
	}
	
	#botonera_headers ul li a:link{
	text-decoration:none;
	color:#FFFFFF;
	}
	
	#botonera_headers ul li a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}
	
	#botonera_headers ul li a:hover{
	text-decoration:none;
	color:#FF9900;
	}	

	
/*todos los estilos para el cuerpo */
#div_cuerpo {
position:absolute;
background:url(../imagenes/cuerpo.jpg);
width:772px;
height:583px;
top:189px;
text-align:left;
}
	
	#div_slider {
	position:absolute;
	background:url(../imagenes/marco_slider.jpg) no-repeat;
	width:512px;
	height:211px;
	top:10px;
	left:15px;
	}
	
	#img_slider {
	position:absolute;
	left:13px;
	top:10px;
	z-index:10;
	}
	
	#txt_slider {
	position:absolute;
	width:450px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	top:170px;
	left:20px;
	}
	
	#txt_slider span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
	}
	
	#btn_slider a{
	position:absolute;
	background:url(../imagenes/btn_siguiente.jpg) no-repeat;
	width:29px;
	height:28px;
	top:173px;
	left:460px;
	}
	
		#btn_slider a:link{
		background:url(../imagenes/btn_siguiente.jpg) no-repeat;
		}
		
		#btn_slider a:visited{
		background:url(../imagenes/btn_siguiente.jpg) no-repeat;
		}
		
		#btn_slider a:hover{
		background:url(../imagenes/btn_siguiente.jpg) no-repeat;
		width:32px;
		height:31px;
		}
	
	#btns_productos {
	position:absolute;
	background:url(../imagenes/marco_btn_central.jpg) no-repeat;
	width:216px;
	height:425px;
	left:535px;
	top:8px;
	}
	
	#btns_productos span {
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	left:70px;
	top:11px;
	}
	
		#btns_productos ul{
		position:absolute;
		top:30px;
		*top:42px;
		right:10px;
		list-style:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#333333;
		text-align:center;
		}
		
		#btns_productos ul li{
		line-height:2.4;
		}
		
		#btns_productos ul li a{
		display:block;
		background:url(../imagenes/btn_productos.jpg) no-repeat;
		width:194px;
		height:26px;
		border:1px solid #eaebed;
		text-decoration:none;
		color:#333333;
		}
		
		#btns_productos ul li a:link{
		background:url(../imagenes/btn_productos.jpg) no-repeat;
		}
		
		#btns_productos ul li a:visited{
		background:url(../imagenes/btn_productos.jpg) no-repeat;
		}
		
		#btns_productos ul li a:hover{
		background:url(../imagenes/btn_productos2.jpg) no-repeat;
		color:#FFFFFF;
		}
		
	#div_temporada {
	position:absolute;
	background:url(../imagenes/marcos_productos_inicio.jpg) no-repeat;
	width:243px;
	height:200px;
	top:225px;
	left:15px;
	}	

	#div_temporada span {
	position:absolute;
	top:173px;
	left:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	}
		#imagen_temporada {
	position:absolute;
	background:url(../imagenes/temporada/uno_galpones.jpg) no-repeat;
	width:229px;
	height:161px;
	top:5px;
	left:7px;
		}
		
			#btn_temporada a{
			position:absolute;
			background:url(../imagenes/btn_siguiente.jpg) no-repeat;
			width:29px;
			height:28px;
			top:167px;
			left:200px;
			}
		
			#btn_temporada a:link{
			background:url(../imagenes/btn_siguiente.jpg) no-repeat;
			}
			
			#btn_temporada a:visited{
			background:url(../imagenes/btn_siguiente.jpg) no-repeat;
			}
			
			#btn_temporada a:hover{
			background:url(../imagenes/btn_siguiente.jpg) no-repeat;
			width:32px;
			height:31px;
			}			
	
	#div_conozca {
	position:absolute;
	background:url(../imagenes/marcos_productos_inicio.jpg) no-repeat;
	width:243px;
	height:200px;
	top:225px;
	left:284px;	
	}
	
	#div_conozca span {
	position:absolute;
	top:173px;
	left:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	}
	
		#imagenes_conozca {
		position:absolute;
		background:url(../imagenes/temporada/uno_tempo.jpg) no-repeat;
		width:229px;
		height:161px;
		top:5px;
		left:7px;
		}
	
	
	
			#btn_conozca a{
			position:absolute;
			background:url(../imagenes/btn_siguiente.jpg) no-repeat;
			width:29px;
			height:28px;
			top:167px;
			left:200px;
			}
		
			#btn_conozca a:link{
			background:url(../imagenes/btn_siguiente.jpg) no-repeat;
			}
			
			#btn_conozca a:visited{
			background:url(../imagenes/btn_siguiente.jpg) no-repeat;
			}
			
			#btn_conozca a:hover{
			background:url(../imagenes/btn_siguiente.jpg) no-repeat;
			width:32px;
			height:31px;
			}
			
	#div_publicidad {
	position:absolute;
	background:url(../imagenes/linea_publicidad_03.jpg) no-repeat;
	width:510px;
	height:26px;
	top:430px;
	left:14px;
	}
	
	#div_banner_uno a{
	position:absolute;
	top:462px;
	left:16px;
	background:url(../imagenes/banner_galpones.jpg) no-repeat;
	width:239px;
	height:116px;
	}
	
	#div_banner_uno a:link{
	background:url(../imagenes/banner_galpones.jpg) no-repeat;
	width:239px;
	height:116px;
	}
	
	#div_banner_uno a:visited{
	background:url(../imagenes/banner_galpones.jpg) no-repeat;
	width:239px;
	height:116px;
	}
	
	#div_banner_uno a:hover{
	background:url(../imagenes/banner_galpones.jpg) no-repeat;
	width:239px;
	height:116px;
	}
	
	
	#div_banner_dos a{
	position:absolute;	
	top:462px;
	left:284px;
	background:url(../imagenes/banner_3d.jpg) no-repeat;
	width:239px;
	height:116px;
	}
	
	#div_banner_dos a:link{
	background:url(../imagenes/banner_3d.jpg) no-repeat;
	width:239px;
	height:116px;
	}
	
	#div_banner_dos a:visited{
	background:url(../imagenes/banner_3d.jpg) no-repeat;
	width:239px;
	height:116px;
	}
	
	#div_banner_tres a:hover{
	background:url(../imagenes/banner_3d.jpg) no-repeat;
	width:239px;
	height:116px;
	}
	
	#div_banner_tres{
	position:absolute;
	background:url(../imagenes/banner_lombar.jpg) no-repeat;
	width:239px;
	height:139px;
	top:438px;
	left:535px;
	}
	
	
	
/* todo los estilos para el footer*/
#div_footer {
position:absolute;
background:url(../imagenes/footer.jpg);
width:772px;
height:69px;
top:772px;
text-align:left;
}

	#div_txt_footer {
	position:absolute;
	width:300px;
	top:15px;
	left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	}
	
	#div_txt_footer_derechos {
	position:absolute;
	width:300px;
	top:20px;
	left:450px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:right;
	}
	
	#div_txt_footer_derechos span {
	color:#FF6600;
	font-weight:bold;
	}
	
	
	
/* estilo seccion empresas */

#div_empresa_marco {
	position:absolute;
	background-image:url(../imagenes/empresa_marco.jpg);
	background-repeat:no-repeat;
	width:514px;
	height:415px;
	left:15px;
	top:10px;
}

#div_empresa_marco h1{
	position:absolute;
	top:20px;
	padding-left:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#F63;
	
}

#div_empresa_marco p{
	padding-left:30px;
	padding-top:40px;
	width:450px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#666;
}


#div_ima_publi {
	position:absolute;
	background-image:url(../imagenes/publicidad.jpg);
	background-repeat:no-repeat;
	width:387px;
	height:169px;
	top:180px;
	left:80px;
}


#div_ima_arriendo {
	position:absolute;
	background-image:url(../imagenes/arriendos.jpg);
	background-repeat:no-repeat;
	width:439px;
	height:113px;
	top:200px;
	left:50px;
}


/* ESTILOS PARA LAS SECCIONES DE PRDUCTOS */


#div_productos_marco {
	position:absolute;
	background-image:url(../imagenes/marco_pructos_bg.jpg);
	background-repeat:no-repeat;
	width:518px;
	height:569px;
	left:15px;
	top:10px;
}

#div_productos_marco h1{
	position:absolute;
	top:20px;
	padding-left:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#F63;
}

#div_productos_marco p{
	padding-left:30px;
	padding-top:40px;
	width:450px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#666;
}


#div_ozono {
	position:absolute;
	width:450px;
	top:200px;
	left:30px;
}


#div_ozono p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	text-align:justify;
	line-height:1.3;
}


#div_ozono ul {
	position:absolute;
}


#div_ozono li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F63;
	line-height:1.5;
}

#div_ozono a{
	text-decoration:none;
	color:#F63;
}


#div_ozono_efectos {
	position:absolute;
	width:450px;
	top:50px;
	left:30px;
}


#div_ozono_efectos p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	text-align:justify;
}


#div_ozono_efectos ul {
	position:absolute;
}


#div_ozono_efectos li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F63;
	line-height:1.5;
}

#div_ozono_efectos a{
	text-decoration:none;
	color:#F63;
}
	
	
#ima_ozono {
	position:absolute;
	background-image:url(../imagenes/galpones.jpg);
	width:455px;
	height:119px;
	background-repeat:no-repeat;
	left:25px;
	top:60px;
}

#ima_ozono2 {
	position:absolute;
	background-image:url(../imagenes/ozono_ima.jpg);
	width:455px;
	height:119px;
	background-repeat:no-repeat;
	left:25px;
	top:60px;
}

