@charset "utf-8";
/* CSS Document */
html { 
	overflow:hidden;
	height:100%;
}
body{
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #6d6d6b;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #fdf7d7;
}
a{
	color: #b95205;
	text-decoration: none;
	outline:none;
}
a:hover{
	color: #404714;
}
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: justify;
}
.contenido {
    width: 1006px;
    height: 607px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -303px;
    margin-left: -503px;
}
/*#mostrar{filter: alpha(opacity=0); opacity: .0;}*/

/* loading */
#cargando {
	width: 150px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -75px;
	text-align: center;
	z-index:150;
}
#capa_cargando{
	height:100%;
	width:100%;
	z-index:100;
	background-image: url(../img/fondos/fondo_precios.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#descripcion{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
/* posicionamiento menu y logos*/
#logos{
	position: absolute;
	left: 55px;
	top:31px;
	z-index:500;
}
/* #menu ul li .over{filter: alpha(opacity=0); opacity: .0;} */


/* introduccion  */

/* precios  */
#precios_div {
	position:absolute;
	top:119px;
	left:112px;
	width:801px;
	height:459px;
	margin: 0px;
	z-index:50;
	padding: 0px;
}
#precios_div p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}




/* actividades  */
#actividades_div{
	position:absolute;
	top:136px;
	left:486px;
	width:427px;
	height:445px;
	margin: 0px;
	z-index:50;
	padding: 0px;
}
#actividades_div p{
	background-image: url(../img/vineta.jpg);
	background-repeat: no-repeat;
	background-position: 17px 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#actividades_div h3{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}



/* casa mestanza  */

#casa_mestanza_div{
	position:absolute;
	top:115px;
	left:498px;
	width:460px;
	height:425px;
	margin: 0px;
	z-index:50;
	padding: 0px;
}
#casa_mestanza_texto{
	position:absolute;
	top:131px;
	left:74px;
	width:314px;
	height:211px;
	margin: 0px;
	z-index:50;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* precios   */
.tablas{
overflow:hidden;}
.tablas .tabla_i{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
}
.tablas .tabla_d{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 380px;
}
.tablas table{
	padding: 0px;
	border: 4px solid #7e7e7e;
	width: 363px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.tablas table td,.tablas table th {
	border: 1px solid #7e7e7e;
	text-align: center;
	margin: 0px;
	padding: 3px;
}


/* pie   */

.pie{
	position:absolute;
	bottom:0px;
	left: 0px;
	right:0px;
	height:35px;
	text-align: center;
	color: #FA852E;
	font-size: 11px;
}