html, body {
	  height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: #f8f7e5 url(../img/fondo.jpg) no-repeat 50% 0%;
	background-color:#0B0B0B;
	font-family: Arial,Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}

/* Quita el maldito borde azul de los enlaces al estar activos */ 

*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}



div#freno {
	/* Permite que si el tamaño de la ventana del navegador es inferior al alto de la web se fije arriba */
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     
	margin-top: -300px; /* La mitad del alto del contenedo */                                                   
	float: left;
 }
 
#contenedor {
	width:960px;
	height:600px;
	clear: both;
	border:1px solid #33302E;
	margin:0 auto 0 auto; /* Centrado horizontal */
	position: relative;
    top: -300px; /* La mitad del alto del contenedor */
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */
}


/* FONDOS DE SECCIÓN */

.fondo01 {
	background-image:url(../img/fondo_01.jpg);
}

.fondo01b {
	background-image:url(../img/fondo_01b.jpg);
}

.fondo01c {
	background-image:url(../img/fondo_01c.jpg);
}


.fondo02 {
	background-image:url(../img/fondo_02.jpg);
}

.fondo03 {
	background-image:url(../img/fondo_03.jpg);
}


.fondo04 {
	background-image:url(../img/fondo_04.jpg);
}


.fondo05 {
	background-image:url(../img/fondo_05.jpg);
}


#menu .seccion{
	color:#FFF;
	position:relative;
	float:left;
	display:inline;
	background-color:#282828;
	margin-right:6px;
}

#menu .seccion a{
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	height:18px; /* alto - padding = 28 - 6 */
	color:#FFF;
	text-decoration:none;
	display:block;
}


#menu .seccion a:hover{
	color:#0083d7;
}

#menu .seccion .seleccionado{
	background-color:#0083d7;
	color:#000;
}

#menu .seccion .seleccionado:hover{
	color:#000;
}

/* ZONA DE SCROLL */

/* Scroll Bar */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width:10px;
	background-image:url(../img/fondo_scroll.gif);
}
.vscrollerbar {
	background-image: url(../img/bola_scroll.png);
	width: 10px;
	height: 10px !important;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 17px;}
.hscrollerbar {height: 17px; background-color:#090;}


.vscrollerbar, .hscrollerbar {
	padding: 0px;
	padding-top:0px; /*La distancia a la que frena el scroll arriba */
	z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
	width: 27px;
	height: 17px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background: #698AAA;
}

/* Scroll Bar - Fin */


.thumb {
	border:1px solid #666;
	margin:8px;
}



div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	
	
	text-decoration: none; 
	color: #0083D7;
}
div.pagination a:hover, div.pagination a:active {
	
	color: #000;
	background-color: #0083D7;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	
	font-weight: bold;
	background-color: #0083D7;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	
	color: #ccc;
}

#texto_habitacion p { margin:0; padding:0; }

#texto_parrafo p { margin:0; padding:0; }

.texto_noticia a {
	color:#0083D7;	
	text-decoration:none;
}