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

body {
	background-color: #8d8862;
	background-image:url(../images/bg_pagina.jpg);
	background-repeat:repeat-x;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1{
	display:none;
}

a img{
	border:0;
}

#divMenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#divMenu ul li{	
	display:block;
	float:left;
}

#Principal{
	width:778px;
	margin:auto;
}

#Cabecera{
	height:80px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

#Botonera{
	height:43px;
}

#Contenido{
	background-image:url(../images/bg_contenido.png);
	padding: 20px;
	height:580px;
}

#ContenidoInterno{
	background-image:url(../images/bg_contenido.png);
	padding: 20px;
}

#Pie{
	background-image:url(../images/bg_piepagina.png);
	height:16px;
}

#HomeContenido{
	width:743px;
	margin:auto;

}

#HomeIzq{
	border-right:1px dashed #CC9933;
	width:430px;
	float:left
	

}
#HomeDer{
	width:300px;
	float:right;
}

#Home1{
	width:420px;
	border-bottom:1px dashed #CC9933;
	padding:5px 0 10px 0;
	
}

#Home2{
	width:420px;
}

#Home3{
	width:290px;
	padding:10px 0 0 0;
}

.Title{
	margin:0 0 8px 0;
}

.imgIzq{
	float:left;
	margin-bottom:5px;
}
.imgDer{
	float:right;
	margin: 0 0 5px 5px;
}

.imgDer{
	float:right;
}

#ContactForm{
	width:50%;
	margin:auto;
	padding:15px 25px 0 25px;
	background:#c1ba8e;
}
label{
	display:block;
	font-weight:bolder;
}
input, textarea{
	width:100%;
	margin-bottom:10px;
}

select{
	margin-bottom:10px;
}

.Botones{
	width:100px;
}

.centrar{
	text-align:center;
	margin-top:20px;
}

.fotosHabitacion{
	width:100%;
	
}

.fotosHabitacion td{
	width:33%;
	text-align:center;
	
}

.table{
	margin:20px auto 5px auto;
	width:100%;
}

.table td{
	font-size:1em;
	width:50%;
}

.table td div{
	text-align:center;
}

.table td a{
	font-size:0.8em;
}

.Rojo{
	color:#FF0000;
	font-weight:bolder;
	font-size:0.9em;
}


#divTransparente {
	position:fixed;
	background-color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	_width: 0px; /* Para Internet Explorer 6 */
	_height: 0px; /* Para Internet Explorer 6 */
	z-index:100;
	display:none;
}

#divEnviando {
	position:absolute;
	text-align:center;
	background-color: #FFF;
	border:1px solid #000;
	top:150px;
	left:50%;
	margin-left:-360px;
	z-index:110;
	display:none;
	padding:10px;
}