html,body{
	margin: 0;
	padding: 0;
	background-color: white;
	font: 10px/14px "Tahoma";
	background: url(../img/backgrounds/fondo.gif) #ffffff repeat-x;
}

.clear {
	clear: both;
}

#imprimir {
	display: none;
}

#contenedor {
	width: 100%;	
	background: url(../img/backgrounds/contenedor.png) no-repeat top;
}



#principal {
	width: 966px;
	margin: 0 auto;
}

#galeria {
	position:relative;
}

#galeria noscript {
	position:absolute;
	top:4px;
	right: 0;
}

#cabecera {
	background: url(../img/backgrounds/cabecera.png) no-repeat top;
	height: 112px;
	position: relative;
}

#cabecera noscript {
	position:absolute;
	bottom:4px;
	right: 0;
}

#cabecera noscript ul {
	margin:0;
	padding: 0;
}

#cabecera noscript ul li {
	display:inline;	
}

#cabecera noscript ul li a {
	background:white;
	padding: 5px;
	font-weight: bold;
	color: #27B403;
	text-transform: uppercase;
}

#cabecera noscript ul li a:hover {
	background:#27B403;
	padding: 5px;
	font-weight: bold;
	color:white ;
}

#cabecera noscript #idiomas {
	position:absolute;
	top:-85px;
	right: 0;
}

#cabecera noscript #idiomas a {
	background:none;
	color: white;
	text-transform: uppercase;
}

#contenido {
	width: 966px;	
}

#lateral {
	float: left;
	width: 245px;
}

#footer {
	width: 100%;
	height: 22px;
	background: #2e9913;
	clear: both;
	text-align: center;
	padding-top: 8px;
	color: white;
}

#footer a {
	color: #ffcc00;
	font-weight: bold;
}

/* Reservas */
#lateral #reservas {
	width: 220px;
	height: 185px;
	background: #fff;
	border: 5px solid #f3f3f3;
	padding: 8px;
	border-bottom: 0;
}

#lateral #reservas em {
	font-style:normal;
	font-weight: bold;
	float: right;
	text-align: right;
}

#lateral #reservas form.xform {
	width: 220px;
}

#lateral #reservas form.xform fieldset {
	width: 220px;
	border: 0;
	margin: 0;
	padding: 0;
	height: 150px;
}

#lateral #reservas form.xform fieldset p {
	text-align: left;
}

#lateral #reservas form.xform fieldset ol li {
	padding: 2px 5px 2px 10px;
}

#lateral #reservas form.xform label {
	width: 70px;
	color: #27b403;
	font-weight: bold;
}

#lateral #reservas form.xform input,
#lateral #reservas form.xform select {
	width: 115px;
	font-size: 10px;
	color: #27b403;
	border:1px solid #d5d5d5;
	padding: 2px;
	background: url(../img/backgrounds/input.gif) repeat-x;
}

#lateral #reservas form.xform select {
	width: 120px;
}

#lateral #reservas form.xform .button {
	width: 101px;
	height: 20px;
	border: 0;
	text-indent: -100px;
	letter-spacing: -200px;
	cursor: pointer;
	margin-right: -7px;
	background: none;
}
#lateral #reservas form.xform fieldset a img {
	float:left;
	margin: 10px 0 0 0;
	padding: 0;
}
#lateral #reservas form.xform fieldset div {
	text-align: right;
	margin: 8px;
}

/* Contacto rapido */
#lateral #contactenos {
	width: 220px;
	background: White;
	border: 5px solid #f3f3f3;
	margin-top: 5px;
	padding: 8px;
	border-top: 0;
}

#lateral #contactenos #datos {
	background: url(../img/backgrounds/dino.gif) no-repeat left;
	margin-top: 5px;
}

#lateral #contactenos #datos address {
	margin:0 0 0 100px; 
	line-height: 12px;
	color: #818181;
}

#lateral #contactenos #datos address strong {
	color: #000;
}

#lateral #contactenos #datos address a {
	color:#27b403;
	font-weight: bold;
}

#lateral #contactenos #datos ul li a:hover {
	color:#4c4c4c;
	font-weight: bold;
}

#lateral #contactenos #datos ul li strong {
	color:#000000;
}

/* Lateral: pago */
#lateral #pago {
	width: 220px;
	background: White;
	border: 5px solid #f3f3f3;
	margin-top: 5px;
	padding: 8px;
	border-top: 0;
}

#lateral #pago p {
	margin: 5px;
}

#lateral #pago strong {
	color: #27b403;
	font-size: 110%;
}

/* Galeria */
#galeria {
	float: right;
	width: 710px;
	margin-bottom: 10px;
}

#galeria noscript {
	float: right;
	width: 710px;
	height: 315px;
	margin-bottom: 10px;
}

/* Inicio */
#inicio .superior {
	clear: both;
}

#inicio .superior h2{
	margin-bottom: 10px;
}

#inicio .superior p {
	margin-bottom: 20px;
	color: #818181;
}
#inicio .superior strong {
	color: #27B403;
}
#inicio .inferior  {
	min-height:320px;
}

/* Ofertas */
#ofertas {
	width: 485px;
	float: left;
	position: absolute;
}

#ofertas h2 {
	margin-bottom:10px;
}

#ofertas .oferta {
	width: 202px;
	height: 222px;
	background: White;
	border: 5px solid #f3f3f3;
	float: left;
	margin-right: 10px;
	padding: 8px;
	position: relative;
	top: 0;
}

#ofertas .oferta .descripcion {
	width: 203px;
	height: 222px;
	background: white;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
	border: 2px solid #2e9913;
}

#ofertas .oferta .descripcion a {
	float: right;
	margin: -5px 6px 0 0;
}

#ofertas .oferta .descripcion img {
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
}

#ofertas .oferta .descripcion img.cerrar {
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}

#ofertas .oferta .descripcion em {
	float: right;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #0e4300;
	line-height:1.3em;
	margin: -4px 3px 5px 0;
}

#ofertas .oferta .descripcion h3 {
	overflow:hidden;
	height: 30px;
}

#ofertas .oferta .descripcion p {
	float:left;
	font-size: 10px;
	height: 108px;
	overflow: auto;
	margin:5px 0 15px 0;
	width: 203px;
}

#ofertas .oferta .descripcion strong {
	float:left;
	font-size: 12px;
	color: #27b403;
	text-transform: capitalize;
	font-weight: bold;
}

#ofertas .oferta h3 {
	font-size: 12px;
	font-weight: bold;
	color: #a3a3a3;	
	margin-bottom: 5px;
}

#ofertas .oferta img {
	width: 196px;
	border: 3px solid #e0e0e0;
	margin-bottom: 10px;
}

#ofertas .oferta strong {
	float:left;
	font-size: 12px;
	color: #27b403;
	text-transform: capitalize;
	font-weight: bold;
}

#ofertas .oferta em {
	float:right;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #0e4300;
	line-height:1.3em;
	margin-top: -10px;
}

#ofertas .oferta img.ampliar {
	width:auto;
	height: auto;
	border: 0;
	margin: 10px 0 0 98px;
	cursor: pointer;
	display: none;
}

#ofertas .oferta a {
	padding: 0;
	margin: 0;
	margin: 0 0 0 98px;
}

#ofertas .oferta img.solicitar {
	width:auto;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

/* Localizacion */
#localizacion {
	width: 480px;
	float: right;
}

#localizacion h2 {
	margin-bottom:10px;
}

/* Tarifas */
#tarifas<a href="http://probalear/philipp/cala-domingos/solicitar.html?id=2"><img src="http://probalear/philipp/cala-domingos/img/es/botones/solicitar.gif" class="solicitar" alt="Solicitar oferta"></a> {
	padding-bottom:10px;
}

#tarifas {
	width: 966px;
}

#tarifas #subcontenido {
	float:left;
	width: 680px;
	margin-left: 10px;
	padding:8px 8px 8px 10px;
	background:white;
	border: 5px solid #f3f3f3;
	margin-bottom: 15px;
}

#tarifas #subcontenido caption {
	text-align: left;
	font-size: 12px;
	background:#eeeeee;
	padding:5px;
	font-weight: bold;
	color:#818181;
}

#tarifas #subcontenido table {
	width: 680px;
}

#tarifas #subcontenido table thead tr th {
	width: 200px;
	background: #27b403;
	padding: 5px;
	font-size: 12px;
	color: white;
}

#tarifas #subcontenido table tbody tr td {
	width: 200px;
	background: white;
	text-align: center;
	padding: 5px;
	font-size: 11px;
}

#tarifas h2{
	margin-bottom: 10px;
}

#tarifas #sublateral {
	float: left;
	width: 220px;
	/*height: 200px;*/
	background: White;
	border: 5px solid #f3f3f3;
	padding: 8px;
	margin-top: 8px;
}

#tarifas #sublateral ol {
	margin:0 0 0 5px;
	padding: 0;
	line-height: 18px;
	list-style: decimal-leading-zero outside;
	margin-left: 20px;
}

#tarifas #sublateral ol li {
	margin:0;
	padding: 0;
	line-height: 18px;
}

#tarifas #sublateral ol li span {
	color: #27B403;
	border-right: 2px solid gray;
	padding: 0 5px 0 0;
	margin-right: 5px;
	font-weight: bold;
}

#tarifas #sublateral ol li strong {
	color: #27B403;
}

#tarifas #subcontenido form {
	margin-bottom:20px;
}

#tarifas #subcontenido form label {
	font-size: 12px;
	font-weight: bold;
	color:#27b403;
}

#tarifas #subcontenido form select {
	height:20px;
	font-size: 12px;
	border:1px solid #cecece;
	font-weight: bold;
	color:#818181;
}

#tarifas #subcontenido form select option {
	background: url(../img/iconos/apto1.png) no-repeat #eeeeee;
	padding:5px 0 3px 44px;
	height: 20px;
	margin-top:1px;
	
}

/* Instalaciones */
#instalaciones {
	width: 945px;
	background: white;
	border: 5px solid #f3f3f3;
	clear:both;
	padding: 8px;
	margin-bottom: 10px;
}

#instalaciones h2 {
	margin-bottom:10px;
}

#instalaciones .servicios {
	width:458px;
	float: left;
	background: #f7f7f7;
	padding: 5px;
	height: 250px;
}

#instalaciones .servicios img {
	width:155px;
	background: gray;
	height: 220px;
	float: left;
	margin:5px 5px 5px 0;
}

#instalaciones .servicios ul {
	float: left;
	margin: 0;
	padding:5px;
}

#instalaciones .servicios ul li {
	font-size:10px;
	list-style: square;
	list-style-position: inside;
}

#instalaciones .servicios h3 {
	color:white;
	padding: 5px;
	background: #27b403;
	text-transform: uppercase;
}

#instalaciones .apartamentos {
	width:458px;
	float: right;
	background: #f7f7f7;
	padding: 5px;
	height: 250px;
	position: relative;
}

#instalaciones .apartamentos h3 {
	color:white;
	padding: 5px;
	background: #27b403;
	text-transform: uppercase;
}

#instalaciones .apartamentos img {
	width:160px;
	background: gray;
	height: 220px;
	float: left;
	margin:5px 5px 5px 0;
}

#instalaciones .apartamentos ul {
	float: left;
	margin: 0;
	padding:5px;
}

#instalaciones .apartamentos ul li {
	font-size:10px;
	list-style: square;
	list-style-position: inside;
}

#instalaciones .plano1,
#instalaciones .plano2 {
	width:448px;
	background: white;
	border: 5px solid #f3f3f3;
	padding: 5px;
	height: 240px;
	position: absolute;
	top:0;
	left: 0;
	display: none;
}

#instalaciones img#plano1,
#instalaciones img#plano2 {
	width: 136px;
	height: 90px;
	float: left;
	border: 2px solid #f3f3f3;
}

#instalaciones div.plano1 img,
#instalaciones div.plano2 img {
	width: auto;
	height: auto;
}

#instalaciones .plano1 img.cerrar,
#instalaciones .plano2 img.cerrar {
	width:auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

/* Contacto */
#contacto {
	width: 945px;
	background: white;
	border: 5px solid #f3f3f3;
	clear:both;
	padding: 8px;
	margin-bottom: 10px;
}

#contacto h2 {
	margin-bottom:10px;
}

#contacto .contacto form {
	width: 400px;
}

#contacto .contacto form.xform fieldset legend {
	font-size:11px;
	color: #27B403;
}

#contacto .contacto form.xform fieldset ol li label {
	width: 280px;
	font-size: 12px;
}

#contacto .contacto form.xform fieldset ol li input,
#contacto .contacto form.xform fieldset ol li select,
#contacto .contacto form.xform fieldset ol li textarea {
	font-size: 12px;
	color: #27b403;
	border:1px solid #d5d5d5;
	padding: 2px;
	background: url(../img/backgrounds/input.gif) repeat-x;
	width: 300px;
}

#contacto .contacto form.xform fieldset ol li .checkbox {
	width:auto;
	height: auto;
	background: none;
	border: 0;
}

#contacto .contacto {
	background:white;
	width: 400px;
	float: right;
}

#contacto .mensaje {
	width: 360px;
	float: right;
	height: 300px;
	margin: 30px 0 0 0;
	padding: 10px;
	background: url(../img/backgrounds/logo.jpg) no-repeat center bottom;
}

#contacto .mensaje p {
	margin: 0 0 10px 0;
	font-weight: bold;
}

#contacto .interes {
	width: 545px;
	float: left;
	margin-top: 35px;
}

#contacto .contacto fieldset {
	width: 350px;
}

#contacto .contacto fieldset ol li fieldset span {
	font-size:10px;
	margin:0;
	padding: 0;
}

#contacto label a {
	color: #27b403;
	font-weight: bold;
}

/* Reserva */
#reserva {
	float: right;
	width: 684px;
	margin-bottom: 10px;
	background: #fff;
	border: 5px solid #f3f3f3;
	padding: 8px;
	position: relative;
}

#reserva h2 {
	margin-bottom: 10px;
}

#reserva h3 {
	text-align: left;
	font-size: 12px;
	background: #eeeeee;
	padding:5px;
	font-weight: bold;
	color: #818181;
	clear: both;
	margin: 0;
}

#reserva p {
	clear: both;
	padding: 10px 10px 0 10px;
}

#reserva p.mensaje {
	font-size: 12px;
	padding: 0 10px 20px 10px;
}

#reserva p strong {
	color:#27B403;	
}

#reserva table {
	width: 100%;
	text-align: center;
}

#reserva table caption {
	text-align: left;
	font-size: 12px;
	background: #eeeeee;
	padding: 5px;
	font-weight: bold;
	color:#818181;
	margin-bottom: 5px;
}

#reserva table thead tr th {
	width: 200px;
	background: #27b403;
	padding: 5px;
	font-size: 12px;
	color: white;	
}

#reserva table tbody tr td {
	width: 200px;
	background: white;
	text-align: center;
	padding: 5px;
	font-size: 11px;
}

#reserva table tfoot tr td {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

#reserva table tfoot strong {
	font-size: 16px;
	font-weight: bold;
	color: #27b403;
}

#reserva form.xform {
	clear: both;
	width: auto;
}

#reserva form.xform p {
	padding: 0;
}

#reserva form.xform fieldset legend {
	font-size:11px;
	color: #27B403;
}

#reserva form.xform fieldset ol li label {
	width: 280px;
	font-size: 12px;
}

#reserva form.xform fieldset ol li input,
#reserva form.xform fieldset ol li select,
#reserva form.xform fieldset ol li textarea {
	font-size: 12px;
	color: #27b403;
	border: 1px solid #d5d5d5;
	padding: 2px;
	background: url(../img/backgrounds/input.gif) repeat-x;
	width: 300px;
}

#reserva form.xform fieldset ol li kbd {
	font-family: inherit;
	font-size: 12px;
	color: #27b403;
}

#reserva #opciones {
	margin: 10px 10px 50px 10px;
	clear: both;
}

#reserva #opciones a {
	float: left;
}

#reserva #opciones input {
	float: right;
}

#reserva #selector {
	clear:both;
	padding: 5px;
	margin: 0 0 20px 0;
	display: none;
}

#reserva #selector.show {
	display: block;
}

#reserva #selector fieldset {
	border: 0;
}

#reserva #selector a.dp-choose-date {
	position: absolute;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 3px 0 2px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/iconos/calendar.png) no-repeat;	
}

#reserva #selector ol {
	display: inline;
}

#reserva #selector ol li {
	display: inline;
	margin-right: 40px;
}

#reserva #selector ol li .button {
	width: 101px;
	height: 20px;
	border: none;
	cursor: pointer;
	background: none;
	vertical-align: top;
}

#reserva #selector label {
	width: 70px;
	color: #27b403;
	font-weight: bold;
}

#reserva label a {
	color: #27b403;
	font-weight: bold;
}

#reserva #selector input,
#reserva #selector select {
	width: 70px;
	font-size: 10px;
	color: #27b403;
	border:1px solid #d5d5d5;
	padding: 2px;
	background: url(../img/backgrounds/input.gif) repeat-x;
}

#reserva #selector select {
	width: 100px;
}

#reserva p img {
	float:right;
}

#reserva a img {
	float: left;
}

/* Solicitar */
#solicitar {
	float: right;
	width: 684px;
	margin-bottom: 10px;
	background: #fff;
	border: 5px solid #f3f3f3;
	padding: 8px;
	position: relative;
}

#solicitar h2 {
	margin-bottom: 10px;
}

#solicitar h3 {
	text-align: left;
	font-size: 12px;
	background: #eeeeee;
	padding:5px;
	font-weight: bold;
	color: #818181;
	clear: both;
	margin: 0;
}

#solicitar div.oferta {
	padding: 0 10px 0 10px;
}

#solicitar div.oferta span.titulo {
	font-size: 12px;
	font-weight: bold;
	color: #a3a3a3;
	margin: 10px 0 10px 0;
	display: block;
}

#solicitar div.oferta strong {
	font-size: 12px;
	color: #27b403;
	text-transform: capitalize;
	font-weight: bold;
}

#solicitar div.oferta p {
	clear: both;
	margin: 5px 0 5px 0;
	padding: 0;
}

#solicitar div.oferta em {
	float: right;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #0e4300;
	line-height:1.3em;
	margin: -4px 3px 5px 0;
}

#solicitar p {
	clear: both;
	padding: 10px 10px 0 10px;
}

#solicitar p.mensaje {
	font-size: 12px;
	padding: 0 10px 20px 10px;
}

#solicitar p strong {
	color:#27B403;	
}

#solicitar form.xform {
	clear: both;
	width: auto;
}

#solicitar form.xform p {
	padding: 0;
}

#solicitar form.xform em {
	font-weight: bold;
	font-style: normal;
	color: #fe6e04;
	font-size: 10px;
	float: none;
}

#solicitar form.xform fieldset legend {
	font-size:11px;
	color: #27B403;
}

#solicitar label a {
	color: #27b403;
	font-weight: bold;
}

#solicitar form.xform fieldset ol li label {
	width: 280px;
	font-size: 12px;
}

#solicitar form.xform fieldset ol li input,
#solicitar form.xform fieldset ol li select,
#solicitar form.xform fieldset ol li textarea {
	font-size: 12px;
	color: #27b403;
	border: 1px solid #d5d5d5;
	padding: 2px;
	background: url(../img/backgrounds/input.gif) repeat-x;
	width: 300px;
}

#solicitar form.xform fieldset ol li kbd {
	font-family: inherit;
	font-size: 12px;
	color: #27b403;
}

#solicitar p img {
	float:right;
}

#solicitar a img {
	float: left;
}

/* Error */
#error {
	padding: 10px 10px 20px 60px;
	border: 1px dashed #27b403;
	margin: 10px 0 25px 0;
	background: url(../img/error.png) no-repeat top left;
}

#error h2 {
	font-weight: bold;
	font-size: 150%;
	color: #FE6E04;
	padding: 0;
	margin: 5px;
}

#error p {
	font-weight: bold;
	color: #FE6E04;
	padding: 0 0 0 20px;
	margin: 5px;
}

#error ul {
	padding: 0 0 0 20px;
	margin: 5px;
}

#error ul li {
	line-height: 14px;
	font-weight: bold;
	color: gray;
	margin: 0 0 0 20px;
	list-style: square;
}

#error a {
	float: right;
	margin: 25px 0 0 0;
	color: #27b403;
	font-weight: bold;
}

/* Aviso Legal */
#avisolegal {
		width: 945px;
	background: white;
	border: 5px solid #f3f3f3;
	clear:both;
	padding: 8px;
	margin-bottom: 10px;
}

#avisolegal h2 {
	margin: 5px 0 5px 0;
	color: #27B403;
	font-size: 11px;
}

#avisolegal img {
	margin: 10px 0 5px 0;
}

#avisolegal #validacion {
	text-align: center;
}

/* Paginacion */
#paginacion {
	height: 16px;
	width: 472px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 1;
	padding: 8px 0 8px 0;
}

#paginacion ul{
	width: auto;
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	list-style: none;
	color: #ffffff;
}

#paginacion ul li {
	float: left;
	margin: 1px 0 0 0;
	list-style: none;
	color: #000000;
	text-align: center;
	cursor: pointer;
	padding: 3px;
}

#paginacion ul li a {
	padding: 3px 6px 3px 6px;
	border: 0;
	color: #fff;
	background: #444444;
	text-decoration: none;
	font-weight: normal;
	height: 18px;	
	width:22px;
	margin: 1px 0 0 0;
}

#paginacion ul li a:hover {
	margin: 1px 0 0 0;
	padding: 3px 6px 3px 6px;
	border: 0;
	color: #000000;
	background: #ffcc00;
	text-decoration: none;
	height: 18px;	
	width:22px;
}

#paginacion ul li.actual a {
	margin: 1px 0 0 0;
	padding: 3px 6px 3px 6px;
	border: 0;
	color: #fff;
	background: #40a62a;
	text-decoration: none;
	height: 18px;	
	width:22px;
}

/* Formulario Xform */
form.xform {
	width: 475px;
}

form.xform p {
	margin: 8px;
	text-align: right;
}

form.xform p.legal {
	text-align: justify;
}

form.xform p.legal em {
	font-weight: normal;
	font-style: italic;
	color: #000;
}

form.xform p label,
form.xform p input {
	width: auto;
}

form.xform strong {
	color: #27b403;
	font-size: 10px;
	margin: 0;
}

form.xform em {
	font-weight: bold;
	font-style: normal;
	color: #fe6e04;
}

form.xform label {
	line-height: 1.8;
	vertical-align: top;
	width: 180px;
}

form.xform input,
form.xform select,
form.xform textarea {
	width: 240px;
}

form.xform select {
	font-size: 9px;
}

form.xform textarea {
	font-size: 12px;
}


form.xform input.checkbox {
	background-color: transparent;
	border: 0;
	width: 20px;
}

form.xform fieldset {
	margin: 8px;
	padding: 0 0 5px 0;
	border: 2px solid #DCDCDC;
}

form.xform fieldset legend {
	color: #000000;
	padding: 0 2px;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 20px;
}

form.xform fieldset ol {
	margin: 0;
	padding: 0;
}

form.xform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	width: inherit;
	clear: both;
	padding-left: 20px;
}

form.xform fieldset fieldset {
	width: auto;
	height: auto;
	border: none;
	margin: 3px 0 0;	
}

form.xform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	font-variant: normal;
}

form.xform fieldset fieldset label {
	display: block;
	width: auto;
}




