@import url("reset.css");

body {
	background-color: #ccc;
	text-align: center;
	font-size: 62.5%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*************************************************************************************
TAPRY (contenedor)
*************************************************************************************/
#tapry {
	width: 921px;
	height: 590px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	top: 50%;
	margin-top: -295px;
	left: 50%;
	margin-left: -460px;
}
#contenedor {
	background-image: url(../img/tapry_fondo.jpg);
	background-repeat: no-repeat;	
	width: 921px;
	height: 524px;
}
/*************************************************************************************
IDIOMAS Y PATHWAY
*************************************************************************************/
#idiomas {
	padding-right: 30px;
	width: 200px;
	float: right;
}
#idiomas a {
	float: right;
	display: block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
}
#idiomas a:hover {
	background-position: left bottom;
}
#idiomas a.desactivado:hover {
	background-position: left top;
	cursor: default;
}
#idiomas span {
	display: none;
}
#idiomas a.spain {
	background-image: url(../img/flag_spain.png);
}
#idiomas a.england {
	background-image: url(../img/flag_england.png);
}
#idiomas a.france {
	background-image: url(../img/flag_france.png);
}
#pathway {
	float: left;
	font-size: 11px;
	color: #666;
}
#pathway strong {
	font-weight: bold;
}
#pathway ul {
	padding-left: 40px;
}
#pathway li {
	float: left;
	padding-top: 10px;
}
#pathway a {
	color: #666;
	text-decoration: underline;
}
/*************************************************************************************
LEFT (Toda la parte izquierda)
*************************************************************************************/
#left {
	position: relative;
	float: left;
	height: 470px;
	width: 173px;
	padding-top: 17px;
}
#left h1 {
	margin-left: 40px;
}
#left h1 a { 
	display: block;
	width: 113px;
	height: 200px;
	background-image: url(../img/madeira_logotipo.jpg);
	background-repeat: no-repeat;
}
#left h1 span {
	display: none;
}
#left h2 {
	display: none;
}
#left a.belvedere {
	display: block;
	margin-left: 32px;
	margin-top: 10px;
	width: 130px;
	height: 48px;
	background-image: url(../img/left_belvederelogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#left a:hover.belvedere {
	/*background-position: left bottom;*/
}
#left a.belvedere span {
	display: none;
}
#left ul {
	margin: 10px 0px 0px 28px;
	font-size: 18px;
	line-height: 24px;
}
#left ul a {
	padding-left: 15px;
	color: #663400;
}
#left ul a:hover {
	color: #a95701;
	background-image: url(../img/left_bullet1.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;	
}
#left ul a:focus {
	outline: none;
}
#left ul ul {
	padding: 3px 0px 3px 10px;
	font-size: 15px;
	line-height: 22px;
	margin-left: 15px;
}

#left ul ul a {
	padding-left: 15px;
	color: #934b00;
}
#left ul ul a:hover {
	background-image: url(../img/left_bullet2.png);
	background-position: 0px 6px;
	color: #d76d00;
}
#left ul div {
	margin: 0px !important;
	height: 0px;
}
a#bloque_belvedere {
	margin-left: 16px !important;
	display: block;
}
/*************************************************************************************
RIGHT
*************************************************************************************/
#right {
	width: 700px;
	height: 475px;
	float: right;
	margin-top: 24px;
	margin-right: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}
#right h2 {
	font-size: 24px;
	margin-top: 38px;
	color: #FFFFFF;
	padding-left: 10px;
	float: left;
	font-weight: normal;
	letter-spacing: 1px;
}

.localizacion h2 {
	background-image: url(/img/h2_fondo.png);
	background-repeat: no-repeat;
	background-position: left top;	
	float: none !important;
	height: 32px;
	margin-top: 28px !important;
	padding-top: 10px;
	color: #3A5897 !important;
}
.localizacion iframe {
	border: 1px solid #000000;
	font-size: 50%;
}
.localizacion address {
	font-size: 18px;
	font-style: normal;
	color: #3A5897;
	text-align: center;
	line-height: 24px;
	padding-top: 10px;
}

#right a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 1px;
}
#right a:hover  {
	text-decoration: underline;
}
#right a.boton {
	background-color: #4788BD;
	display: block;
	float:left;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 2px solid #0066CC;
	letter-spacing: 1px;
}
#right a:hover.boton {
	text-decoration: none;
	color: #4788BD;
	background-color: #FFFFFF;
}
#right .texto {
	margin-top: 25px;
}

/* PORTADA DE HABITACIONES */
.habitaciones {
	background-image: url(../img/habitaciones/habitaciones.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.habitaciones a {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	margin-top: 327px;
}
/* SUITE */
.suite {
	background-image: url(../img/habitaciones/suite.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.suite .texto {
	float: right;
	width: 250px;
}
.suite p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* DOBLE */
.doble {
	background-image: url(../img/habitaciones/doble.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.doble .texto {
	float: left;
	width: 240px;
	padding-left: 10px;
}
.doble p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.doble h2 {
	padding-right: 10px !important;
	float: right !important;
}
/* PORTADA DE INSTALACIONES */
.instalaciones {
	background-image: url(../img/instalaciones/instalaciones.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.instalaciones a {
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	margin-top: 327px;
}
/* RESTAURANTE */
.restaurante {
	background-image: url(../img/instalaciones/restaurante.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.restaurante .texto {
	float: right;
	width: 250px;
}
.restaurante p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* PIANO BAR */
.pianobar {
	background-image: url(../img/instalaciones/pianobar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.pianobar .texto {
	float: right;
	width: 250px;
}
.pianobar p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* CAFETERIA */
.cafeteria {
	background-image: url(../img/instalaciones/cafeteria.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.cafeteria .texto {
	float: left;
	width: 240px;
	padding-left: 10px;
}
.cafeteria p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cafeteria h2 {
	padding-right: 10px !important;
	float: right !important;
}
/* PISCINAS */
.piscinas {
	background-image: url(../img/instalaciones/piscinas.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.piscinas .texto {
	float: left;
	width: 240px;
	padding-left: 10px;
}
.piscinas p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.piscinas h2 {
	padding-right: 10px !important;
	float: right !important;
}
/* PORTADA DE SERVICIOS */
.servicios {
	background-image: url(../img/servicios/servicios.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.servicios a {
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	margin-top: 327px;
}
/* RECEPCIÓN */
.recepcion {
	background-image: url(../img/servicios/recepcion.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.recepcion .texto {
	float: right;
	width: 250px;
}
.recepcion p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* ROOM SERVICE */
.roomservice {
	background-image: url(../img/servicios/roomservice.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.roomservice .texto {
	float: right;
	width: 250px;
}
.roomservice p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* FITNESS */
.fitness {
	background-image: url(../img/servicios/fitness.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.fitness .texto {
	float: left;
	width: 240px;
	padding-left: 10px;
}
.fitness p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.fitness h2 {
	padding-right: 10px !important;
	float: right !important;
}
/* LAVANDERIA */
.lavanderia {
	background-image: url(../img/servicios/lavanderia.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.lavanderia .texto {
	float: left;
	width: 240px;
	padding-left: 10px;
}
.lavanderia p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.lavanderia h2 {
	padding-right: 10px !important;
	float: right !important;
}
/*************************************************************************************
PROMOCIONES LISTADO
*************************************************************************************/
.bloque_promocion {
	float: left;
	width: 339px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
	display:inline;
}
.bloque_promocion h3 {
	color: #FFF;
	background-color: #3a5897;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
.bloque_promocion img {
	border: 2px solid #0066CC;
	float: left;
	margin-top:-14px;
	margin-left: 10px;
}
.bloque_promocion div.titulo {
	padding: 10px 15px;
	width: 170px;
	text-align: center;
	float:right;
}
.bloque_promocion p {
	font-size: 12px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 14px;
	height: 53px;
}
.bloque_promocion a.boton {
	float: none !important;
}
/*************************************************************************************
PROMOCIONES DETALLE
*************************************************************************************/
.bloque_detallepromocion {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.bloque_detallepromocion h3 {
	color: #FFF;
	background-color: #3a5897;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 30px;
	padding-left: 280px;
	line-height: 18px;
}
.bloque_detallepromocion .imagen {
	float: left;
	text-align: center;
	width: 250px;
	margin-top:-45px;
	margin-left: 10px;
	display: inline;
}
.bloque_detallepromocion .imagen img {
	border: 2px solid #0066CC;
}
.bloque_detallepromocion .imagen span {
	background-color: #0066CC;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
}
.bloque_detallepromocion a.boton {
	float: none !important;
	font-size: 18px !important;
	margin: 20px 40px 0px 40px;
}
.bloque_detallepromocion .descripcion {
	float: right;
	font-size: 14px;
	line-height: 18px;
	color: #3a5897;
	text-align: left;
	font-weight: normal;
	width: 410px;
	margin-top: 10px;
}
.bloque_detallepromocion .descripcion p {
	margin-bottom: 10px;
}
#left ul a.promociones {
	background-color: #A95701;
	color: #FFFFFF;
	padding: 3px 12px 3px 10px;
	margin-left: 5px;
	line-height: 40px;
	border: 1px solid #FFFFFF;
}
#left ul a:hover.promociones {
	color: #FFFFFF;
	background-color: #c67520;
	background-image: none;
	
}
/*************************************************************************************
PIE (disclaimers y copyright)
*************************************************************************************/
#pie {
	font-size: 1em;
	padding: 0px 40px;
}
#pie ul li {
	float: left;
	display: block;
	margin-right: 15px;
}
#pie div.disclaimer a {
	display: block;
	color: #000;
	padding-right: 15px;
	border-right: 1px solid #000;
}
#pie div.disclaimer a:hover {
	text-decoration: underline;
}
#pie div.disclaimer {
	float: left;
	padding-top: 7px;
	width: 50%;
}
#pie p.copyright {
	float: right;
	color: #666;
}
#pie strong {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}
#pie p.copyright a {
	color: #666;
}
#pie p.copyright a:hover {
	color: #000;
	text-decoration: underline;
}
#pie p.copyright img {
	vertical-align: middle;
	margin-left: 10px;
}