html{
    background-color:#218EED;

}
body {
    background-image: url('../images/2.0/fondo.png');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #218eed;
    text-align: center;
    color: #000;
    font-family: Verdana;
    font-size: 12px;
}
sub{
    font-size: 9px;
    color:#777;
}
fieldset {
    border: none;
}
p {
    margin: 1em 0 1em 0;
}

strong{
    font-weight: bold;
}
.message {
    clear: both;
    width: 754px;
    margin-left: 65px;
    padding: 26px 48px;
    background-image: url('../images/2.0/fondo_message.png');
    background-position: left;
    background-repeat: no-repeat;
}
.colfix{clear:both;}
.small-message {
    clear: both;
    width: 754px;
    margin-left: 65px;
    padding: 26px 48px;
    background-image: url('../images/2.0/fondo_small_message.png');
    background-position: left;
    background-repeat: no-repeat;
}

.centered {
    margin: auto;
    margin-top: 15px;
    text-align: center;
}
.right{
    text-align: right;
}

input,textarea,select {
    border: 1px solid #ccc;
    padding: 2px;
}

.botonCancelar:hover{background-color: #fff;}
.boton:hover, .button input:hover {
    background-color: #409ce3;
    border: 1px solid #0071bc;
    background-image: url('../images/2g/bt.2.gif');

}
form.cupon {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	margin: 10px;
}
.boton,.botonCancelar, .button input {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #aaaca9;
    background-image: url('../images/2g/bt.1.gif');
    background-position: top;
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #5d5f5c;
    cursor: pointer;
    height: 33px;
    min-height: 33px;
    margin: 1px;
	padding: 0 5px;
}

.botonCancelar {
    border: 1px solid #d4222f;
    background-color: #d4222f;
    background-image: url('../images/fondobtcancelar.gif');
}
input.reservar {
	color: #6a6;
	border: 1px solid #6a6;
	background: url(../images/add.png) center left no-repeat #eee;
	padding: 0 5px 0 25px;
	display: block;
	width: 100px;
}
input.oferta{
	color: #fff;
	border: 1px solid #6a6;
	background: url(../images/add.png) center left no-repeat #6a6;
	padding: 0 5px 0 25px;
		
}
input.reservar:hover, input.oferta:hover {
	color: #6a6;
	border: 1px solid #6a6;
	background: url(../images/add.png) center left no-repeat #fff;
}

.buscar {
    /*
	padding-left: 24px;
	background-image: url('../images/lupa.gif');
	background-repeat: no-repeat;
	background-position: left;
	*/
}

table.listado {
    margin: auto;
    font-size: 9pt;
    width: 650px;
}

table.listado td {
    border-bottom: 1px dashed #ccc;
}

table.listado th {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #0D5798;
    padding: 2px;
    text-align: center;
}

.pvp {
    color: #d4242f;
    font-weight: bold;
    font-size: 1.1em;
}

.popMessage {
    border: 1px solid #333;
    padding: .5em;
    background-color: #fff;
    width: 90%;
}

.fichaAlojamiento {
    text-align: left;
}

.fichaAlojamiento img {
    float: left;
    margin: 4px;
    border: 1px solid #999;
	padding: 1px;
}

.accomDescription {
    width: 380px;
    float: right;
    border: 1px solid #ccc;
    border-top: 3px solid #ccc;
    padding: 5px;
}

.mapaDisponibilidad {
    margin-right: 5px;
    text-align: center;
}

.mapaDisponibilidad td {
    border-bottom: 1px dotted #578BB8;
	padding: 5px;
}

.mapaDisponibilidad th {
    background-color: #eee;
    border-bottom: 1px solid #578BB8;
	padding: 5px;
}

.mapaDisponibilidad table {
    margin: 0;
    font-size: 8pt;
    clear: both;
}
.mapaDisponibilidad tr:hover {
	background-color: #eee;
}
.mapaDisponibilidad .boton {
    margin:auto;
    padding: 0px 5px;
    margin: 0px;
}
.mapaDisponibilidad .peq-desc{
	display: block;
	height: 150px;
	overflow: auto;
}
.precio-boton{
	float: right;
	border: 1px solid #ccc;
	background-color: #efefef;
	margin: 10px 0 10px 10px;
	text-align: center;
	padding: 5px;
	display: block;
	width: 190px;
	height: 93px;
}
.precio-boton input.boton{
	margin: 10px auto;
}
.precio-boton strong.price{
		font-size: 30px;
}
table.caracteristicas {
	font-size: 9px;
	padding: 1px;
}
table.caracteristicas th{
	text-align: left;
	font-weight: bold;
	padding: 2px;
	margin: 1px;
	width:40%;
	border-bottom: 1px solid #ddd;
}
table.caracteristicas td{
	text-align: left;
	background-color: #fff;
	padding: 2px;
	margin: 1px;
	width:10%;
	border-bottom: 1px solid #ddd;
}
.resPaginacion{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 20px 0 20px 0;
}
.resPaginacion a, .resPaginacion span{display: block; width: 30px; height:30px; text-align: center;line-height:30px;float: left;}
.resPaginacion a:hover {color:#fff;background-color:#1A70BA;text-decoration:none;}
.resPaginacion .currentStep {font-weight: bold;}
.resPaginacion .nextLink{width:100px;}
.resPaginacion .prevLink{width:100px;}
.resthumb {
	background:url('../images/spinner-mini-sq.gif') center no-repeat;
	display: block;
	width: 60px;
	min-height: 40px;
	margin: 4px;
	padding: 1px;
	border: 1px solid #333;
}
.resSideBar{
	float: left;
	width: 68px;
	margin: 0 4px 0 0;
}
.resText{
	margin: 0 0 0 72px;
}
.resultado a{
	display: block;
}
a.cancel {
	color: #d00;
	background: url('../images/cancelar.gif') top left no-repeat;
	padding-left: 20px;
	display: block;
	height: 20px;
}

table.detalle-reserva {
	border: 1px solid #ddd;
}
table.detalle-reserva tr {
	margin: 5px 0;
}

table.detalle-reserva td, table.detalle-reserva th{
	text-align: left;
	border: 0;
	padding: 2px 2px 5px 2px;
}

table.detalle-reserva td:hover {
	background-color: #fff;
}

table.detalle-reserva th{
	background-color: #fff;
	font-weight: bold;
	width: 30%;
}

.condiciones{
	border-top: 1px solid #999;
	margin: 10px;
	font-size: 9px;
}
h3{
	font-weight: bold;
	font-size: 13px;
}
.condiciones p{
	margin: 5px 0;
}

.mapaDisponibilidad .disponible {
   
}

.mapaDisponibilidad .no_disponible {
   
}

.mapaDisponibilidad p{
	text-align: left;
}

.mapaDisponibilidad td,.mapaDisponibilidad th {
    text-align: center;
    vertical-align: middle;
}
tr.resultado td{
	text-align: left;
}

h1,h2 {
    color: #1a70ba;
    font-weight: bold;
    font-variant: small-caps;
}

h1 {
    margin: 20px 0 20px 0;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #1a70ba;
}

h2 {
    text-align: left;
    font-size: 15px;
	margin: 20px 0;
}

strong.price {
    color: #1a70ba;
}

a {
    text-decoration: none;
    color: #1a70ba;
}

a:hover {
    text-decoration: underline;
}

a.boton2g{
    color: #1a70ba;
    font-size: 18px;
    background: url('../images/2g/b.gif') no-repeat center top;
    float: left;
    display: block;
    width: 160px;
    height: 53px;
    text-align: center;
}
a.boton2g:hover{
    background-position: 0 -53px;
    color: #fff;
    text-decoration: none;
}
a.boton2g span{
    line-height: 53px;
    position: relative;
}

img {
    border: none;
    vertical-align: middle;;
}

div.logoProveedor {
    margin-left: 24px;
}

div.box {
    width: 880px;
    margin: 1em 0 0 14px;
    padding: 0px 10px;
}

div.tercioI {
    border-top: 1px solid #ddd;
    margin: 0 20px 0 25px;
    width: 185px;
    float: left;
    background-color: #eee;
}

div.tercioC {
	margin: 0 0 0 195px;
	min-height: 50px;
    width: 480px;
	display: block;
	overflow: hidden;
}

div.tercioD {
    margin-left: 20px;
    float: right;
    width: 200px;
}

div.dosTerciosD {
    width: 600px;
    float: left;
}

#ofertasPortada {
    width: 460px;
    margin: 7px 0;
}
#ofertasPortada td{
	border: 0;
	text-align: left;
	vertical-align: top;
}
#ofertasPortada a img{
    border: 1px solid #ccc;
    padding: 1px;
}
#ofertasPortada a:hover img{
    border: 1px solid #000;
    padding: 1px;
}

#ofertasPortada .oferta a {
    width:153px;
	height: 60px;
    display: block;
}
#ofertasPortada .oferta{
	text-align: left;
	width: 153px;
}
#ofertasPortada .foto{
	text-align:right;
	width: 80px;
}
#ofertasPortada a:hover {
    
}
.fechasTarifa{
	text-align: left;
	height: 300px;
	overflow: auto;
}
.fechasTarifa h4{
	margin: 5px 0;
	padding: 5px;
	background-color: #fff;
	clear:both;
	font-weight: bold;
}
.fechasTarifa .listadoFechas{
	
}
.fechasTarifa .listadoFechas .fecha{
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	float: left;
	background-color: #eee;
	margin: 1px;
	font-size: 9px;
}
.fechasTarifa .listadoFechas .festivo{
	background-color: #fbb;

}

#centroTop {
    width: 400px;
    height: 300px;
    margin-left: 40px;
    padding: 0;
    background-image: url('../images/parques.gif');
    background-repeat: no-repeat;
    text-align: left;
    margin-left: 40px;
}

#centroTopForm {
    padding: 90px 0 0 105px;
}

div.topBanner {
    clear: both;
    text-align: center;
    margin: 5px 0;
    min-height:60px;
    height:60px;

}

div.colItem {
    margin: 0;
    width: 185px;
    float: left;
}

div.bluebox {
    /*
	background-image: url('../images/2.0/box_bot.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	*/
    border-bottom: 1px solid #fff;
    padding: 0;
    min-height: 68px;
}

div.smallBluebox { /*
	background-image: url('../images/2.0/88bg.gif');
	background-position: top;
	background-repeat: no-repeat;
	*/
                   padding: 0;
                   width: 88px;
                   height: 88px;
}

div.bluebox>h2 {
    margin: 0 4px 0 4px;
    padding: 0;
}

div.bluebox-head {
    height: 14px;
    margin: 0;
    /*
	background-image: url('../images/2.0/box_top.gif');
	background-position: top;
	background-repeat: no-repeat;
	*/
}

div.bluebox-content {
    padding: 10px;
}

#header,#content,#footer {
    font-size: 11px;
    text-align: left;
    width: 930px;
    border: none;
    margin: auto;
}
#goHome{
    display: block;
    width: 400px;
    height: 135px;
}
#header {
    background-image: url('../images/2.0/fondo_cabecera.png');
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 501px;
}

#content {
    margin-top: 0px;
    padding: 0;
    background-image: url('../images/2.0/fondo_main.png');
    background-repeat: repeat-y;
    background-position: top center;
}

#footer {
    clear: both;
    text-align: center;
    background-image: url('../images/2.0/fondo_pie.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 100px;
}

#bottomLogos {
    border-top: 1px solid #80baed;
    width: 754px;
    text-align: center;
    margin: 1em auto;
    clear: both;
}

#topBox {
    display: block;
    float: right;
    margin-top: 28px;
    margin-right: 16px;
    height:110px;
    width:355px;
}
#topBox a.boton2g, #topBox #welcomeMsg{
    margin: 10px 10px 0 0;
}
#topBox #welcomeMsg{
    float:left;
    width: 160px;
    display: block;
    height: 53px;
    border-left: 2px solid #1a70ba;
    padding: 0 0 0 2px;
}
#topBox img{margin: 1px 0 0 0;}
#userBox {
    padding: 1px 0px;
    clear: both;
    text-align: right;
    margin-right: 18px;
}

#userBox>a>img,#userBox>form>a>img {
    vertical-align: middle;
    border: none;
}

#userBox>form {
    margin: 0;
}

#userBox>form>input {
    border: 1px solid #ccc;
}
#adminMenu {
	clear: both;
    padding: 0;
    margin: 10px 15px 10px 15px;
    display: block;
    width: 900px;
    height: 42px;	
}
#adminMenu form{
	float: left;
}
#adminMenu .boton{
	font-size: 10px;
}
#navMenu {
    clear: both;
    padding: 0;
    margin: 10px 15px 10px 15px;
    background-image: url('../images/2.0/fondo_menu.png');
    background-position: top;
    background-repeat: repeat-x;
    display: block;
    width: 900px;
    height: 42px;
}

div.bluebox-content>ul {
    list-style-position: outside;
    list-style-image: url('../images/2.0/bullet.gif');
    list-style-type: square;
    padding: 6px;
    margin: 2px;
}

#navMenu>ul {
    padding: 0;
    list-style-image: none;
}

#navMenu>ul>li {
    margin: 0;
    display: inline;
    vertical-align: middle;
}

#navMenu>ul>li>a {
    margin-top: 0;
    background-image: url('../images/2.0/menu_separador.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 8px 5px;
    text-decoration: none;
    text-align: center;
    /*width: 65px;*/
	width: 85px;
    height: 42px;
    float: left;
}

#navMenu>ul>li>a>img {
    border: 0;
}

#navMenu>ul>li>a.on,#navMenu>ul>li>a:hover {
    color: #333;
    background-image: url('../images/2.0/fondo_link_on.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}


.dialogo>table {
}

.dialogo {
    margin: auto;
    padding: 15px;
    width: 500px;
}

.dialogo label {
    font-weight: bold;
}
.dialogo small{
    color: #666;
    font-size: .85em;
}

.dialogo .textField, input[type='text'], input[type='password'] {
    font-size: 12px;
    width: 380px;
    padding: 4px;
}

.dialogo .smallField {
	width: 45px;
}
/*
.dialogo textarea {
    width: 100%;
    height: 400px;
}
*/
.datePicker .datefield input{
	width: 100px;
}
.prop td{
    padding: 5px;
    margin: 5px;
}

.buttons {
    margin-top: 15px;
}

.actionButtons {
    width: 80px;
    text-align: center;
}

div .errors {
    border: 2px solid red;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffcccc;
    color: #bb0000;
}

.errors ul li{
    padding-left: 25px;
    font-weight: bold;
}

td .errors {
    border: 1px solid red;
}

.prop .name {
    vertical-align: middle;
    text-align: left;
}

.prop .value {
    text-align: left;
    width: 80%;
}
.form-section{
    text-align: center;
    background-color: #eee;
    font-weight: bold;
}
.paginateButtons {
    text-align: center;
}

.paginateButtons a {
    margin: .25em;
}

.spinner,.miniSpinner {
    margin: auto;
    text-align: center;
    padding: 5px;
    width: 90%;
    color: #578BB8;
    background-color: #fff;
    border: 1px solid #ddd;
}

.miniSpinner {
    width: 250px;
    padding: 4px;
    font-size: .8em;
}

.threadText {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 2px solid #ccc;
}

.especial-form{

}
table#especiales{
    width: 466px;
    margin: auto;
}
table#especiales td{	
    width: 50%;
    vertical-align: middle;
}
table#especiales td a{
    text-align: center;
    padding-top: 22px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    width: 220px;
    height: 46px;
    background-image: url('../images/2.0/bot.esp.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
table#especiales td a:hover{
    background-position: 0 -68px;
    color: #fff;
}
.clear{clear:both;}

/* ========================================================
FORMULARIO DE LOGIN
===========================================================*/
#login {
    margin:15px 0px; padding:0px;
    text-align:center;
}
#login .inner {
    width:400px;
    margin:0px auto;
    text-align:left;
    padding:10px;
}
#login .inner .fheader {
    color:#1a70ba;font-size:14px;font-weight:bold;
}
#login .inner .cssform p {
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
    padding-left: 180px;
    margin-bottom: 2px;
    height: 1%;
}
#login .inner .cssform input[type='text'] {
    width: 240px;
}
#login .inner .cssform label {
    font-weight: bold;
    float: left;
    margin-left: -180px;
    width: 130px;
}
#login .inner .login_message {color:red;}
#login .inner .text_ {width:240px;}
#login .inner .chk {height:12px;}


/*Página de error*/
.errorMsg, .errorDialog{
    color: #900;
    text-align:left;
}
.infoDialog{
	text-align:left;
}
.infoDialog .support {
	margin: auto;
	text-align: center;
}
.infoDialog .support img{
	float: none;
}
.errorMsg{
    overflow: hidden;
    dispaly: block;
    width: 600px;
    height: 185px;
    border: 1px solid #f00;
    background-color: #fcc;
    margin: 20px auto;
}
.errorMsg h1, .errorDialog h1{
    border: 0;
    margin: 0;
    padding: 4px;
    text-align: center;
    color: #600;
    background-color: #ebb;
}
.errorMsg img, .errorDialog img, .infoDialog img{
    float: left;
    margin: 5px;
}
.errorMsg a, .errorDialog a{
    color: #900;
    font-weight: bold;
}
.promoLink{
	margin; 10px auto;
	text-align: left;
}

/* OFERTAS */
.descOferta{}
.descOferta img{
	float:left;
	margin: 0 10px 10px 0;
}
.descOferta-tarifa{
	border: 1px solid #1A70BA;
	display: block;
	clear: both;
	margin: 5px 0;
	padding: 20px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #ededed;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ededed'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ededed); /* for firefox 3.6+ */
}
.descOferta-tarifa label{
    width: 110px;
    display: block;
    float: left;
    clear: left;
}
.descOferta-tarifa h2{
	margin: 0;
}
.descOferta .boton{
	margin: 30px auto 0px auto;
}
.descOferta-precio{
	color: #1A70BA;
	float: right;
	font-weight: bold;
	font-size: 40px;
	border-left: 3px solid #bbb;
	padding: 0 0 0 10px;
}
.descOferta-precio .tipo-precio{
	font-weight: normal;
	font-size: 11px;
}
/*
MODIFICACIONES YUI
*/
.datefield  {
    top:0;
    left:0;
    margin: 0;
    padding: 0;
    white-space:nowrap;
}

form.admin-utils {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
}

#miPedido-widget .bluebox{ 
	border: 1px solid #24822a;
	/*background: #6292c7 url(../images/f.cart.png) top left repeat-x;*/
	background-color: #7bb67f;
	color: #fff;
}
#miPedido-widget .bluebox h2{
	color: #fff;
}
#miPedido-widget .bluebox li{list-style:disc;}
#miPedido-widget a.cart{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

