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

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td  {
	margin: 0;
	/* [disabled]padding: 0; */
	border: 0;

}
/*************** END Reset ****************/

/********** Page structure ***************/

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    background: url(../imagenes/bg.gif);
	background-repeat: repeat-x;
	background-color:#FFF;
	overflow:hidden;
	overflow-y: scroll;	


	
}

#container {
	
	position: relative;
	

}

#wrapper {

	margin: 0 auto;  /*CENTERS EVERYTHING*/
    height: 650px;
	width: 1000px; /*KEEPING THINGS INSIDE THE 1024 X 768 RESOLUTION*/
	
}

#header {

	 width: 966px;
	height: 114px;
	background: url(../imagenes/header.gif) repeat-x; /*REPEATS BACKGROUND HORIZONTALLY*/
	margin-left: 17px;
	margin-right: 17px;
	
}

#headerleft {
	margin-left: 0px;
	position:absolute;

	
	}

#headeright {
	margin-left: 958px;
	position:absolute;

	
	}

#logo {
margin-left: 20px;
margin-top: 48px;
	position: absolute;


	
}
#bt_inicio {

     position:absolute;
 
	margin-top: 12px;
	margin-left: 550px;
display: block;
	width:55px;
	height:88px;
	background:url(../imagenes/btn-inicio.png) top right no-repeat;
	background-position:0 -89px;
	}
	
	
	#bt_empresa {

	position: absolute;

	margin-top: 12px;
	margin-left: 603px;
	display: block;
	width:74px;
	height:88px;
	background:url(../imagenes/btn-empresa.png) top right no-repeat;
	}
	#bt_empresa:hover {
	  background-position:0 -89px;
	  cursor: pointer;
	}
	
	#bt_promociones {

    position: absolute;
    margin-top: 12px;
	margin-left: 677px;
	display: block;
	width:108px;
	height:88px;
	background:url(../imagenes/btn-promociones.png) top right no-repeat;
	}
	#bt_promociones:hover {
	  background-position:0 -89px;
	  cursor: pointer;
	}
	
	#bt_servicios {

    position: absolute;
    margin-top: 12px;
	margin-left: 785px;
	display: block;
	width:83px;
	height:88px;
	background:url(../imagenes/btn-servicios.png) top right no-repeat;
	}
	#bt_servicios:hover {
	  background-position:0 -89px;
	  cursor: pointer;
	}

	
	#bt_contacto {

    position: absolute;
	margin-top: 12px;
	margin-left: 868px;
	display: block;
	width:90px;
	height:88px;
	background:url(../imagenes/btn-contacto.png) top right no-repeat;
	}
	#bt_contacto:hover {
	  background-position:0 -89px;
	  cursor: pointer;
	}
	

#center-box {

	margin-top: 4px;
	position: absolute;

	height: 445px;
	width: 925px;
	margin-left: 35px;
	margin-right: 20px;



  
 } 
 
  #imagebordermiddle {
	  margin-top: 2px;
	  float:left;
      margin-left: 0px;

} 	

  #imageborderight {
	 
	margin-top: -451px;
	float:right;
 

} 

	
 
  #upcenter {
	margin-top: 0px;

  	margin-right: 0px;

} 	

#imagecenter {
	
	float: left;
    margin-right: 0px;

 
	
}

  #borderiniciodown {
	margin-top: 434px;
    margin-left: 547px;
position:absolute;
}


#center-content {

  float: left;
  height: 451px;
  width: 371px;
  background-color: #c0c0c0;
  margin-top: 2px;


  background: #c0c0c0 url(../imagenes/iniciocenter.gif) repeat-x;

}




ul.text1 {
  list-style: none;
  padding: 0px;
  font-size: 15px;
  color: #731013;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
}

	
	ul.text1 li.promociones {
	 
      position: relative;
	  top: 35px;
	  left: 15px;
	  cursor: pointer;
	}
	
	ul.text1 li.construccion {
	  position: relative;
	  top: 95px;
	  left: 15px;
	  
	  
	}
	
	ul.text1 li.gestion {
	  position: relative;
	  top: 150px;
	  left: 15px;
	 
	}
	
	  ul.text1 li.proteccion {
	  position: relative;
	  top: 210px;
	  left: 15px;
	  
	}
	 ul.text1 li.tratamiento {
			  
	  position: relative;
	  font-weight: normal;
	  font-size: 13.5px;
	  top: 240px;
	  left: 15px;
	   
	}
	
#footeright {
	float: right;

	margin-top: -1px;
	}	
	
#footerleft {
	float: left;

	margin-top: -1px;
	}
	
#footer {
position: absolute;
    float:left;
	background: url(../imagenes/footer2.gif) repeat-x;
	height: 59px;
	width: 952px;
	margin-left: 25px;
	margin-top: 465px;


}

	#footer p { float: left; margin: 23px 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	color: #FFF;

	
	
}
