﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 20px;

}
strong{
	font-weight: bold;
}
body {
	line-height: normal;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #cef4fd;
	background-image: url(../imagenes/degra_bk.jpg);
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
/*FIN RESET*/
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#contenedor{
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#izquierda{
	float: left;
	width: 362px;
	margin-left: 20px;
}
#izquierda form{
	background-image: url(../imagenes/spas_espana_bk.jpg);
	background-position: left top;
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
	height: 61px;
	display: block;
}
#izquierda form li{
	list-style-type: none;
	display: table-column;
	padding-right: 10px;
	float: left;
}
#izquierda form select{
	font-size: 11px;
	color: #019dc2;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #FFF;
}
#izquierda form label{
	color: #0083a2;
	font-size: 11px;
	display: block;
}
#izquierda form .buscar{
	background-image: url(../imagenes/button_form.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 53px;
	width: 74px;
	font-size: 13px;
	font-weight: bold;
	color: #019dc2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#izquierda #promociones{
	background-image: url(../imagenes/spas_promociones_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#izquierda #promociones li a{
	display: block;
	background-image: url(../imagenes/ico_blanco.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	color: #019dc2;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}
#izquierda #promociones li a:hover{
	color: #FFF;
}
#derecha{
	float: left;
	width: 375px;
}
#derecha #recomendamos{
	background-image: url(../imagenes/recomendamos_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}
#derecha #recomendamos ul{
	margin-left: 30px;
	text-align: right;
	display: block;
}
#derecha #recomendamos ul li {
	margin-top: 20px;
}
#derecha #recomendamos ul li a{
	text-decoration: none;
	color: #019dc2;
	}
#derecha #recomendamos ul li a img:hover{
	filter: alpha(opacity=70); opacity: .7;
}
#derecha #recomendamos ul li a span{
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
}
#horizontal3 {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	width: 737px;
	height: 80px;
	margin-top: 20px;
}
#horizontal3 li{
	float: left;
	margin-right: 20px;
}
.ofertaMes, .spaNoticias{
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 110px;
	height: 76px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	text-decoration: none;
	} 
.ofertaMes{	
	background-image: url(../imagenes/cerdito.jpg);	
	color: #f4a8d6;	
}
.spaNoticias{
	background-image: url(../imagenes/periodico.jpg);
	color: #4cc1dc;
	}
.ofertaMes:hover, .spaNoticias:hover{
	background-position: left -75px;
	text-decoration: underline;
} 
.spaEstablecimiento img{

	
}
#destacado{
	background-image: url(../imagenes/destacado_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 60px;
	font-size: 10px;
	background-color: #FFF;
}
#destacado ul{
	margin-bottom: 10px;
}
#destacado li{
	float: left;
	width: 20%;
	margin-right: 30px;
}
#destacado li span{
	color: #4cc1dc;
	font-weight: bold;
	text-transform: uppercase;
	}
#destacado li a{
	display: block;
	color: #4cc1dc;
	text-decoration: none;
	background-image: url(../imagenes/ico_azul.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 5px;
	padding-left: 10px;
}
#destacado li a:hover{
	text-decoration: underline;
}
#pie{
	background-image: url(../imagenes/pie_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#pie a{
	width: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#pie p{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #019dc2;
	line-height: normal;
	margin-bottom: 20px;
}
#fondo{
	height: 317px;
	width: 100%;
	clear: none;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-image: url(../imagenes/deta_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#migas{
	padding-right: 20px;
	padding-left: 20px;
	color:#6cc1dc;
	font-size: 11px;
	background-image: url(../imagenes/telefono.gif);
	background-repeat: no-repeat;
	height: 60px;
	background-position: 630px 10px;
}
#migas a , #resultados a{
	color:#6cc1dc;
	font-weight: bold;
}

#migas2{
	padding-right: 20px;
	padding-left: 20px;
	color:#6cc1dc;
	font-size: 11px;
	background-image: url(../imagenes/telf.gif);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 630px 10px;
}

#resultados{
	text-align: center;
	color:#6cc1dc;
	font-size: 11px;
}
#resultados span{
	color: #FFAB07;
}
#listados{}
#listados table #encabezado{
	background-image: url(../imagenes/tabla_cab_bk.jpg);
	background-repeat: repeat-x;
}
#listados table #encabezado td{
	color: #FFF;
	height: 42px;
	line-height: 42px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6AD1F0;
	padding: 0px;
}
#listados table #encabezado #izq{
	background-image: url(../imagenes/tabla_cab_iz.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#listados table #encabezado #der{
	background-image: url(../imagenes/tabla_cab_de.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-right-style: none;
}
.listadosCabe{
	background-image: url(../imagenes/tabla_titu.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
	height: 50px;
	padding-left: 70px;
	color: #4cc1dc;
	font-weight: bold;
	font-size: 18px;
	line-height: 60px;
	font-variant: small-caps;
}
#listados table, #listadosSpa table {
	color: #0a9dbf;
	background-color: #d7eef3;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 20px;
  }
#listados table tr, #listadosSpa table tr{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#listados table tr:hover, #listadosSpa table tr:hover{
	background-color: #FFF;
}
#listados table .segunda, #listadosSpa table .segunda{
	background-color: #f0f8fa;
}
#listados table tr td, #listadosSpa table tr td{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding: 5px;
	vertical-align: middle;
}
#listados table tr .oferta{
	color: #ff9900;
	font-weight: bold;
	text-align: right;
}
#listados table tr .validez{
	text-align: right;
}
#listados table tr .spa{
	text-align: center;	
}
#listados table tr .spa a{
	color:#0a9dbf;
	text-decoration: none;
	}
#listadosSpa table {
	width: 630px;
	margin-right: 0px;
	margin-left: 10px;
	float: left;
}
#listadosSpa .spaHotel{
	border: 2px solid #FFF;
}
#listadosSpa .spa {
	font-size: 12px;
		}
#listadosSpa .spa h3, #listadosSpa .spa h4{
	font-weight: bold;
}
#listadosSpa .spa p{
	color: #666666;
	line-height: normal;
}
#listadosSpa .reserva{
	vertical-align: top;
	padding: 0px;
	text-align: center;
}
#listadosSpa .reserva .web{
	color: #0a9dbf;	
	background-image: url(../imagenes/web.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-top: 30px;
	font-size: 12px;
	margin-top: 10px;
}
#listadosSpa .reserva .web2{
	color: #0a9dbf;
	background-image: url(../imagenes/ofertas_spas.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-top: 30px;
	font-size: 12px;
	margin-top: 10px;
}
#listadosSpa .reserva .web3{
	color: #0a9dbf;	
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-top: 5px;
	font-size: 12px;
	margin-top: 5px;
}

#listadosSpa .reserva .web:hover{
	font-weight: bold;
}
#listadosSpa .reserva .recomendado{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#google{
	float: right;
	width: 120px;
	margin-right: 5px;
}
#informacion {
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9ddfef;
	margin-left: 30px;
	margin-right: 30px;
}	
#informacion a{
	color: #4cc1dc;
	background-image: url(../imagenes/ico_info.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-position: left center;
	padding-left: 30px;
	margin-left: 30px;
	text-decoration: none;
	}
#informacion a:hover{
	background-position: 10px center;
	text-decoration: underline;
}
#informacion #privado{
	background-image: url(../imagenes/ico_candado.gif);
	padding-left: 15px;
	background-position: left center;
	}
#informacion #privado:hover{
	background-position: left center;
	}

