* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ca8f42;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

h1 {
	/* border-bottom: 1px #ccc solid;
	margin-bottom: 20px; */
	text-align: right;
}

h2 {
	margin-top: 40px;
}

p {
	margin: 10px;
	text-align: justify;
	text-indent: 3em;
	line-height: 1.5em;
}

#contenedor {	
	color: #877B7B;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #fec75a;
	background-image: url('../img/piepag.gif');
	background-position: bottom;
	margin: 10px auto;
	padding-bottom:  0px;
	width: 760px;
}

#titulo {
	margin-top: 20px;
}

#interior {
	/* margin-top: 20px; */
	padding: 10px 20px 20px 20px;
}

#menu {
	float: left;
	width: 120px;
	padding: 20px 0;
	text-align: left;
}

ul#botones li {
	list-style-type: none;
}

ul#botones a {
	display: block;
	width: 120px;
	height: 40px;
}

ul#botones span {
	display: none;
}

.boton,
.boton_actual {
	margin-bottom: 10px;
	height: 40px;
	background-repeat: no-repeat;
}

.boton {
	background-position: 0 0;
}

.boton:hover {
	background-position: 0 -40px;
}

.boton_actual{
	background-position: 0 100%;
}

#boton_inicio {
	background-image: url(../img/boton_inicio.gif);
}

#boton_lacasa {
	background-image: url(../img/boton_lacasa.gif);
}

#boton_entorno {
	background-image: url(../img/boton_entorno.gif);
}

#boton_actividades {
	background-image: url(../img/boton_actividades.gif);
}

#boton_fotos {
	background-image: url(../img/boton_fotos.gif);
}

#boton_comollegar {
	background-image: url(../img/boton_comollegar.gif);
}

#boton_reservas {
	background-image: url(../img/boton_reservas.gif);
}

#boton_precios {
	background-image: url(../img/boton_precios.gif);
}

#carpeta {
	float: right;
	width: 600px;
	background: white url('../img/carpeta_sup.gif') top no-repeat;
	padding-top: 10px;
}

#carpeta2 {
	padding: 0 20px;
}

#carpeta3 {
	background: url('../img/carpeta_inf.gif') bottom no-repeat;
}

#piepag {
	margin-left: 120px;
	color: #966A31;
	font-size: 10px;
	padding: 1em 1em 0 1em;
}

#piepag p {
	margin: 0;
	text-indent: 0;
	text-align: center;
	line-height: 1.2em;
}

img.dibujo {
	float: right;
	padding-left: 20px;
}

#carpeta ul.parrafo {
	margin: 10px 10px 10px 30px;
	text-align: justify;
	line-height: 1.5em;
}

.clear {
	clear: both;
	background: inherit;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.portada {
	border: 1px #ccc solid;
	padding: 5px;
	display: block;
	margin-bottom: 20px;
}

img.minifoto {
	border: 1px #ccc solid;
	display: block;
	padding: 5px;
	margin: 10px;
}

.mapa {
	padding: 5px;
	text-align: center;
}

.marco {
	border: 1px solid #ccc;
	padding: 5px;
}
