@import "reset.css";

/* GOOGLE */

iframe {
 width: 100% !important;
 background: none !important;
}

iframe table .t {
 background: none !important;
}

iframe body {
 background: none !important;
}

body {
 background: url("imgs/fondo.png"); 
 font-family: Verdana, Helvetica;
 font-weight: bold;
 font-style: italic;
 font-size: 11px;
 line-height: 18px;
 color: #835a51;
 text-align: center;
 
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #3D3C38;
	border-left: 5px solid #CEBC74;
	padding-left: 5px;
	text-align: left;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	border-left: 5px solid #CEBC74;
	padding-left: 5px;
	margin-bottom: 15px;
	color: #3D3C38;
}

TD {
	padding: 2px;

	font-size: 10px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CEBC74;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}

.transparente {
	 -moz-opacity:.65; 
	 filter:alpha(opacity=65); 
	 opacity:.65;
}

#contenedor {
	position: relative;
	top: 0px;
	width: 815px;
	margin: 0px auto;
}


/* Diseņo */

#fondomenu {
	height: 373px;
	background: url("imgs/menu.png") no-repeat;
	clear: both;	
}


.cuerpo {
	background: url("imgs/fondo_cuerpo.png") repeat-y;
	text-align: justify;
}

.texto {
	padding: 20px 60px 20px 60px;
}

.texto p {
	margin-bottom: 20px;
}

.texto img {
	background-color: #DED9BF;
	padding: 3px;
}

.izda {
	float: left;
	margin: 10px 10px 10px 0px;
}

.dcha {
	float: right;
	margin: 10px 0px 10px 10px;
}

.pie {
	background: url("imgs/pie.png") no-repeat;
	text-align: center;	
	height: 45px;
}

/* Menu */

.menu {
	position: absolute;
	height: 25px;
	width: 160px;
	left: 45px; 
	text-indent: -999px;
	overflow: hidden;	
	display: block;
}

.bienvenidos {
	top: 40px;
}

.lacasa {
	top: 70px;
}

.galeria {
	top: 100px;
}

.servicios {
	top: 130px;
}

.actividades {
	top: 160px;
}

.entorno {
	top: 190px;
}

.tarifas {
	top: 220px;
}

.enlaces {
	top: 250px;
}

.contacto {
	top: 280px;
}
