@charset "utf-8";
/* CSS Document */


/* COMUN */
body  {
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #656666;
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #656666;	
}


h1 {
	font-weight: normal;	
}

h2 {
	font-weight: normal;	
}

p {
	margin:0px;
}


/* CONTENEDOR */

#container {
	width: 1024px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
} 

/* HEADER */

#header { 
	padding: 0 10px 0 20px;  
	background-image: url(../img/index_01.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 27px;
} 
#header h1 {
	margin: 0; /
	padding: 0px 0; 
}


/* CONTENIDO */
#mainContent {
	margin: 0 auto;
	width: 936px;
	padding-left:8px;
} 


/* CABECERA */
#cabecera {
	margin: 0 auto;
	height: 59px;
	background-color: #212425;
	color: #FFF;
	text-align: right;
	padding-right: 15px;
} 
#cabecera a {
	color: #FFF;
}

#cabecera a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* NAVEGADOR */

#naveg{
	height:29px;
	background-image: url(../img/boton_on.gif);
	margin-top:10px;
	border-bottom: 1px solid #ffffff;
	padding-left:229px;
}

#navi {  
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	padding:0;
	float:left;
}
#navi li a {
	display:block;
	width:116px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#757575;
	background-image: url(../img/boton.gif);
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #ffffff;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

.primero{
	display:block;
	width:116px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#757575;
	background-image: url(../img/boton.gif);
	font-weight: bold;
	border-left:5px solid #ffffff; 
	border-right: 1px solid #CCC; 
}

#navi li a:hover {
	color:#757575;
	background-image: url(../img/boton_on.gif);
}

#navi li.in {
	color:#757575;
	background-image: url(../img/boton_on.gif);
	display:block;
	width:116px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#757575;
	font-weight: bold;
	text-decoration:none;
	padding:6px 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #ffffff;
}

#navi li a {
	display:block;
	width:116px;
	text-decoration:none;
	text-align:center;
	padding:6px 0;
	font-size:12px;
	color:#757575;
	background-image: url(../img/boton.gif);
	font-weight: bold;

}

span.in_primero{
	display:block;
	width:116px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#757575;
	background-image: url(../img/boton_on.gif);
	font-weight: bold;
	padding:6px 0;
	border-left:5px solid #ffffff; 
	border-right: 1px solid #CCC; 
	float:left;
}


/* RESERVA: buscador y galeria*/
#reserva{
	margin: 0 auto;
	width: 940px;
	height: 434px;
} 


/* BUSCADOR */

#buscador{
	float:left;
	width:229px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 421px;
	background-color: #82c1d3;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#form_hotel{
	margin-left: 10px;
	font-weight: bold;
}

/* IFRAME RESERVA */

#iframe{
	float:left;
	width:930px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	height:1000px;
}

/* TITULOS */

.titulo {
	font-size:28px;
}
	

.titulo1{
	margin: 5px auto;
	height: 30px;
	background-color: #656766;
	padding-left: 20px;
} 

.titulo2{
	height: 20px;
	background-color: #81c1d4;
	color: #FFF;
	font-size: 18px;
	vertical-align: middle;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 2px;
}

.titulo3{
	height: 20px;
	background-color: #656766;
	color: #FFF;
	font-size: 18px;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 3px;
}

.titulo4{
	width: 888px;
	height: 10px;
	background-color: #999;
	color: #FFF;
	font-size: 14px;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.titulo5 {
	font-size:28px;
	padding-left: 17px;
}


/* HOTEL */

#descripcion h1{
	margin:0;
	
}
#descripcion{
	height: auto;
	text-align: justify;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f4f4f4;
}

#descripcion2{
	padding-right: 20px;
}

.nombrehotel {
	font-size:36px;
}


.localizacion {
	font-weight:bold;
	font-size:14px;
	text-align: left;
}

#descripcion img {
	float: left;
	padding-right: 20px;
}

#contacto_home {
	color:#999;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;

}

#contacto_home a {
		color:#999;
	}


/* HABITACIONES */
.descripcion_habit{
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
	float:right;
	text-align:justify;
}

.habitaciones {
	height: 236px;
	margin-bottom:15px;
	background-color: #e6e6e6;
	float:right;
	width: 616px;
}
.habit_img {
	float: left;
	margin-right:5px;
}

.contenedor_habit {
	height: 235px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.titulo_habit{
	height: 20px;
	background-color: #81c1d4;
	color: #FFF;
	font-size: 18px;
	vertical-align: middle;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 3px;
}

.titulo_habit_foto{
	height: 20px;
	background-color: #81c1d4;
	color: #FFF;
	font-size: 18px;
	vertical-align: middle;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left:20px;
	padding-top: 6px;
	margin-top: 0px;
}

.descripcion3{
	padding: 0 20px;
	margin: 0;
}

.descripcion4 {
	padding: 0 20px;
	margin: 0;
	background-color: #e6e6e6;
}
.clear {
	clear:both;
	}

/* INSTALACIONES*/

.contenedor_instalac {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
}
.instalac_img {
	float: left;
	margin-right:6px;
	margin-left:0px;
}
.instalaciones_tit {
	font-weight:bold;
	font-size:18px;
	text-align: left;
	line-height: 25px;
	margin: 0;
}
.descripcion_instalac {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
	float:right;
	text-align:justify;
}
.instalaciones {
	
	margin-bottom:15px;
	background-color: #e6e6e6;
	float:right;
	width: 700px;
}
.instalaciones_salon {
	font-size:12px;
	text-align: left;
	
}


/* SERVICIOS */

.lista2{
	background-color:#dadada;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
}


.lista2 ul {
	list-style-type:none;
	margin: 0px;
}

.lista2 li {
	padding-left: 20px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 12px;
	background-image: url(../img/punto.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-align: left;
}


tr {
	border-style: none;

}

td {
	border-style: none;
	vertical-align: top;
	padding-bottom: 10px;
}
table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
}




/* MAPA*/

.lista3 {
	background-color:#E8E8E8;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 19px;
	padding-left: 20px;
	padding-right: 20px;
}

/* CONTENEDOR: localizacion y contacto*/

.lista3{
	background-color:#E8E8E8;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 19px;
	text-align: justify;
}

.lista{
	background-color:#E8E8E8;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 19px;
	text-align: justify;
}



/* CLEAR*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}


/* COPY */

.copy{
	height: 10px;
	background-color: #81c1d4;
	color: #FFF;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 9px;
	text-align: right;
}

.copy a {
	color: #FFF;
	text-decoration: none;
}

.hotusa {
	float:left;
	display: block;
	margin-left: 20px;
}


/* FOOTER */
#footer {
	background-image: url(../img/index_09.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 83px;
	margin: 0 auto;
} 

