﻿/*
Theme Name: Hotel Puente de La Toja
Theme URI: http://www.hotelpuentedelatoja.com/
Description: Diseño y programación íntegra para el cliente 'Hotel Puente de La Toja, S.L.'.
Version: 1.0
Author: Diego Fraga (s1stem.as)
Tags: orange colours, fixed width, one column, widgets


Archivo del theme: 'main.css'

NOTA: Las modificaciones de internet explorer se diferencian con el hack '*'.

*/

/* Capa principal */
#main {
	min-height: 700px;
	z-index: 100;
	*text-align: center;
}

/* Capa de logo*/
#main #logo {
	left: -200px;
	margin: 0px auto;
	position: relative;
	top: 33px;
	width: 270px;
}

#main #logo a {
	text-decoration: none;
	border: 0px;
}

#main #logo a img {
	text-decoration: none;
	border: 0px;
}

/* Capa de caja de búsquedas */
#main #search {
	background: url('../images/search_button.png') no-repeat center;
	float: right;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 30px;
	width: 150px;
}

#main #search input.searchform_text {
	background: none;
	border: 0px;
	float: left;
	height: 22px;
	margin: 4px 0px;
	padding: 3px 0px 0px 7px;
	width: 120px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#main #search input.searchform_button {
	background: none;
	border: 0px;
	float: right;
	height: 22px;
	margin: 4px 0px;
	padding: 0px;
	position: relative;
	width: 22px;
	cursor: help;
}

#main #search input.searchform_button:hover {
	background: url('../images/search_button_over.png') no-repeat left;
}

/* Capa central */
#main #central {
	background: #D50 url('../images/fondo_central.png') repeat-x;
	height: 275px;
	position: relative;
	top: 35px;
	width: 100%;
	z-index: 500;
}

/* Capa central centrada */
#main #central #central_middle {
	margin: 0px auto;
	height: 275px;
	width: 900px;
}

/* Capa central izquierda > page.php */
#main #central #central_middle #central_middle_left_page {
	float: left;
	height: 100%;
	width: 200px;

	text-align: left;
}

#main #central #central_middle #central_middle_left_page h2 {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	margin: 100px 0px 0px 0px;
	padding: 10px;
	height: 35px;
	width: 200px;
	
	font-size: 14px;
	text-align: center;
	text-shadow: 0px 1px 0px #000;
	text-transform: uppercase;
}

/* Capa central izquierda > single.php */
#main #central #central_middle #central_middle_left_single {
	float: left;
	height: 100%;
	width: 200px;

	text-align: left;
}

#main #central #central_middle #central_middle_left_single h2 {
	border-bottom: 1px solid #FFF;
	margin: 5px 0px 0px 0px;
	height: 35px;
	width: 200px;
	
	font-size: 14px;
	text-align: center;
	text-shadow: 0px 1px 0px #000;
	text-transform: uppercase;
}

#main #central #central_middle #central_middle_left_single h3 {
	margin: 10px 0px 5px 0px;
	width: 200px;
	
	font-size: 12px;
	text-align: left;
	text-transform: capitalize;
}

#main #central #central_middle #central_middle_left_single .resumen {
	margin: 0px;
	height: 205px;
	width: 200px;
	
	font-size: 12px;
	*font-size: 11px;
	text-align: left;
	font-weight: 100;
}

#main #central #central_middle #central_middle_left_single .resumen .fecha_oferta {
	bottom: 0px;
	position: absolute;
	width: 200px;
	
	font-size: 10px;
	font-style: italic;
	font-weight: 100;
	line-height: 9px;
	text-align: center;
}

/* Capa central izquierda > index.php */
#main #central #central_middle #central_middle_left {
	float: left;
	width: 180px;
}

#main #central #central_middle #central_middle_left #central_calendar {
	padding: 90px 10px 0px 0px;
	position:relative;
	width: 180px;
	
	font-size: 10px;
}

#main #central #central_middle #central_middle_left #leyenda_calendario {
	padding: 0px 10px 5px 0px;
	position:relative;
	width: 180px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

#main #central #central_middle #central_middle_left #leyenda_calendario img {
	padding: 0px 0px 2px 0px;
	position:relative;
}

#main #central #central_middle #central_middle_left #boton_reserva {
	padding: 0px 10px 5px 0px;
	overflow: hidden;
	position:relative;
	width: 180px;
	
	text-align: center;
}

#main #central #central_middle #central_middle_left #boton_reserva #boton_reserva_BTN {
	background: url(../images/boton_reserva.png) no-repeat 0px 0px;
	border: 0px;
	width: 160px;
	height: 20px;
	cursor: pointer;
	margin-top: 20px;
}

#main #central #central_middle #central_middle_left #boton_reserva #boton_reserva_BTN:hover {
	background-position: 0px -20px;
}

/* Capa central derecha > single.php */
#main #central #central_middle #central_middle_right_single {
	float: right;
	height: 275px;
    position: relative;
    width: 700px;
}

#main #central #central_middle #central_middle_right_single .pvp_oferta {
	background: #2b1100;
	border: 1px solid #F60;
	bottom: 7px;
	float: left;
	height: 50px;
	left: -2px;
	overflow: hidden;
	opacity: 0.9;
	position: absolute;
	width: 50px;
	z-index: 600;
	
	text-align: center;
	
	/* IE 5-7 */  
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);  
	/* For IE 8 */  
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#main #central #central_middle #central_middle_right_single .pvp_oferta span.pvp_oferta_precio {
	width: 50px;
	
	font-size: 20px;
	font-style: normal bold;
	text-shadow: 0px 1px 0px #000;
}

#main #central #central_middle #central_middle_right_single .pvp_oferta span.pvp_oferta_texto {
	width: 50px;
	
	font-size: 10px;
	font-style: italic;
}

#main #central #central_middle #central_middle_right_single #central_photos_single {
	background: url('../images/fondo_fotosportada.png') no-repeat;
	height: 326px;
	position: absolute;
	top: -20px;
	left: 30px;
	width: 625px;
	
	*text-align: left;
}

#main #central #central_middle #central_middle_right_single #central_photos_single #central_photos_align_single {
	height: 260px;
	left: 23px;
	position: relative;
	top: 31px;
	width: 575px;

	*text-align: left;
}

#main #central #central_middle #central_middle_right_single #central_photos_single #central_photos_align_single ul#fotos_pagina {
	height: 260px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	width: 575px;
	
	list-style: none;
}

/* Capa central derecha, iconos > single.php */
#main #central #central_middle #central_middle_right_single #icos_services {
	float: right;
	*margin-right: -20px;
	position: relative;
	top: 40px;
	width: 35px;
	
	text-align: center;
}

#main #central #central_middle #central_middle_right_single #icos_services img {
	border: 0px;
	margin-bottom: 20px;
}

#main #central #central_middle #central_middle_right_single #icos_services p {
	margin: 0px 0px 20px -27px;
	position: relative;
	width: 90px;
	
	color: #2b1100;
	font-size: 10px;
	text-align: center;
	text-shadow: 0px 1px 0px #D50;
}

/* Capa central derecha > index.php */
#main #central #central_middle #central_middle_right {
	float: right;
	position: relative;
	width: 720px;
}

#main #central #central_middle #central_middle_right #central_photos {
    background: url('../images/fondo_fotosportada.png') no-repeat;
    height: 326px;
    position: absolute;
    top: -20px;
    left: 30px;
    width: 625px;
    
	*text-align:left;
}

#main #central #central_middle #central_middle_right #central_photos #central_photos_align {
	height: 260px;
	left: 23px;
	position: relative;
	top: 31px;
	width: 575px;
	
	*text-align: left;
}

#main #central #central_middle #central_middle_right #central_photos #central_photos_align ul#fotos_pagina {
	height: 260px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	width: 575px;
	
	list-style: none;
}

/* Capa central derecha, iconos > index.php */
#main #central #central_middle #central_middle_right #icos_services {
    float: right;
    position: relative;
    top: 40px;
    width: 35px;

    text-align: center;
}

#main #central #central_middle #central_middle_right #icos_services img {
	border: 0px;
	margin-bottom: 20px;
}

#main #central #central_middle #central_middle_right #icos_services p {
	margin: 0px 0px 20px -27px;
	position: relative;
	width: 90px;
	
	color: #2b1100;
	font-size: 10px;
	text-align: center;
	text-shadow: 0px 1px 0px #D50;
}

/* Capa fondo centrada */
#main #bottom {
	margin: 0px auto;
	position: relative;
	top: 15px;
	width: 950px;
	z-index: 450;
}

/* Capa fondo izquierda > index.php */
#main #bottom #bottom_left {
	float: left;
	width: 630px;
	overflow: hidden;
	margin-left: 130px;
}

#main #bottom #bottom_left p.no_promo {
	height: 100px;
	margin: 70px 90px;
	width: 400px;

	color: #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 0px #333;
}

#main #bottom #bottom_left a.prevPage {
	background: url(../images/left.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 20px;
	margin-top: 110px;
	width: 20px;
	
	cursor: pointer;
}

#main #bottom #bottom_left a.prevPage:hover {
	background-position: 0px -20px;
}

#main #bottom #bottom_left a.nextPage {
	background: url(../images/right.png) 0 0 no-repeat;
	display: block;
	float: right;
	height: 20px;
	margin-top: 110px;
	width: 20px;

	cursor: pointer;
}

#main #bottom #bottom_left a.nextPage:hover {
	background-position: 0px -20px;
}

#main #bottom #bottom_left .promo {
	float: left;
	height: 240px;
	overflow: hidden;
	position: relative;
	top: 20px;
	width: 580px;
}

#main #bottom #bottom_left .promo .promo_middle {
	position: absolute;
	width: 6400px;
}

#main #bottom #bottom_left .promo .promo_middle .promo_individual{
	float: left;
}

#main #bottom #bottom_left .promo .promo_middle .promo_individual .post {
	border: solid 1px #111;  
	display: block;
	height: 206px;
	margin: 10px;
	overflow: hidden;
	position: relative;
	width: 270px;
	z-index: 1050;
}

#main #bottom #bottom_left .promo .promo_middle .promo_individual .post img{
    border: 0px;
	height: 206px;
    left: 0px;  
    position: absolute;  
    top: 0px;  
	width: 270px;
	z-index: 1050;
}

#main #bottom #bottom_left .promo .promo_middle .promo_individual .post .slide_promo {
/*	background: url('../images/bg_80.png') repeat; */  
	position: relative;
	height: 270px;
	width: 270px; 
	top: 150px; 
	left: 0px;
	z-index: 1100;
	
	color: #DDD;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 

#main #bottom #bottom_left .promo .promo_middle .promo_individual .post .slide_promo .pvp_oferta {
	background: #000;
	border: 1px solid #FFF;
	top: 5px;
	float: right;
	height: 45px;
	right: 5px;
	opacity: 0.9;	/* Genérico */
			filter: alpha(opacity=90); /* IExplorer */
			-moz-opacity: 0.9;  /* Mozilla/Opera */  
	overflow: hidden;
	position: absolute;
	width: 45px;
	z-index: 1200;
	
	text-align: center;
}

#main #bottom #bottom_left .promo .promo_middle .promo_individual .post .slide_promo .pvp_oferta span.pvp_oferta_precio {
	width: 45px;
	
	font-size: 20px;
	font-style: normal bold;
	text-shadow: 0px 1px 0px #000;
}

#main #bottom #bottom_left .promo .promo_middle .promo_individual .post .slide_promo .pvp_oferta span.pvp_oferta_texto {
	width: 45px;
	
	font-size: 9px;
	font-style: italic;
}

#main #bottom #bottom_left .promo .promo_middle .promo_individual .post .slide_promo .promo_titulo {
	background: #000;
	height: 56px;
	opacity: 0.8;	/* Genérico */
			filter: alpha(opacity=80); /* IExplorer */
			-moz-opacity: 0.8;  /* Mozilla/Opera */  
	
	text-align: left;
}

#main #bottom #bottom_left .promo .promo_middle .promo_individual .post .slide_promo .promo_titulo h3 {
	margin: 0px;
	padding: 5px;
	width: 215px;
	height: 25px;
	
	color: #DDD;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
}

#main #bottom #bottom_left .promo .promo_middle .post .slide_promo .promo_titulo table {
	border: 0px;
	height:10px;
	position: absolute;
	top: 41px;
	left: 20px;
	width: 190px;
	
	color: #DDD;
	font-size: 10px;
	font-weight: 100px;
	font-style: italic;
	text-align: left;
}

#main #bottom #bottom_left .promo .promo_middle .post .slide_promo .promo_titulo table td {
	height: 10px;
	width: auto;
	
	color: #FFF;
}

#main #bottom #bottom_left .promo .promo_middle .post .slide_promo .promo_contenido {
	background: #000;
	height: 150px;
	opacity: 0.8;	/* Genérico */
		filter: alpha(opacity=80); /* IExplorer */
		-moz-opacity: 0.8;  /* Mozilla/Opera */
	overflow: hidden; 
	padding: 15px;
	position: absolute;
	top: 56px;
	left: 0px;
	width: 240px;
	*width: 270px;
	
	font-size: 10px;
	font-style: normal;
	text-align: justify;
}

#main #bottom #bottom_left .promo .promo_middle .post .slide_promo .promo_contenido img{
	width: 0px;
	height: 0px;
	display: none;
}

#main #bottom #bottom_left .navi { 
    margin-left:298px; 
    width:200px; 
    height:20px; 
} 
 
 
#main #bottom #bottom_left .navi a { 
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url(../images/navigator.png) 0 0 no-repeat; 
    display:block; 
    font-size:1px; 
} 
 
#main #bottom #bottom_left .navi a:hover { 
    background-position:0 -8px;       
} 
 
#main #bottom #bottom_left .navi a.active { 
    background-position:0 -16px;      
}

#main #bottom_right {
	background: url('../images/fondo_twitter.png') no-repeat 0 0;
	float: right;
	height: 270px;	
	position: relative;
	width: 280px;
}

#main #bottom_right #twitter_div {
	float: left;
	height: 235px;
	margin: 30px 0px 0px 0px;
	overflow-y: hidden;
	width: 230px;

	color: #FFF;
	font-size: 10px;
	font-style: normal;
	text-align: left;
}

#main #bottom_right #twitter_div ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	text-align: left;
}

#main #bottom_right #twitter_div ul li {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #CCC;
}

#main #bottom_right #twitter_div ul li a {
	color: #D50;
	text-decoration: none;
}

#main #bottom_right #twitter_div ul li a:hover {
	color: #570;
}

#main #bottom_right #icos{
	float: right;
	margin: 25px 10px;
	width: 22px;
}

#main #bottom_right #icos a, #main #bottom_right #icos img{
	border: none;
	height: 16px;
	margin: 2px;
	width: 16px;

	text-decoration: none;
}

#main #bottom_right #icos #twitter_tip, #main #bottom_right #icos #facebook_tip {
	display: none;
	height: 200px;
	width: 200px;
	background: #123;
}

/* Capa fondo > single.php */
#main #bottom .bottom_main {
	background: url('../images/fondo_promo_single.png') center repeat-y;
	margin-top: 20px;
	padding: 2px 0px;
}

#main #bottom .bottom_main .prevOffer {
	position: absolute;
	height: 20px;
	left: 0px;	
	top: 50px;
	width: 20px;
}

#main #bottom .bottom_main .prevOffer a{
	background: url(../images/left.png) 0 0 no-repeat;
	display: block;
	height: 20px;
	width: 20px;

	cursor: pointer;
}

#main #bottom .bottom_main .prevOffer a:hover{
	background-position: 0px -20px;
}

#main #bottom .bottom_main .nextOffer {
	position: absolute;
	height: 20px;
	right: 0px;	
	top: 50px;
	width: 20px;
}

#main #bottom .bottom_main .nextOffer a{
    background: url(../images/right.png) 0 0 no-repeat;
	display: block;
	height: 20px;
	width: 20px;

	cursor: pointer;
}

#main #bottom .bottom_main .nextOffer a:hover{
	background-position: 0px -20px;
}

#main #bottom .bottom_main .promo_individual_single {
	margin: 0px 120px 0px;
	padding-top: 20px;
	width: 705px;

	color: #FFF;
	font-size: 14px;
	text-align: center;
}

#main #bottom .bottom_main .promo_individual_single p {
	padding: 0px 10px;
	font-size: 12px;
	font-weight: 100;
}

#main #bottom .bottom_main .promo_individual_single img{
	display: none;
}

#main #bottom .bottom_main .promo_individual_page {
	margin: 0px 120px 0px;
	padding-top: 20px;
	width: 705px;

	color: #FFF;
	font-size: 14px;
}

#main #bottom .bottom_main .promo_individual_page p {
	padding: 5px  10px 0px;
	font-size: 12px;
}

 #main #bottom .bottom_main .promo_individual_page ul {
	padding: 5px 10px 0 30px;
}

#main #bottom .go_home {
	background: url('../images/fondo_promo_single_go_home.png') center no-repeat;
	height: 30px;
	margin: 0px 120px;
	overflow: hidden;
	width: 710px;

	text-align: center;
}

#main #bottom .go_home div {
	display: block;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	width: 150px;
	
	text-align: center;
}

#main #bottom .go_home span {
	font-size: 10px;
	line-height: 30px;
}

#main #bottom .go_home_page {
	background: url('../images/fondo_promo_single_go_home.png') center no-repeat;
	height: 30px;
	margin: 0px 120px;
	overflow: hidden;
	width: 710px;

	text-align: center;
}

#main #bottom .go_home_page div {
	display: block;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	width: 20px;
	
	text-align: center;
}

#main #bottom .go_home_page span {
	display: inline;
	
	font-size: 10px;
	line-height: 30px;
}

#main #bottom .go_home_page a#btn_home {
	background: url(../images/boton_home.png) 0 0 no-repeat;
	float: left;
	height: 20px;
	margin: 5px 0px;
	width: 20px;

	cursor: pointer;
}

#main #bottom .go_home_page a#btn_home:hover {
	background-position: 0px -20px;
}

#main #bottom .go_home a#btn_home {
	background: url(../images/boton_home.png) 0 0 no-repeat;
	float: left;
	height: 20px;
	margin: 5px 0px;
	width: 20px;

	cursor: pointer;
}

#main #bottom .go_home a#btn_home:hover {
	background-position: 0px -20px;
}

#main #bottom .go_home a#boton_reserva_BTN {
	background: url(../images/boton_reserva_s.png) 0 0 no-repeat;
	float: right;
	height: 20px;
	margin: 5px 0px;
	width: 20px;

	cursor: pointer;
}

#main #bottom .go_home a#btn_home:hover {
	background-position: 0px -20px;
}


/* CSS jQuery UI */
.ui-widget {
	z-index: 999999;
}
