.tituloSeccion{
	width:100%;
	height:60px;
}
.reservasCont{
	width:976px;
	height:169px;
	margin:auto;
	background-image:url(../imagenes/fd_reservas.png);
}
.reservasOpciones{
	width:976px;
	/*height:548px;*/
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
	padding-bottom:35px;
	padding-top:20px;
	padding-left:15px;
	border:1px solid #D7D7D7;
	-moz-border-radius: 12px; /* Firefox */
  -webkit-border-radius: 12px; /* Safari y Chrome */
  border-radius: 12px; /* Opera 10.5 o superior y IE6, 7 y 8 uso CSS3 */
	/*background-image:url(../imagenes/fd_reservasOpciones.png);*/
	
	/****** Gradient *********************/
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.03, rgb(230,230,230)),
    color-stop(0.52, rgb(250,250,250))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(230,230,230) 3%,
    rgb(250,250,250) 52%
);
}
.reservasOpciones p{
    float: left;
    font-size: 1.05em;
    margin: 9px 0;
    text-align: left;
}
p.resOpc{
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#31115b;
	margin-top:8px;
	margin-left:30px;
}
.contenedorReservasInt{
	width:922px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:0px;
}
.reservasTop{
	width:100%;
	height:22px;
	background-image:url(../imagenes/fd_reservasTop.png);
}
.reservasCuerpo{
	width:920px;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.reservasBottom{
	width:100%;
	height:32px;
	background-image:url(../imagenes/fd_reservasBottom.png);
}
.tablaReservas{
	width:96%;
	margin:auto;
}
span.local{
	margin-left:20px;
}
tr.tablaActiva td{
	background-color:#8b9bc3;
}
.tablaReservas tr{
	cursor:pointer;
}
.flechaActiva{
	width:22px;
	height:27px;
	position:absolute;
	z-index:1;
	margin-top:124px;
	margin-left:-7px;
	background-image:url(../imagenes/arrow_reservas.png);
}
#flechaActivaVer{
	display:none;
}
.infoAdicional{
	float:right;
	width:auto;
	height:16px;
	margin-top:10px;
	margin-right:10px;
	background-image:url(../imagenes/img_info.png);
	background-position:left;
	background-repeat:no-repeat;
}
.infoAdicional p{
	float:right;
	text-align:right;
	margin-top:0px;
	margin-left:20px;
	font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#254e8a;
}
.resOpcion{
	width:913px;
	height:100px;
	background-image:url(../imagenes/fd_reservasOpcion.png);
	position:absolute;
	z-index:10;
	margin-left:60px;
	margin-top:30px;
}
#resOpcionVer{
	display:none;
}
.flechaIzqRes{
	float:left;
	width:18px;
	height:27px;
	margin-top:40px;
	margin-left:10px;
}
.flechaDerRes{
	float:right;
	width:16px;
	height:28px;
	margin-top:40px;
	margin-right:10px;
}
.contResOpc{
	/*margin-top:10px;
	margin-left:10px;*/
    float: left;
   /* height: 94px;*/
    padding-top: 7px;
    width: auto;
}
.contResOpc ul {
	list-style:none;
	margin:0;
	padding:0
}
.contResOpc ul li {
	float:left;
}
.contResOpc ul li a {
}
.contResOpc ul li a.menu {
}
.contResOpc_es ul li .menu {
    background-image: url("../imagenes/btn_reserva/btn-compl_es.png");
}
.contResOpc_pt ul li .menu {
    background-image: url("../imagenes/btn_reserva/btn-compl_pt.png");
}
.contResOpc ul li .menu {
    /*background-image: url("../imagenes/btn_reserva/btn-compl.png");*/
    background-repeat: no-repeat;
    display: block;
    height: 78px;
    overflow: hidden;
    width: 95px;
}
.contResOpc_es ul li .menu-habit {
    background-image: url("../imagenes/btn_reserva/btn-compl_es.png");
}
.contResOpc_pt ul li .menu-habit {
    background-image: url("../imagenes/btn_reserva/btn-compl_pt.png");
}
.contResOpc ul li .menu-habit {
    /*background-image: url("../imagenes/btn_reserva/btn-compl.png");*/
    background-repeat: no-repeat;
    display: block;
    height: 78px;
    overflow: hidden;
    width: 118px;
}
.contResOpc ul li.it-consulta {
}
.contResOpc ul li.it-consulta a:hover {
	background-position: 0 -78px;
}
.contResOpc ul li.it-consulta-no-dispo a {
    background-position: 0 -156px;
    cursor: default
}
.contResOpc ul li.it-validar a {
   background-position: -93px 0;
}
.contResOpc ul li.it-validar a:hover {
	background-position: -92px -78px;
}
.contResOpc ul li.it-validar-no-dispo a {
    background-position: -92px -156px;
    cursor: default
}
.contResOpc ul li.it-anular a {
   background-position: -186px 0;
}
.contResOpc ul li.it-anular a:hover {
	background-position: -186px -78px;
}
.contResOpc ul li.it-anular-no-dispo a {
    background-position: -186px -156px;
    cursor: default
}
.contResOpc ul li.it-habit a {
   background-position: -279px 0;
}
.contResOpc ul li.it-habit a:hover {
	background-position: -279px -78px;
}
.contResOpc ul li.it-habit-no-dispo a {
    background-position: -279px -156px;
    cursor: default
}
.contResOpc ul li.it-asientos a {
   background-position: -394px 0;
}
.contResOpc ul li.it-asientos a:hover {
	background-position: -394px -78px;
}
.contResOpc ul li.it-asientos-no-dispo a {
    background-position: -394px -156px;
    cursor: default
}
.contResOpc ul li.it-pagar a {
   background-position: -488px 0;
}
.contResOpc ul li.it-pagar a:hover {
	background-position: -488px -78px;
}
.contResOpc ul li.it-pagar-no-dispo a {
    background-position: -488px -156px;
    cursor: default;
}
.contResOpc ul li.it-billete a {
   background-position: -582px 0;
}
.contResOpc ul li.it-billete a:hover {
	background-position: -582px -78px;
}
.contResOpc ul li.it-billete-no-dispo a {
    background-position: -582px -156px;
    cursor: default;
}
.contres{
	width:930px;
	height:auto;
	overflow:hidden;
	margin-left:30px;
}
#reservasBottomHidden{
	width:976px;
	height:18px;
	margin:auto;
	display:none;
	background-image:url(../imagenes/fd_reservas_bottomHidden.png);
}
.localizador{
	float:left;
	width:240px;
}
.localizador.nombre{
	width:200px;
}
.localizador.apellido{
	width:219px;
	margin-left:10px;
}
.contres label{
	float:left;
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
}
.contres input{
	float:right;
	width:125px;
	color:#31115b;
}
.label2{
	margin-top:13px;
}
.label2.reservas{
	float:left;
	margin-left:-50px;
}
.input2{
	margin-top:10px;
}
.separadorLinea{
	float:left;
	width:1px;
	height:48px;
	margin:7px 15px 0 15px;
	background-image:url(../imagenes/linea.png);
}
input.chkbox{
	float:left;
	margin-left:-55px;
	margin-top:18px;
}
a.buscarRes img{
	float:right;
	margin-right:15px;
}
table.tablaReservas {
	/*border-bottom:1px solid #ADC5E8;*/
}
#btn2 {
    float: right;
    margin-right: 90px;
    margin-top: 20px;
}
#btn2 a {
   color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    padding-top: 6px;
    text-align: center;
    width: 118px;
	 float:left;
}
#btn2 a:hover {
	text-decoration:none;
}
#btn2 a.btn-red {
	background:url(../imagenes/btn-new.png) no-repeat;
}
#btn2 a.btn-blue {
	background:url(../imagenes/btn-modified.png) no-repeat;
	margin-left:15px;
}
tr.filaTitulo td {
	padding:2px 0
}
#seguros {
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
    text-align: left;
    width: 865px;
}
#seguros img {
	float:left;
}
#seguros .room {
    float: right;
    width: 610px;
}
#seguros .room span h5 {
    background: none repeat scroll 0 0 #311159;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 1px 1px 1px 10px;
}
#seguros .room span {
    display: block;
    margin-bottom: 7px;
}
#seguros .room span a {
    background: url("../imagenes/arrow-right.png") no-repeat scroll 0 center transparent;
    color: #94ABC9;
    display: block;
    margin: 2px 0 2px 15px;
    padding-left: 9px;
}
#condition {
    margin: 15px auto 0 10px;
    text-align: left;
    width: 883px;
}
#condition a {
    background: url("../imagenes/arrow-right.png") no-repeat scroll 9px center #FFFFFF;
    border: 1px solid #ADC5E8;
    color: #94ABC9;
    display: block;
    float: left;
    padding: 8px 50px 8px 20px;
	 text-decoration:underline;
	 margin-right:10px
}

/************FOLLETOS**************************/
.cont-folleto {
   	background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin: 0 5px 0 12px;
    padding: 12px 0 12px 0;
}
.cont-folleto #box-left {
    float: left;
    margin-left: 0px;
    clear:left;
    margin-bottom: 12px;
}
.cont-folleto .box-folleto {
	 border-bottom: 1px solid #B9D3F8;
    cursor: pointer;
    float: left;
    width: 279px;
}
.cont-folleto #folleto-selected {
	background:url(../imagenes/bg-border.png) no-repeat;
}
.cont-folleto .box-folleto:hover {
	background: url(../imagenes/bg-folleto.png) no-repeat;
}
.cont-folleto .box-folleto a {
   background: url("../imagenes/ico-folleto-normal1.png") no-repeat scroll center 10px transparent;
    display: block;
    float: left;
    height: 34px;
    padding: 9px 0 9px 9px;
    width: 30px;
}
.cont-folleto .box-folleto a.recomend {
	background:url(../imagenes/ico-folleto-recomend1.png) no-repeat scroll center 10px transparent;
}
.cont-folleto .box-folleto p {
    color: #311159;
    float: left;
    font-weight: bold;
    margin: 17px 0 0;
    text-align: center;
}
.cont-folleto #box-right {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ADC5E8;
    float: right;
    max-height: 385px;
    overflow: auto;
    overflow-x: hidden;
    padding: 8px;
	/*padding-right:0;*/
    width: 611px;
    margin-bottom: 12px;
}
.cont-folleto #box-right.box-mini{
	max-height: 424px;
}
.cont-folleto #box-right h3 {
    background: none repeat scroll 0 0 #ADC5E8;
    color: #31115A;
	 margin:0;
    padding: 3px 3px 3px 15px;
}
.cont-folleto #box-right .cont-barowner {
    /*padding: 8px 12px 8px 8px;*/
    float:right;
    width: 100%;
}
.cont-folleto #box-right .cont-barowner img {
    float: left;
    margin-right: 5px;
}
.cont-folleto #box-right .cont-barowner p {
    color: #31115B;
    float: left;
    margin: 0;
    padding: 12px;
}
.cont-folleto #box-right .cont-barowner p.origen {
	width: 460px;
}
.cont-folleto #box-right .cont-barowner a {
	background: url("/sltwww/st/img/btn/btn-ver-folleto.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 24px;
    margin: 9px 9px 9px 0;
    width: 91px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.cont-folleto #box-right #bg-light {
	background:#fff;
}
.cont-folleto #box-right #bg-dark {
	background:#EBEFF8;
}
#sliderbox {
    background: none repeat scroll 0 0 #7792D3;
    margin: 10px 12px 0;
    padding-bottom: 12px;
    padding-top: 12px;
}
#sliderbox .btn-slider-left {
   float: left;
    padding-left: 10px;
    padding-right: 54px;
    position: relative;
    top: 128px;
    display: inline;
    height: 24px;
    width: 13px;
}
#sliderbox .btn-slider-left a {
    display: inline;
    height: 24px;
    width: 13px;
}
#sliderbox .btn-slider-right {
    float: left;
    padding-right: 10px;
    padding-left: 54px;
	position:relative;
	top:128px;
	display: inline;
    height: 24px;
    width: 13px;
}
#sliderbox .btn-slider-right a {
	width:13px;
	height:24px;
	display:inline;
}
#sliderbox .cont-folleto-pdf {
    float: left;
    height: 272px;
    width: 795px;
}
#sliderbox .cont-folleto-pdf .ico-pdf {
    float: left;
    height: 123px;
    margin: 7px 3px;
    width: 93px;
    display: inline;
    cursor:pointer;
}
#sliderbox .cont-folleto-pdf .ico-pdf:hover {
	background:url(../img/bg-border-2.png) no-repeat;
	cursor:pointer
}
#sliderbox .cont-folleto-pdf .ico-pdf img {
   padding: 10px 13px 0;
   margin: 0;
   width: 65px;
}
#sliderbox .cont-folleto-pdf .ico-pdf p {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 0;
    padding-top: 6px;
    text-align: center;
}



#resultInfoFolleto{
	margin-left: 12px;
	margin-right: 12px;
	display:none;
	width: 952px;
}
#resultInfoFolleto.catalogo-virtual{
	margin: 0;
	width: 974px;
	border-left: 1px solid #b9d3f8;
	border-right: 1px solid #b9d3f8;
}
#folletos-pdf,#catalogos{
	display:none;
}
#tit-folleto{
	clear: both;
    color: #311159;
    display: block;
    float: left;
    margin:0;
    padding:0;
    margin-bottom: 5px;
    margin-top: 8px;
    width: 100%;
    text-align:left;
}
#txt-err{
	clear: left;
    display: block;
    float: left;
    margin: 0 0 50px;
}
#formInfoFolleto{
	display: none;
}
#loaderFolletos{
	float: left;
    text-align: center;
    width: 952px;
    margin: 0;
    margin-left: 12px;
    margin-right: 12px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}
#loaderFolletos.box-mini{
	position: absolute;
	top: 35%;
}
#loaderFolletos p{
	text-align: center;
	margin:0;
	margin-top: 10px;
	margin-bottom: 20px;
	padding:0;
	color: #311159;
	font-weight: bold;
	font-size: 13px; 
}
#loaderFolletos #loader-tipo{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
}









