/*   

Theme Name: CSS inicial
Theme URI: http://rudeworks.com/blog/css-inicial-2/
Author: RUDE
Author URI: http://rudeworks.com
Version: 2.0
Description: CSS básico con arreglos y selectores pre-configurados.

*/

/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
	font-family: "Trebuchet MS", Verdana;
	font-size: 80%;
}

ul {
	list-style: none;
	list-style-type: none;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 100%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*
	Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
	*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
	position:relative;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Para empezar un layout centrado: */

body {
	text-align: center;/* Hack para que IE6 no de problemas */
	background-color:#086C18;
	background-image: url(../images/pix.png);
	background-repeat: repeat;
}

#contenedor {
	margin: 0 auto;
	text-align: left;
	width:873px;
	background-color:#FFFFFF;
}

#superior{
	background-image: url(../images/fondo-sup.png);
	background-repeat: no-repeat;	
	height:33px;
	margin-bottom:0;
	padding-bottom:0;
}

#medio{
	margin-top:0;
	padding-bottom:0;
	background-image: url(../images/fondo-med.png);
	background-repeat: repeat-y;	
}

#inferior{
	clear:both;
	background-image: url(../images/fondo-inf.png);
	background-repeat: no-repeat;	
	height:33px;
}

#cabecera{
	padding-top:15px;
	margin-bottom:20px;
}

#cabecera h2{
	float:right;
	padding-right:50px;
	color: #086C18;
	font-size: 24px;
	text-align:right;
	line-height:35px;
	margin-top:-30px;
}

#cabecera h2 strong{
	font-size:38px;
}

#cabecera h1{
	padding-left:50px;
	float:left;
}

#contecontenido{
	clear:both;
	width:873px;
}

#menu{
	float:left;
	width:150px;
	padding-left:30px;
	color: #086C18;
	
}

#menu a, #menu2 a{
	color: #086C18;
}

#menu a:hover, #menu2 a:hover{
	color: #333333;
}

#menu2{
	float:right;
	width:150px;
	padding-right:30px;
	text-align:right;
	color: #086C18;
}

#contenido{
	margin-left:200px;
	margin-right:200px;
	width:473px;
	text-align:justify;
}

#pie{
	clear:both;
	text-align:center;
	padding-top:30px;
}

#menu ul, #menu2 ul{
	margin:0;
	padding:0;
	
	margin-bottom:20px;
}

#menu ul li, #menu2 ul li{
	list-style-type:none;
	margin-left:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;	
}

h3{
	color: #FFCC00;
}

#actividades, #alojamientos, .cuadroiz, .cuadrode{
	width:227px;
	float:left;
	text-align:center;
	margin-bottom:10px;
	border: 1px solid #333300;	
	height:160px;
}
.cuadro_anun {
	width:227px;
	text-align:center;
	margin-bottom:10px;
	border: 1px solid #333300;	
	height:160px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 8px;
	float: left;
}
#anuncios_principal, alojamientos_principal { /*Contenedores de anuncios y principal en index.php*/
	width: 100%;
	display: inline-block
}
#alojamientos2{
	width:461px;
	float:left;
	text-align:center;
	margin-bottom:10px;
	border: 1px solid #333300;	
	height:265px;
}
#alojamientos2 table {
	text-align: left;
	margin: auto;
}
#alojamientos, .cuadroiz, .cuadro1{
	margin-right:7px;
}

#actividades, .cuadrode, .cuadro3{
	margin-left:7px;
}

.cuadro2{
	margin-left:7px;
	margin-right:7px;
}

.cuadro1, .cuadro2, .cuadro3{
	width:145px;
	float:left;
	text-align:center;
	margin-bottom:10px;
	border: 1px solid #333300;	
	height:109px;
	overflow:hidden;
}

#alojamientos .bordefo{
	border: 1px solid #006600;	
	padding:2px;
	margin-top:2px;
	margin-bottom:2px;
}

ul, ol{
	margin-left:15px;
}

ul li{
	list-style-type:circle;
}

.foto {
	float:left;
	width:200px;
	padding:5px;
	padding-bottom:25px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom:18px;
	margin-top:5px;
	text-align:center;
	border: 1px solid #A4A4A4;
	background-color:#FFFFFF;
	/*background-image: url(../images/fondo_cua.gif);
	background-repeat: repeat-x;
	background-position: left -12px;*/
}

.foto img{
	border:none;
	text-decoration:none;
	height:150px;
	overflow:hidden;
}

a{
	color: #086C18;
}

a:hover{
	color: #333333;
}

.titulomenu{
	margin-bottom:5px;
	background-color:#F7D01E;
	font-weight:bold;
	text-align:center;
}

/*#divContainer{
	width:150px;
	height:240px;
	margin-top:22px;
	overflow:hidden;
	top:0px;
	left:0px;
	clip:rect(0,120,240,0);
	visibility: hidden;
	position:relative;
} 

#divContent{	
	width:148px;
	height:239px;
	top:0px;
	left:0px;
	cursor:default;
	position:relative;
}	*/

/* Scroller Box */
#scroller_container {
 position: relative;
 width: 150px;
 height: 200px;
 overflow: hidden;
}

#scroller {
width:150px;
}

/* Scoller Box */

/* At the end of the CSS File */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
 overflow: auto;
}
.bordefo {
border: solid 1px green;
}

/***busqueda-alojamiento.php v2***/
.contCasaResultado {									/*Contenedor principal de la casa*/
	width:460px;
	height: 160px;;
	border: solid 1px black;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	position: relative;
}
.contCasaResultado img {							/*Foto de la casa en cuestion*/
	float: left;
	display: inline-block;
}
.contCasaResultado .datosCasa  {/*Datos de la casa: actualizacion, lugar,...*/
	float: left;
	width: 140px;
	height: 100px;
/*	background: red;*/
	display: inline-block;
	margin: 5px 5px 5px 5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.contCasaResultado h3{								/*Nombre de la casa*/
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.contCasaResultado .descripcionCasa { /*Descripcion de la casa*/
	float: left;
	width: 208px;
	height: 100px;
/*	background: blue;*/
	display: inline-block;
	margin: 5px 5px 5px 5px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

.contCasaResultado .masDatos{
	/*clear:both;*/
}
.contCasaResultado .masinfo_btn {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: url('../images/mas_info_boton.gif');
	height: 25px;
	width: 170px;
	font-size: 13px;
	color: #F9FAF8;
	font-weight: bold;
	text-align: center;
}
.contCasaResultado .masinfo_btn a, .boton_formu a {
	color: #F9FAF8;
}
.contCasaResultado .masinfo_btn a:hover,  .boton_formu a:hover {
	color: #E0F2DA;
}
.boton_formu {
	background: url('../images/mas_info_boton.gif');
	width:170px;
	height: 25px;
	font-size: 13px;
	color: #F9FAF8;
	font-weight: bold;
	text-align: center;
}
.cont_paginas {
	text-align: center;
	width: 470px;
}
#barra_resultados{
	width: 470px;
	height: 30px;
	background: #CCECC1;
	color: #286230;
	padding-left: 5px;
	padding-top: 5px;
}
/**** FORMULARIO DE CONTACTO ****/
#datosContacto {
	position:relative;
}
#datosContacto #columnaDerecha{
	width: 290px;
	float: right;
	padding: 5px 5px 5px 5px;
}
#datosContacto #columnaIzquierda {
	width: 150px;
	float: right;
	padding: 5px 5px 5px 5px;
}
#contenedorFormularioContacto {
	padding-top: 200px;
}
/*** DETALLE ALOJAMIENTOS DE ALGESTUR *****/
#contenedorDetalleAlojamiento {
	position: relative;
}
.columnaDetalleAlojamientoIzq {
	width: 240px;
	float: left;
}
.columnaDetalleAlojamientoDer {
	width: 200px;
	float: left;
}
.columnaDetalleAlojamientoDer h4 {
	border-bottom: 1px solid gray;
}
#textosDetalleAlojamiento {
	height: auto;
	padding-top: 200px;
}
#textosDetalleAlojamiento h4 {
	border-bottom: 1px solid gray;
}
#fotosAlojamientoDetalle {
	width: 100%;
	margin-top: 30px;
}
#fotosAlojamientoDetalle img {
	float: left;
	margin: 4px 4px 4px 4px;
}

#fecha_alojamiento {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style:italic;
	color: #666666;
}
