@charset "utf-8";
/* CSS Document */
/* Reseteo de CSS */
* {
	margin: 0;
	border: 0;
	/* Configuracion de tipo de letra y tamaño por defecto */
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-decoration: none;
}

html, body {
	margin:0px;
	padding:0px;
	text-align:left;
	height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;
	/* Configuracion de color de letra por defecto */
	color: #333;
	background-color: #F3F6D7;
}

/* Configuracion de enlaces */
a:link		{ text-decoration: none; color: #333; }
a:visited	{ text-decoration: none; color: #333; }
a:hover		{ text-decoration: none; color: #333; }
a:active	{ text-decoration: none; color: #333; }

/* Configuracion de encabezados */
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
p { float:left; text-align:justify; }

/* Configuracion de textos */
.TextoBlanco	{ color:#FFF; }
	a.TextoBlanco	{ color:#FFF; }
.TextoRojo 		{ color: #C30; }
	a.TextoRojo 	{ color: #C30; }
.TextoAzul 		{ color: #99EAFB; }
	a.TextoAzul 	{ color: #00F; }
.TextoSuperPeque	{ font-size:10px;  }
	a.TextoSuperPeque 	{ font-size:10px; }
.TextoTamano2	{ font-size:15px;  }
	a.TextoTamano2 	{ font-size:15px; }

/* Configuracion de formularios */
.TextField {
	padding: 3px;
	float: left;
	border: 1px solid #271306;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.Button {
	color: #FFF;
	font-weight: bolder;
	background-color: #271306;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	.Button:hover {
	background-color:#493129;
	}

/* Configuracion de la estructura de la página */
/****************************************************************************/
#Superior {
	float: left;
	width: 100%;
	text-align: center;
	height:421px;
	background-position: center;
	background-image: url(/images/fondotop.jpg);
	background-repeat: repeat-x;
}
#Superior #CentrarSuperior {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 940px;
	height: 421px;
	position:relative;
	z-index:24;
}
#Secciones {
	float: left;
	width: 100%;
	text-align: center;
	height:49px;
	background-image: url(/images/fondomedio.png);
}
#Secciones #CentrarSecciones {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 940px;
	height: 49px;
}
#Central {
	float: left;
	width: 100%;
	text-align: center;
	background: url(/images/fondo.png) repeat-x;
}
#Central #CentrarCentral {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 940px;
}
#Inferior {
	float: left;
	width: 100%;
	text-align: center;
	background-image: url(/images/fondoabajo.png);
}
#Inferior #CentrarInferior {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 940px;
}
#Central #CentrarCentral #ContenidoCentral {
	float: left;
	width: 700px;
	text-align: left;
	min-height:440px;
	margin-top:20px;
	margin-bottom:20px;
}
#Inferior #CentrarInferior #ContenidoInferior {
	color: #FFF;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#Secciones #CentrarSecciones #ContenidoSecciones {
	float: left;
	height: 49px;
	width: 940px;
	text-align: left;
}
#Secciones #CentrarSecciones #ContenidoSecciones a {
	font-weight: bold;
	color: #FFF;
	float: left;
	font-size: 15px;
	margin-right: 20px;
	padding-top: 16px;
}
#Inferior #CentrarInferior #ContenidoInferior p {
	width: 940px;
}
#Superior #CentrarSuperior #SeccionesPrincipales {
	background-color: #0985B8;
	float: left;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:25;
	margin-top:-5px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#Superior #CentrarSuperior #SeccionesPrincipales a {
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-left: 20px;
}
#Central #CentrarCentral #ContenidoCentral p {
	width: 700px;
}
#Central #CentrarCentral #ContenidoCentral h1 {
	float: left;
	width: 700px;
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EA961;
	padding-bottom: 5px;
}
#Central #CentrarCentral #ContenidoCentral .ListadoFotografias {
	float: left;
	width: 800px;
	list-style-type: none;
}
#Central #CentrarCentral #ContenidoCentral .ListadoFotografias {
	float: left;
	width: 700px;
	list-style-type: none;
}
#Central #CentrarCentral #ContenidoCentral .ListadoFotografias li {
	float: left;
	border: 1px solid #333;
	width: 146px;
	height: 100px;
	margin-top: 17px;
	margin-left: 10px;
}
#Central #CentrarCentral #ContenidoCentral .Notificacion {
	padding: 10px;
	background-color: #C6CCA2;
	border: 1px solid #FFF;
	width: 678px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#Central #CentrarCentral #ContenidoCentral .AlojamientoListado {
	padding: 10px;
	float: left;
	width: 678px;
	border: 1px solid #9EA961;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#Central #CentrarCentral #ContenidoCentral .AlojamientoListado img {
	margin-right: 10px;
	float: left;
	height: 90px;
	width: 120px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#Central #CentrarCentral #ContenidoCentral .AlojamientoListado p {
	float: right;
	width: 548px;
}
#Central #CentrarCentral #ContenidoCentral #MapaGoogle {
	float: left;
	width: 690px;
	border: 5px solid #9EA961;
	height: 400px;
	background-color: #FFF;
}
#Central #CentrarCentral #ContenidoCentral #MapaGoogleDirecciones {
	float: left;
	width: 690px;
}
#Superior #CentrarSuperior #AlojamientoRotatorio {
	float: left;
	height: 337px;
	width: 466px;
	display:block;
	position:absolute;
	top:50px;
	right:0px;
	z-index:25;
	border:solid 5px #FFF;
}
#Superior #CentrarSuperior #AlojamientoRotatorio a img {
	height: 337px;
	width: 466px;
	float: left;
}
#Superior #CentrarSuperior #AlojamientoRotatorio .TextoAlojamientoRotatorio {
	float: left;
	height: 43px;
	width: 446px;
	background:url(/images/capa.png);
	text-align: left;
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:25;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Central #CentrarCentral #ContenidoCentral div div strong .reservaonlineficha {
	background-color: #A5AF63;
	padding: 5px;
	float: left;
	color: #FFF;
}
#Central #CentrarCentral #Izquierda {
	float: left;
	width: 220px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#Central #CentrarCentral #Izquierda p {
	width: 220px;
}

