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;
}
#menuNosotros {
	background:url("../img/btn_nosotros.png") no-repeat left 25px;
}
#menuServicios {
	background:url("../img/btn_servicios.png") no-repeat left 25px;
}
#menuContacto {
	background:url("../img/btn_contacto.png") no-repeat left 25px;
}
#menuSup li:hover {
	background-position: -132px 25px;
}
#menuSup li.linkActivo {
	background-position: -264px 25px;
}
#menuSup li.linkActivo:hover {
	background-position: -264px 25px;
}
/*** contenido principal ***/

#contPpal {
	padding-bottom:15px;
	padding-left:30px;
	background:url("../img/bkg_onda.png") no-repeat left top;
}
#contPpal > h3#eventos {
	position:relative;
	top:-80px;
	left:-25px;
	width:676px;
	height:57px;
	background:url("../img/eventos.png") no-repeat left top;
}
#subTtl {
	position:relative;
	width:676px;
	top:-80px;
	left:0px;
	font:14px Georgia, Times New Roman;
	color:#6d5a3b;
}
#cuerpoCorpo {
	float:left;
	margin:-65px 30px 0 0;
	padding-top:35px;
	width:673px;
	font:14px Tahoma, Arial, Verdana;
	background:url("../img/marco_corpo_top.png") no-repeat center top;
}
#wrappCorpo {
	padding-bottom:35px;
	background:url("../img/marco_corpo_bottom.png") no-repeat center bottom;
}
#titleCorpo {
	background:url("../img/marco_corpo_ttl.png") no-repeat center bottom;
	min-height:403px;
}
#cuerpoSocia {
	float:left;
	margin:-65px 30px 0 0;
	padding-top:35px;
	width:673px;
	font:14px Tahoma, Arial, Verdana;
	background:url("../img/marco_socia_top.png") no-repeat center top;
}
#wrappSocia {
	padding-bottom:35px;
	background:url("../img/marco_socia_bottom.png") no-repeat center bottom;
}
#titleSocia {
	background:url("../img/marco_socia_ttl.png") no-repeat center bottom;
	min-height:403px;
}
#resumenServicios {
	margin:0 0 20px 730px;
	width:216px;
	font:12px Tahoma, Arial, Verdana;
	color:#6d5a3b;
}
#resumenServicios h3 {
	font:14px Georgia;
	color:#6C0C13;
	margin-bottom:10px;
}
#resumenServicios h3:after {
	display:block;
	font:8px Tahoma, Arial, Verdana;
	content: '//////////////////////////////////////////////////////////////////';
}

#resumenServicios p a {
	display:block;
	margin:10px 0 10px 150px;
	color:#6C0C13;
	text-decoration:none;
}
#resumenServicios p a:hover {
	display:block;
	margin:10px 0 10px 150px;
	color:#6C0C13;
	text-decoration:underline;
}
#galeriaClientes {
	margin:-65px 0 20px 730px;
	width:216px;
	font:12px Tahoma, Arial, Verdana;
	color:#6d5a3b;
}
#galeriaClientes h3 {
	font:14px Georgia;
	color:#6C0C13;
	margin-bottom:10px;
}
#galeriaClientes h3:after {
	display:block;
	font:8px Tahoma, Arial, Verdana;
	content: '//////////////////////////////////////////////////////////////////';
}
#galeriaClientes img {
	margin:4px 0 0 0px; border:2px #6C0C13 solid;
}
#galeriaClientes img:hover {
	border:2px #DC1C13 solid;
}
#contPpal > h3 span {
	display:none;
}
#cuerpo h3, #cuerpoCorpo h3, #cuerpoSocia h3, #cuerpo p, #cuerpoCorpo p, #cuerpoSocia p {
	padding:8px 15px;
}
#cuerpo img, #cuerpoCorpo img, #cuerpoSocia img {
	border:1px solid #6C0C13;
}
.img1 {
	margin:25px 20px 25px 43px;
}
.img2 {
	margin:25px 43px 25px 20px;
}
.img3 {
	margin:25px 4px 25px 100px;
}
.img4 {
	margin:25px 0;
}
.img5 {
	margin:25px 100px 25px 4px;
}
#cuerpo h3, #cuerpoCorpo h3, #cuerpoSocia h3 {
	font:16px Tahoma, Arial, Verdana;
	clear:both;
}
#cuerpo ul, #cuerpoCorpo ul, #cuerpoSocia ul {
	margin-left:3.3%;
	width:30%;
	float:left;
}
#cuerpo li, #cuerpoCorpo li, #cuerpoSocia li {
	margin:10px;
	list-style:circle;
}
.cuerpoTop {
	background:url("../img/contTop.png") no-repeat center top;
}
.cuerpoTop:first-letter {
	font-size:2em;
}
.cuerpoBottom {
	background:url("../img/contBottom.png") no-repeat center bottom;
}
#cuerpoCorpo p, #cuerpoSocia p {
	padding-left:100px;
	padding-right:50px;
}
.ocultar {
	display:none;
}

/*** 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;
}

