/*
----------------------------------------------------
Hoja de estilos para "ZAETA"
Autor: Roberto Tapia y Sebastian Silva
Empresa: Digital Partners Ltda.
Cliente: Insecticida ZAETA - Una solución BIOTEC
Última actualización: 27/08/2008
---------------------------------------------------- */
/* --- Tags ---- */
body{
margin:0;
padding:0;
background-color: #BFBFBF;
}
/* --- Estilos ---- */
.botones_home{
	margin-bottom:60px;
}
.img_enc_productos {
	width:194px;
	height:53px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.img_enc_productos2 {
	width:194px;
	height:53px;
	margin-top: 56px;
	margin-left: 15px;
}
.botones_productos {
	width:241px;
	margin-left:226px;
	height:129px;
}
.lista{
	background: url(../img/list1.gif) no-repeat left;
	list-style:none;
	padding-left: 10px;
}
/* --- Divs ---- */
#head {	
	width:960px;
	height:77px;
	position: absolute;
}
#menu01{
	width:241px; 
	height:77px;
	float:left;
}
#menu02{
	width:719px; 
	height:77px;
	float:right;
}
#contenedor {
	margin:0 auto 0 auto;
	width:988px;
	height:auto;
	background-image: url(../img/fondo_cont.jpg);
}
#contenido{
	margin: 0 auto 0 auto;
	width:960px;
	height:auto;
	background-color: #D8D8D8;
}
#centro {
	height:auto;
	padding-top: 77px;
}
#centro_interno1 {
	height:518px;
	padding-top: 77px;
	background-image: url(../img/fondo_contenido.jpg);
}
#centro_interno2 {
	height:510px;
	padding-top: 77px;
	background-image: url(../img/fondo_contenido.jpg);
}
#centro_interno3 {
	height:600px;
	padding-top: 77px;
	background-image: url(../img/fondo_contenido.jpg);
}
#centro_interno4 {
	height:550px;
	padding-top: 77px;
	background-image: url(../img/fondo_contenido.jpg);
}
#foto_maxima{
	width:253px;
	float: left;
}
#texto_maxima {
	width:650px;
	margin-top:12px;	
	margin-right:25px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	line-height: 150%;
}
#foto_productos{
	width:241px;
	float: left;
}
#encabezado_productos {
	width:705px;
	margin-right:2px;
	height:129px;
	float: right;
}
#encabezado_productos2 {
	width:705px;
	margin-right:2px;
	height:110px;
	float: right;
}
#productos {
	width:710px;
	margin-right:2px;
	height:371px;
	float: right;
}
#producto01 {
	width:153px;
	padding-left:22px;
	float: left;
}
#producto02 {
	width:170px;
	padding-left:11px;
	float: left;
}
#producto03 {
	width:160px;
	padding-left:9px;
	float: left;
}
#producto04 {
	width:160px;
	padding-left:24px;
	float: left;
}
#texto_productos {
	width:705px;
	margin-right:2px;
	height:371px;
	float: right;
	background-image: url(../img/texto_productos.jpg);
	background-repeat: no-repeat;
}
#texto_p01 {
	width:555px;
	padding-left:22px;
	padding-top:10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
#texto_p02 {
	width:59px;
	padding-top:20px;
	padding-right:25px;
	height:316px;
	float: right;
}
#texto_insectos {
	width:705px;
	margin-right:2px;
	height:auto;
	float: right;
}
#texto_i01 {
	width:418px;
	padding-left:22px;
	padding-top:44px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
#boton_i02 {
	float: right;
	padding-right: 15px;
	width:231px;
	margin-top:24px;
	height:118px;
	background-image: url(../img/tipos_boton_01.jpg);
	background-repeat: no-repeat;
}
#boton_i02 ul {
	margin:45px 0 0 10px;
	padding:0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#boton_i02 a {
	color: Black;
	text-decoration: underline;
}
#boton_i02 a:hover {
	color: Blue;
	text-decoration: none;
}
#boton_i03 {
	float: right;
	padding-right: 15px;
	width:231px;
	margin-top:8px;
	height:137px;
	background-image: url(../img/tipos_boton_02.jpg);
	background-repeat: no-repeat;
}
#boton_i03 ul {
	margin:45px 0 0 10px;
	padding:0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#boton_i03 a {
	color: Black;
	text-decoration: underline;
}
#boton_i03 a:hover {
	color: Blue;
	text-decoration: none;
}

#logo_footer{
	margin-right: 15px;
	margin-top: -28px;
	text-align: right;
}
#texto_footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	padding-top: 15px;
	text-align: center;
}

#texto_footer a{
	text-decoration: underline;
	color: White;
}

#footer {
	margin: 0 auto 0 auto;
	height:55px;
	background-image: url(../img/fondo_footer.jpg);	
}
/*clearfix hack / Limpia la ubicvacion de las cajas flotantes en Explorer y en Firefox*/
.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
 }
.clearfix {
		display: inline-block;
 }
/* start commented backslash hack \*/
* html .clearfix {
		height: 1%;
 }
.clearfix {
		display: block;
}
/* close commented backslash hack */