html {
	background-color:#a8957e;
}
/*** layout principal ***/
body {
	text-align:center;
	min-width:967px;
	padding-top:32px;
}
#contenedor {
	margin:0 auto;
	text-align:left;
	width:966px;
}
#encabezado {
	position:relative;
	width:966px;
	height:210px;
	background:url("../img/bkg_encabezado.png") no-repeat left 25px;
}
#menuSup {
	position:relative;
	top:-205px;
	left:4px;
	height:129px;
}
#contenido {
	position:relative;
	top:-129px;
	background:url("../img/bkg_contenido.png") repeat-y center top;
}
#piePag {
	position:relative;
	top:-129px;
	background:url("../img/bkg_pie.png") no-repeat center top;
	height:38px;
}

/*** posicionamiento de elementos en el encabezado ***/

#encabezado img {
	position:absolute;
	top:110px;
	left:763px;
}

/*** menu superior ***/

#menuSup li {
	float:left;
	width:132px;
	height:129px;
	font: 18px Arial;
}
#menuSup li a {
	text-decoration:none;
	color:#ffffff;
}
#menuSup li a:hover {
	text-decoration:none;
	color:#6C0C13;
}
#menuInicio {
	background:url("../img/btn_inicio.png") no-repeat left 25px;
}
#menuInicio:hover {
	background:url("../img/btn_inicio.png") no-repeat -132px 25px;
}
#menuNosotros {
	background:url("../img/btn_nosotros.png") no-repeat left 25px;
}
#menuNosotros:hover {
	background:url("../img/btn_nosotros.png") no-repeat -132px 25px;
}
#menuServicios {
	background:url("../img/btn_servicios.png") no-repeat left 25px;
}
#menuServicios:hover {
	background:url("../img/btn_servicios.png") no-repeat -132px 25px;
}
#menuContacto {
	background:url("../img/btn_contacto.png") no-repeat left 25px;
}
#menuContacto:hover {
	background:url("../img/btn_contacto.png") no-repeat -132px 25px;
}
#menuInicio.linkActivo, #menuNosotros.linkActivo, #menuServicios.linkActivo, #menuServicios.linkActivo {
	background-position: -264px 25px;
}
#menuInicio.linkActivo:hover, #menuNosotros.linkActivo:hover, #menuServicios.linkActivo:hover, #menuContacto.linkActivo:hover {
	background-position: -264px 25px;
}

/*** contenido principal ***/

#contPpal {
	padding-bottom:25px;
	padding-left:30px;
	background:url("../img/bkg_onda.png") no-repeat left top;
}
#contPpal > h3#bienvenidos {
	position:relative;
	top:-80px;
	left:4px;
	width:676px;
	height:57px;
	background:url("../img/bienvenidos.png") no-repeat -30px top;
}
#copete {
	position:relative;
	width:676px;
	top:-80px;
	left:0px;
	font:14px Georgia, Times New Roman;
	color:#6d5a3b;
}
#cuerpo {
	margin:-65px 30px 0 0;
	width:674px;
	font:12px Tahoma, Arial, Verdana;
}

#contPpal > h3 span {
	display:none;
}
#copete a {
	display:block;
	position:absolute;
	bottom:-10px;
	right:0px;
	color:#614D29;
	text-decoration:none;
}
#copete a:hover {
	color:#6C0C13;
	text-decoration:underline;
}
#secciones {
	position:relative;
	height:280px;
}
.ocultar {
	display:none;
}

.btnSeccion { display:none; }
#txtCorpo {
	padding:10px;
	position:absolute;
	top:20px; left:69px;
	width:350px;
	height:260px;
}
#imgCorpo {
	position:absolute;
	bottom:0px; left:69px;
	width:355px;
	height:260px;
	overflow:hidden;
}
#frCorpo {
	position:absolute;
	top:0px; left:0px;
	background:transparent url("../img/fr_corpo.png") no-repeat left top;
	width:456px;
	height:300px;
	cursor:pointer;
}
#txtSocia {
	padding:10px;
	position:absolute;
	top:20px; left:527px;
	width:350px;
	height:260px;
}
#imgSocia {
	position:absolute;
	bottom:0px; left:527px;
	width:356px;
	height:261px;
	overflow:hidden;
}
#frSocia {
	position:absolute;
	top:0px; left:450px;
	background:transparent url("../img/fr_socia.png") no-repeat left top;
	width:456px;
	height:300px;
	cursor:pointer;
}

/*** pie de pagina ***/

#piePag p {
	font:11px Tahoma, Arial, Verdana;
	color:#ffffff;
	text-align:center;
	padding-top:11px;
}
#piePag p a {
	color:#ffffff;
}
#piePag p a:hover {
	color:#B2987C;
	text-decoration:none;
}
