@charset "UTF-8";

#contenedor {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 952px;
	height: 970px;
	z-index: 1;
	margin-left: -476px;
}
#esquinaleft {
	width: 6px;
	height: 6px;
	z-index: 1;
	float: left;
	top: 0px;
	background-image: url(../../img/main/esqleft.jpg);
	background-repeat: no-repeat;
}
#esquinaright {
	width: 6px;
	height: 6px;
	z-index: 1;
	float: right;
	top: 0px;
	background-image: url(../../img/main/esqright.jpg);
	background-repeat: no-repeat;
}
#contenido {
	position: absolute;
	width: 952px;
	height: 500px;
	z-index: 1;
	left: 0px;
	top: 260px;
	background-image: url(../../img/main/fnd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#contacto{
	position: absolute;
	width: 400px;
	height: 300px;
	top: 50px;
	left: 40px;
}
#mapa{
	position: absolute;
	width: 447px;
	height: 479px;
	top: 0px;
	left: 496px;
	background-image: url(../../img/somos/mapa-chile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#titulo{
	position: absolute;
	width: 400px;
	height: 36px;
	top: 0px;
	left: 0px;
}
#texto{
	position: absolute;
	width: 400px;
	height: 250px;
	top: 40px;
	left: 0px;
}
#navegar {
	position: absolute;
	width: 875px;
	height: 20px;
	top: 11px;
	left: 38px;
	padding-left: 18px;
	background-image: url(../../img/main/icon-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
