body{
	background: white url("/img/fondo_verde.png") left center repeat-y;
	font-family: Garamond Premr Pro, Garamond, Georgia, Times New Roman, serif;
}

#lang_bar{
	position: absolute;
	top: 20px;
	right: 20px;
}

#lightbox{
	position: absolute;
	top: 50%;
	left: 50%;	
	border: solid 10px #289925;	
}

#container{
	margin-top: 60px;
}

#header{
	x-width: 965px;
	height: 200px;
	margin-bottom: 30px;
	x-background: #289925;
}
	#header_logo{
		float: left;
	}
	#header_photo{
		float: left;
		border-top: solid 3px white;
		border-bottom: solid 3px white;
	}

#menu{
	float: left;
	width: 280px;
	padding-bottom: 260px;
	background: #289925 url("/img/arbol.png") no-repeat bottom center;
}
	#menu ul{
		margin: 0;
		padding: 0;	
		color: white;
		list-style: none;
		font-size: 1.75em;
		text-align: right;
	}
	#menu li{
		padding: .3em 0;
		padding-right: 10px;
	}
	#menu li.selected{
		color: #289925;
		background: white;
	}
	#menu li ul{
		display: none;
		color: #289925;
		padding: 10px 5px 10px 0;
		font-size: .75em;
	}
	#menu li ul li{
		padding: 0;
	}
	#menu li.selected ul{
		display: block;
	}
	
	#menu li a{
		color: white;
	}
	#menu li a:hover{
		color: #B6DFB5;
	}
	#menu li.separator{
		margin-top: 1em;
		color: #0E5F0C;
	}
	#menu li.selected a{
		color: #289925;
	}
	#menu li.selected a:hover{
		color: #B6DFB5;
	}
	
	.elinks{
		margin: 4em 0;
		text-align: center;
	}
	.elinks h4{
		color: #0E5F0C;
	}
	.elinks a{
		color: white;
		font-size: 1.4em;
	}


#content{
	float: left;
	width: 660px;
	margin-left: 20px;
}

	h2{
		color: #0E5F0C;
		background: white url("/img/miniarbol.png") no-repeat right bottom;
		border-bottom: solid 2px #289925;	
	}
	h3{
		margin-top: 1em;
		color: #0E5F0C;
		border-bottom: solid 1px #289925;
		font-size: 1.6em;	
	}	
	a{
		color: #289925;
	}
	
	
	#contenido p{
		margin: 1.5em 1em;
		line-height: 1.25em;
		font-size: 1.5em;
	}
	
	#contacto{
		margin: 2em 0 2em 2em;
		line-height: 1.25em;
		font-size: 2em;
		text-align: right;
	}
	
	.fotos img{
		margin: 10px;
		x-border: solid 1px #289925;
	}
	.foto_grande{
		margin: .5em 1em;
		x-border: solid 1px #289925;
	}
	
	#lista_alojamientos{
		margin-top: 2em;
		list-style: none;
	}
	#lista_alojamientos li{
		width: 100%;
		margin-bottom: -1em;
		font-size: 1.4em;
	}
	#lista_alojamientos p{
		margin: 1em .5em;
	}
	#lista_alojamientos img{
	}
	#lista_alojamientos .right{
		float: right;
		text-align: right;
	}
	#lista_alojamientos .right p{
		float: right;
	}
	#lista_alojamientos .right img{
		float: right;
	}
	#lista_alojamientos .left{
		float: left;
		text-align: left;
	}
	#lista_alojamientos .left p{
		float: left;
	}
	#lista_alojamientos .left img{
		float: left;
	}	
	
	
.libroDeVisitas{
	margin: 3em;
}
	.libroDeVisitas div.ldv{
		margin: 1em;
		padding: 1em;	
	}
	.libroDeVisitas h4{
		font-size: 1.5em;
	}
	.libroDeVisitas div p.mensaje{
		padding: 1em;
		border-top: solid 1px #eee;
		border-bottom: solid 1px #eee;
		font-size: 1.25em;
	}
	.libroDeVisitas div p.fecha{
		text-align: right;
	}


.precios{
	margin-top: 2em;
}
	.precios th{
		padding: 10px;
	}
	
.wmargin{
	margin: 1em 4em;	
}


#pie_pagina{
	clear: both;
	color: #888;
	margin-top: 4em;
	text-align: center;
}

/* otras cosas */

.nota{
	color: red;
	font-weight: bold;
}

.altrow{
	background: #fafafa;
}

.hand{
	cursor: pointer;
}

#flashMessage, .msg{
	margin: 2em;
	padding: 1em;
	color: #0E5F0C;
	background: #E0EFE0;
	border: solid 1px #0E5F0C;
	font-size: 1.2em;
}

form.classic{
	width: 100%;
}
form.classic textarea{
	height: 200px;
}

.paging_info, .paging{
	text-align: right;
}
.paging div{
	display: inline;
}