@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(../images/fondo.png);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #01121b;
}

a:link {text-decoration:none;color:#4e4c4c;font-weight: normal;}
a:visited {text-decoration:none;color:#4e4c4c; font-weight: normal;}
a:active {text-decoration:none;color:#4e4c4c; font-weight: normal;}
a:hover {text-decoration:none;color:#a5a95e;font-weight: normal;}

#sombra{
	position: relative;
	width: 809px;
	top: 40px;
	margin: auto;
	padding-left: 9px;
	background-image:url(../images/fondo_sombra.png);
	background-position: left top;
	display: table;
}

#sombraInf{
	position: relative;
	width: 809px;
	height: 12px;
	top: 40px;
	margin: auto;
	padding-left: 9px;
	background-image:url(../images/fondo_sombra_inf.png);
	background-position: left top;
}

#cabecera{
	position: relative;
	width: 800px;
	height: 224px;
	background-image:url(../images/img_cabecera.jpg);
	background-position: left top;
}

#enlaces{
	position: relative;
	width: 800px;
	height: 24px;
	padding-top: 8px;
	margin: auto;
	background-color:#d5d4d4;
	border-bottom:  #a5a95e solid 2px;
	color: #4e4c4c;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	float: left;
}

#enlaces ul{
	height: 32px;	
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#enlaces ul li{
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
}

#cuerpo{
	position: relative;
	width: 800px;
	height: 334px;
	margin: auto;
	color: #4e4c4c;
	font-weight: normal;
	text-align: center;
	background-color: #FFF;
	background-image: url(../images/img_fongo_home.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom:  #a5a95e solid 3px;
	float: left;
}

#cuerpoInterior{
	position: relative;
	width: 724px;
	height: 334px;
	margin: auto;
	color: #4e4c4c;
	font-weight: normal;
	text-align: left;
	background-color: #FFF;
	padding: 57px 38px 0px 38px;
	border-bottom:  #a5a95e solid 3px;
	float: left;
}

.listasBlanco {
	padding-left: 5px;
}

.listasBlanco li{
	background-image: url(../images/ico_li.png);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	padding-left: 8px;
	list-style: none;
	margin-bottom: 5px;
}

#pieImg{
	position: relative;
	width: 809px;
	height: 54px;
	margin: auto;
	top: 40px;
	padding-left: 9px;
	background-image:url(../images/fondo_pie.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
}

#pie{
	position: relative;
	width: 809px;
	height: 54px;
	top: 50px;
	margin: auto;
	text-align: center;
}

.linkVerde{
	color: #a5a95e;
	font-size: 16px;
	font-weight: bold;
}

.titRaya{
	border-bottom:  #a5a95e solid 3px;
	text-align: left;
	font-weight: bold;
}

#btnSubir{
	position: absolute;
	bottom: 10px;
	right: 40px;
	width: 40px;
	height: 10px;
	padding-top: 10px;
	background-image: url(../images/btn_subir.png);
	background-position: 8px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	}
	
.listas {
	padding-left: 5px;
}

.listas li{
	background-image: url(../images/ico_li_negro.png);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	padding-left: 8px;
	list-style: none;
	font-size: 12px;
	margin-bottom: 3px;
}

.Negro{	
	font-size: 16px;
	font-weight: bold;
	color:#000;
}

.btnEnviar{
	position: relative;
	width: 105px;
	height: 20px;
	text-align: center;
	padding-top: 2px;
	background-color:#939c51;
	color:#FFF;
	font-size: 16px;
	cursor: pointer;
	border: #939c51 solid 1px;
	margin: auto;
}

.btnEnviar:hover{
	background-color:#FFF;
	color:#939c51;
	border: #939c51 solid 1px;
}

#Consultas{
	}

#Consultas input{
	border: #939c51 solid 1px;
	width: 290px;
	height: 20px;
	margin-top: -4px;
}

#Consultas textarea{
	border: #939c51 solid 1px;
	width: 720px;
	height: 100px;
	margin-top: 5px;
}

#Reservas{
	}

#Reservas input{
	height: 18px;
	border: #939c51 solid 1px;
	margin-top: -4px;

}

#Reservas textarea{
	border: #939c51 solid 1px;
	width: 720px;
	height: 100px;
	margin-top: 5px;
}

#casas{
	display:inline;
	margin: 0px;
	padding: 0px;
}

#casas li{
	display:inline;
	margin-right: 50px;
}

.btnCasas{
	font-size: 16px;
	border: #939c51 solid 1px;
	color: #939c51;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.btnCasas:hover{
	font-size: 16px;
	border: #939c51 solid 1px;
	background-color: #939c51;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.btnCasasSel{
	font-size: 16px;
	border: #939c51 solid 1px;
	background-color: #939c51;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.imagenCasaGrande{
	position: relative;
	width: 460px;
	height: 324px;
	border: #44433d solid 1px;	
}

.imagenCasaSmall{
	position: relative;
	width: 96px;
	height: 96px;
	border: #44433d solid 1px;
	float: right;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 13px;
	cursor: pointer;
}