﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/DroidSans/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_sansbold';
    src: url('../fonts/DroidSans/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('../fonts/DroidSans/droidserif-bolditalic-webfont.eot');
    src: url('../fonts/DroidSans/droidserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans/droidserif-bolditalic-webfont.woff') format('woff'),
         url('../fonts/DroidSans/droidserif-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans/droidserif-bolditalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
  --primary: #d9002e;
}

body{
	margin:0px;
	padding:0px;
	font:normal 12px Arial,sans-serif;
	background:white url(../img/body.png) top repeat-x;
	font-size:12px;
}
*{margin:0px;padding:0px;outline:none;}
a{font-size:11px; color:#3379AE; font-family:Arial; text-decoration:none;}
img{border:none;}
input{padding:0px; margin:0px; font:normal 12px Arial,sans-serif;}

select{
	width:207px;
	/*height:28px;
	padding-top:5px;*/
}
.fleft{
	float:left;
}
.bk_none{background:none;}	
.web{
	width:975px;
	margin:0 auto;
}
.cabecera{
	width:975px;
	float:left;
	height:41px;
	position:relative;
}
.cabecera a{
	color:#525252;
}
.cabecera a.sel{
	color:#CD032E;
}
.cabecera a.registrate{
	padding-left:15px;
	background:url(../img/registrate_ico.png) no-repeat;
	font-size:14px;
}
.cabecera a.sesion{
	padding-left:18px;
	background:url(../img/inicio_sesion_ico.png) no-repeat;
	font-size:14px;
}
.cabecera a.cerrar{
	background:url(../img/cerrar_sesion_ico.png) no-repeat;
}
.cabecera .der{float:right; margin-right:11px;}
.cabecera .opcion{
	padding:0px 10px;
	height:27px;
	background:url(../img/separador_cabecera_gris.png) no-repeat;
	float:left;
	font-size:14px;
	/*padding-top:14px;*/
	padding-top:10px;
	color:#525252;
}
.cabecera .primera{background:none;}
.cabecera .rojo{background:url(../img/separador_cabecera_rojo.png) no-repeat;}

.cabecera .opcion a.ag_em{
	font-size:14px;
}
.cabecera .opcion a.sel{color:#525252;}
.cabecera .rojo a{color:#CD032E;}

.cabecera .opcion a:hover{color:#CD032E;}
.cabecera .rojo a:hover{color:#525252;}
.cabecera .opcion a.nomUser{font-size:14px;font-weight:bold;}

/*caja registro / login*/
.caja_registro{
	width:212px;
	height:225px;
	position:absolute;
	background:url(../img/caja_registro.png) no-repeat;	
	right:100px;
	top:33px;
	padding:30px;
	padding-top:20px;
	z-index:100;
	text-align:left;
}
.caja_registro .cerrar_login{
	background:url(../img/fancybox.png) repeat scroll -40px 0 transparent;
	width:30px;
	height:30px;
	position:absolute;
	top:5px;
	right:15px;
}
.caja_registro_home{
	right:80px;
	top:-90px;
}
.caja_registro .titulo{
	float:left;
	width:100%;
	color:#C1272D;
	font-size:11px;
}
.titulo{
	float:left;
	width:100%;
    font-weight: bold;
	color:#C1272D;
	font-size:14px;
}
.caja_registro .margen_olvido{margin-top:20px;}
.caja_registro .titulo strong{
	width:100%;
	float:left;
	font-size:12px;
}
.caja_registro .fila{
	float:left;
	width:100%;
	font-size:11px;
	color:#4D4D4D;
	line-height:20px;
	margin-top:5px;
}
.caja_registro label{
	color:#4D4D4D;
	font-size:11px;
	line-height:17px;
}
.caja_registro .fila a{
	float:left;
	color:#C1272D;
	text-decoration:underline;
}
.caja_registro .fila_boton{
	width:100%;
	float:left;
	border-top:dotted 1px #747474;
	margin-top:10px;
	padding-top:10px;
}
.caja_registro .fila_boton a.boton_rojo{
	margin:0;
}

.caja_registro_olvido{
	background:url(../img/caja_registro_olvido.png) no-repeat;
}
.caja_registro .fila_volver_iniciar{
	width:100%;
	float:left;
	text-align:right;	
	margin-top:5px;
}
.caja_registro .fila_volver_iniciar a{
	color:#C1272D;
	text-decoration:underline;
}


.logo{
	width:212px;
	height:196px;
	position:absolute;
	top:0px;
	left:50px;
	z-index:10;
	background:url(../img/logo.png) no-repeat;
	behavior:url(iepngfix.htc);
}
.logo a{
	display:block;
	height: 196px;
}

/* Logo test */
.logo_test{
	width:212px;
	height:196px;
	position:absolute;
	top:0px;
	left:50px;
	z-index:10;
	background:url(../img/logo_test.png) no-repeat;
	behavior:url(iepngfix.htc);
}
.logo_test a{
	display:block;
	height: 196px;
}

.menu{
	float:right;
	padding-top:8px;
	margin-right:18px;
}
.menu a{
	float:left;
	height:29px;
	color:#525252;
	font-size:14px;
	margin-left:5px;
}
.menu a span.izq{
	width:9px;
	height:22px;
	padding-top:7px;
	background:url(../img/menu_izq.png) no-repeat;
	behavior:url(iepngfix.htc);
	display:inline-block;
	cursor:pointer;
}
.menu a span.cen{
	padding:0px 5px;
	height:22px;
	padding-top:7px;
	background:url(../img/menu_cen.png) repeat-x;
	display:inline-block;
	cursor:pointer;
	
}
.menu a span.der{
	width:9px;
	height:22px;
	padding-top:7px;
	background:url(../img/menu_der.png) no-repeat;
	behavior:url(iepngfix.htc);
	display:inline-block;
	cursor:pointer;
}


.menu a:hover span.izq{
	width:9px;
	height:22px;
	padding-top:7px;
	background:url(../img/menu_sel_izq.png) no-repeat;
	_background:url(../img/menu_izq.png) no-repeat;
	display:inline-block;
	cursor:pointer;
}
.menu a:hover span.cen{
	padding:0px 5px;
	height:22px;
	padding-top:7px;
	background:url(../img/menu_sel_cen.png) repeat-x;
	_background:url(../img/menu_cen.png) repeat-x;
	display:inline-block;
	color:#fff;
	_color:#000;
	/*font-weight:bold;*/
	cursor:pointer;
	
}
.menu a:hover span.der{
	width:9px;
	height:22px;
	padding-top:7px;
	background:url(../img/menu_sel_der.png) no-repeat;
	_background:url(../img/menu_der.png) no-repeat;
	display:inline-block;
	cursor:pointer;
}

.menu a.sel span.izq{
	width:9px;
	height:22px;
	padding-top:7px;
	background:url(../img/menu_sel_izq.png) no-repeat;
	display:inline-block;
	cursor:pointer;
}
.menu a.sel span.cen{
	padding:0px 5px;
	height:22px;
	padding-top:7px;
	background:url(../img/menu_sel_cen.png) repeat-x;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	
}
.menu a.sel span.der{
	width:9px;
	height:22px;
	padding-top:7px;
	background:url(../img/menu_sel_der.png) no-repeat;
	display:inline-block;
	cursor:pointer;
}
.menu a.sel:hover span.cen{
	_background:url(../img/menu_sel_cen.png) repeat-x;	
	_color:#fff;
}
.menu a.reservas{font-size:10px;}
.menu a.reservas:hover{font-size:10px;}
.menu a.reservas span.izq{
	width:32px;
	height:22px;
	padding-top:7px;
	background:url(../img/reserva_izq.png) no-repeat;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
}
.menu a.reservas span.cen{
	padding:0px 6px;/*evitar movimiento hover*/
	height:22px;
	padding-top:7px;
	background:url(../img/reserva_cen.png) repeat-x;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	cursor:pointer;
	
}
.menu a.reservas:hover span.cen{background:url(../img/reserva_cen.png) repeat-x; color:#fff;}
.menu a.reservas span.der{
	width:9px;
	height:22px;
	padding-top:7px;
	background:url(../img/reserva_der.png) no-repeat;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
}

.ui-dialog-content .fila{
    position: relative;
    float: left;
    height: 25px;
    width: 100%;
}
    .ui-dialog-content .fila label{
        position: relative;
        float: left;
        width: 85px;
    }
    .ui-dialog-content .fila input{
        position: relative;
        float: left;
        width: 180px;
    }
        .ui-dialog-content .fila input.check{width: auto;}
        
    .ui-dialog-content .fila a{
        color: #3379AE;
        text-decoration: none;
    }
    .ui-dialog-content .fila span.loginError, .ui-dialog-content .fila span.loginVacio{
        position: relative;
        float: left;
        width: 100%;
        color: #CD032E;
        text-align: center;
        font-size: 12px;
    }
/*********** contenido **********/

.borde{border-bottom:1px dotted #949494;padding-bottom:10px;}

.gris{color:#808080;}
.contenido_top{
	width:975px;
	height:25px;
	float:left;
	margin-top:10px;
	background:url(../img/contenido_top.png) no-repeat;
	behavior:url(iepngfix.htc);
}
.contenido{
	width:975px;
	float:left;
	background:url(../img/contenido_bg.png) repeat-y;
	_background:url(../img/contenido_bg_ie6.png) repeat-y;	
}
.fondo_lineas{
	width:935px !important; 
	float:left;
	margin-left:20px;
	_margin-left:10px; /* IE6 fix */
    margin-top:-5px;
	background: url(../img/lineas.png) repeat;
	padding-bottom:20px;
	padding-top:0 !important;
	
}
.degradado_centro{	
	width:935px;
	float:left;
	background:url(../img/degradado_centro.png) top no-repeat;
	behavior:url(iepngfix.htc);
	padding-top:15px;
}
.cuadro_reservas{
	width:320px;
	height:235px; height: 248px;
	background:url(../img/cuadro_reservas.png) no-repeat;
	behavior:url(iepngfix.htc);
	padding-left:25px;
	padding-top:25px;
	color:#666666;
	float:left;
	margin-left:-40px;
	margin-top:50px;
	margin-right:12px;
	
}
.cuadro_reservas .fila{
	float:left;
	width:86%;
	padding-left:30px;
	text-align:left;
	
}
.cuadro_reservas .fila .r_online{
	float:left;
	font-weight:bold;
}
.cuadro_reservas .fila .r_separador{
	float:left;
	padding:0px 25px;
	font-size:16px;
	margin-top:-3px;
	padding-bottom:5px;
}
.cuadro_reservas .fila .r_agencias{
	float:left;
	font-weight:bold;
}
.cuadro_reservas .fila_link{
	float:left;
	width:265px;
	text-align:center;
	
}
.cuadro_reservas .fila a{color:#666666; text-decoration:underline; font-size:14px;}
.cuadro_reservas .fila select{
	/*margin-top:10px;*/
	position: relative;
	float: left;
	text-align:left;
	/*margin-left: 35px;*/
}

.cuadro_reservas .fila_link a.boton_rojo{margin-top:10px; float:right; text-decoration:none; height:26px;margin-bottom:5px;}
a.boton_rojo{margin-top:10px; float:right; text-decoration:none; height:26px;margin-bottom:5px;}

.cuadro_reservas .fila_separador{
	float:left;
	width:100%;
	padding-bottom:5px;
	border-bottom:solid 1px #c1c1c1;
    font-size: 14px;
}
a.boton_rojo span.izq{
	width:9px;
	height:22px;
	/*display:inline-block;*/
	float:left;
	background:url(../img/boton_rojo_izq.png) no-repeat;	
	cursor:pointer;
	padding-top:4px;
	font-size:14px;
	
}
a.boton_rojo span.cen{
	height:22px;
	/*display:inline-block;*/
	float:left;
	background:url(../img/boton_rojo_cen.png) repeat-x;	
	padding:0px 5px;
	padding-top:4px;
	color:#fff;
	cursor:pointer;
	font-size:14px;
}
a.boton_rojo span.der{
	width:9px;
	height:22px;
	/*display:inline-block;*/
	float:left;
	background:url(../img/boton_rojo_der.png) no-repeat;	
	cursor:pointer;
	padding-top:4px;
	font-size:14px;
}
.tu_central{
	width:618px;
	float:left;
	height:344px;
	text-align:center;
	position:relative;
	/*overflow:hidden; esto no puede estar */
}

.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;}
.size20{font-size:20px;}
.size80{font-size:22px;}

.caja_top_salas{
	width:282px;
	height:173px;
	float:left;
	background:url(../img/caja_top_salas2.png) no-repeat;
	_background:url(../img/top_salas_ie6.png) no-repeat;
	/*behavior:url(iepngfix.htc);*/
	margin-left:-1px;
	padding-top:75px;
	padding-left:20px;
	color:#666666;
	font-size:14px;
	margin-top:-30px;
	position:relative;
}
.caja_top_salas .titulo_top_salas{position:absolute; top:30px; right:10px; font-size:28px; color:#c31731; width:140px;}
.caja_top_salas .fila{
	width:270px;
	float:left;
	border-bottom:1px dotted #666666;
	padding-top:10px;
}
.caja_top_salas .fila a.sala{
	color:#666666;
	font-size:14px;
	display:block;
	padding-bottom:2px;
}
.caja_top_salas .fila a.sala:hover{background:#eeeeee;}

.caja_top_salas .ultima{border:none; padding-top:5px;}
.caja_top_salas .fila a.enlace{
	float:right;
	padding-right:20px;
	background:url(../img/flecha_der.png) right no-repeat;
	color:#CD032E;
	font-size:12px;
}
.caja_top_salas .fila a.enlace:hover{text-decoration:underline;}

.caja_pasos{
	width:621px;
	height:217px;
	float:left;
	margin-left:13px;
	margin-top:-5px;
	background:url(../img/caja_pasos.png) no-repeat;
}
.caja_pasos .izq{
	width:161px;
	float:left;
	padding-top:3px;
}
.caja_pasos .izq a.enlaces{
	width:155px;
	height:50px;
	margin-left:4px;
	display:block;
	font-size:20px;
	padding:10px 6px;
	color:#4D4D4D;
	position:relative;
	background:url(../img/pasos_nosel.png) no-repeat;
	border-top:dotted 1px #999;
    cursor:pointer;
}
.caja_pasos .izq a.noborde{border:0;}
.caja_pasos .izq a.sel{color:#C1272D; background:white;}
.caja_pasos .izq a:hover{color:#C1272D;}
.caja_pasos .izq a.enlaces img{position:absolute; right:17px; bottom:15px;}
.caja_pasos .der{
	width:466px;
	float:left;
	padding-right:10px;
	_padding-right:0px;
	/*background:url(../img/que_es_una_sala.png) no-repeat;*/
	height:214px;
	margin-top:2px;
}
.caja_pasos .der .titulo{
	width:100%;
	float:left;
	text-align:center;
	color:#4D4D4D;
	font-size:20px;
	margin-top:15px;
}
.caja_pasos .der .pasos{
	width:100%;
	float:left;
	margin-top:90px;
	padding-bottom:5px;
}
.caja_pasos .der .pasos .paso{
	width:90px;
	float:left;
	padding-right:15px;
	text-align:center;
	color:#666666;
}
.caja_pasos .der .pasos .primero{padding-left:30px;}

.caja_pasos .quees{
	float:left;
	color:white;
	width:408px;
	padding:0px 26px;
}
.caja_pasos .quees .titulo{
	color:white;
	font-size:14px;
	text-align:left;	
	font-weight:normal;
}
.caja_pasos .quees .titulo strong{font-size:24px;}
.caja_pasos .quees .fila_iconos{
	float:left;
	width:100%;
	margin-top:70px;
}
.caja_pasos .quees .fila_iconos .ico{
	float:left;
	width:61px;
	margin-right:8px;
	text-align:center;
}
.caja_pasos .quees .fila_iconos .ico a{color:white; font-size:12px;}
.caja_pasos .quees .fila_iconos .puntos{
	margin-top:50px;
	margin-right:0px;
	text-align:left;
}
.caja_pasos .quees .fila_masinfo{
	float:left; 
	width:380px;
	text-align:left;
	margin-top:10px;
	font-size:10px;
}
.caja_pasos .quees .fila_masinfo a{
	padding-right:20px;
	background:url(../img/flecha_masinfo.png) right no-repeat;
	text-decoration:none;
	color:white;
	height:22px;
	padding-top:5px;
	margin-right:-30px;
	float:right;
	font-size:12px;
	width:150px;
}
.masinfo{
	width:100%;
	float:left;
	text-align:right;
}
.masinfo a{
	background:url(../img/masinfo_ico_gris.png) right no-repeat;
	padding-right:32px;
	height:21px;
	padding-top:8px;
	display:inline-block;
	font-size:12px;
	color:#808080;
}
.masinfo a:hover{text-decoration:underline;}

.fila_ultimas_cajas{
	float:left;
	width:100%;
}
.caja_noticias{
	width:287px;
	float:left;
	height:263px; 
	background:url(../img/caja_noticias2.png) no-repeat;
	behavior:url(iepngfix.htc);
	padding-top:15px;
	padding-left:20px;
	margin-top:15px;
	margin-left:-10px;
}
.caja_noticias .titulo{
	float:left;
	width:277px;
	font-size:22px;
	color:#fff;
	padding-bottom:20px;
	font-size:26px;
    font-weight: normal;
}
.caja_noticias .fila{
	float:left;
	width:260px;
	margin-top:5px;
	font-size:14px;
	color:#808080;
	padding-bottom:8px;
	margin-top:8px;
	border-bottom:dotted 1px #bebebe;
}
.caja_noticias .fila a.noticia{
	display:block;
	color:#808080;
	font-size:14px;
}
.caja_noticias .fila a.noticia:hover{	
	background:#eeeeee;
}
.caja_noticias .fila .fecha{
	float:left;
	width:30px;
	height:22px;
	background:url(../img/calendario_ico_noticias.png) no-repeat;
	color:#5b5b5b; font-weight:bold;
	padding:5px;
	text-align:center;
	font-size:12px;
	line-height:10px;
	padding-top:13px;
	margin-right:5px;
}

.caja_noticias .ultima{border:none; padding-top:5px;}
.caja_noticias .fila a.enlace{
	float:right;
	padding-right:20px;
	background:url(../img/flecha_der.png) right no-repeat;
	color:#CD032E;
	font-size:12px;
}
.caja_noticias .fila a.enlace:hover{text-decoration:underline;}
.caja_gris_home{
	width:275px;
	height:237px;
	float:left;
	background:url(../img/caja_gris_home.png) no-repeat;
	padding-top:40px;
	padding-left:15px;
	padding-right:15px;
	margin-top:13px;
	margin-left:14px;
	position:relative;
}
.iphone{
	background:url(../img/caja_gris_home_iphone.gif) no-repeat;
}
.caja_gris_home .fila{
	float:left;
	width:100%;
}
.caja_gris_home .titulo{
	min-width:160px;
    width: auto;
    font-weight: normal;
	color:#fff;
	font-size:22px;
	float:left;
	border-bottom:dotted 2px #848484;
	margin-top:20px;
}
.caja_gris_home .texto{
	width:150px;
	float:left;
	color:#606060;
	font-size:14px;
	padding-bottom:10px;
	padding-top:30px;
}
.caja_gris-home .img{
	float:left;
	width:88px;
	height:160px;
	margin-top:-20px;
}
.caja_gris_home .masinfo{
	position:absolute;
	bottom:20px;
	right:20px;
}
.caja_gris_home .masinfo a{font-size:12px; color:#515151;}

/*.caja_gris_home{
	width:275px;
	height:163px;
	float:left;
	background:url(../img/caja_gris_home.png) no-repeat;
	margin-top:13px;
	padding-top:110px;
	padding-left:15px;
	padding-right:15px;
	margin-left:14px;
}
.caja_iphone .titulo{
	color:#4D4D4D;
	font-size:22px;
	width:100%;
	float:left;
	padding-bottom:20px;
}
.caja_iphone .texto{
	width:150px;
	float:left;
	color:#808080;
	font-size:14px;
	padding-bottom:10px;
}
.caja_iphone .masinfo{
	width:100%;
	float:left;
	text-align:right;
}*/
/****pie*****/
.pie{
	width:100%;
	/*height:333px;*/
	float:left;
	background:#949494;
	color:#fff;
	background-size:cover;
}
.pie2{
	/*height:209px;*/
	background:url(../img/pie_2.png) repeat-x;
}

.pie .contenido_pie{
	width:950px;
	margin:0 auto;
	padding-top:20px;
	padding-left:20px;
	/*background:url(../img/pie_bg.png) repeat-x;
	height:303px;*/
}
.pie .contenido_pie .cp-top{
    /*height:236px;
    overflow:hidden;*/
}
.pie .contenido_pie .cp-bot{
    /*height:75px;
    overflow:hidden;*/
    padding: 20px;
    border-top: solid 3px #333;
}
.pie .pie2{
	height:179px;
	background:url(../img/pie_2.png) repeat-x;
}
.pie .contenido_pie .col{
	width:210px;
	float:left;
}
.pie .contenido_pie .ultima_col{
	width:245px;
	float:left;
	padding-left:60px;
	position:relative;
}
.pie .contenido_pie .ultima_col img.niceletter{position:absolute; left:0; top:0;}
.pie .contenido_pie .ultima_col img.compromiso_nice{position:absolute; left:20px; top:130px;}

.pie .contenido_pie .col .titulo{font-size:16px; width:100%; float:left; font-weight:bold;
	margin-bottom:10px;
    color:white;
}
.pie .contenido_pie .col .subtitulo{font-size:16px; width:100%; float:left; font-weight:bold;
    color:white;
	margin-top:10px;
	margin-bottom:10px;
}
.pie .contenido_pie .col a{
	color:#fff;
	font-size:14px;
	line-height:20px;
}
.pie .contenido_pie .col a:hover{text-decoration:underline;}
.pie .contenido_pie .col a.twitter{
	text-decoration:underline;
	font-weight:bold;
}
.pie .contenido_pie .col .enlaces .campo_newsletter{
	width:144px;
	float:left;	
	font-size:12px;
	color:#4d4d4d;
	padding:4px 3px;
}
.pie .contenido_pie .col .enlaces .fila_apuntate{width:242px; float:left;}
.pie .contenido_pie .col .enlaces .boton_apuntate{
	width:82px;
	height:26px;
	float:left;
	background:url(../img/boton_apuntate.png) no-repeat;
	text-align:center;
	color:#fff;
	border:0px;
	cursor:pointer;
	margin-left:5px;
	font-weight:bold;
	font-size:14px;
}
.avisoNewsletter{
    float: left;
    height:15px;
    width: 100%;
}
.avisoNewsletter .comprovando{color:white;}
.avisoNewsletter .comprovandoError{color:red;}

.pie .contenido_pie .col .enlaces img{
	float:left; margin-right:3px;
}
.pie .contenido_pie .col .fila{margin-top:0px;}
.pie .contenido_pie .col .compromiso{margin-top:10px; color:black;}
.pie .contenido_pie .fila{
	width:100%;
	float:left;
	margin-top:30px;
}
.pie .contenido_pie .fila img{margin-bottom:-10px;}

.footer-bottom-nav{
    list-style:none;
    font-size:12px;
    color:#fff;
    /*margin-top:30px;*/
    overflow:hidden;
}
.footer-bottom-nav li{
    float:left;
    margin-right:5px;    
}
.footer-bottom-nav li a{
    font-size:12px;
    color:#fff; 
    text-decoration:none;   
}
.footer-bottom-nav li a:hover{ text-decoration:underline; }



.form_pie{float:left; margin-top:10px;}
/* AÑADIDO */

.ajax-loader{
	position: relative;
	float: left;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	margin-top: 13px;
	display: none;
}
.ajax-loader_home{
	position: relative;
	float: left;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	margin-top: 11px;
	display: none;
}
.ajax-loaderLogin{
	position: relative;
	float: right;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	margin-top: 15px;
}
.filaCompleta{
	position: relative;
	float: left;
	padding-top:5px;
}
.fila_select_home{
	float:left;
	padding-top:5px;
	text-align:left;
}

/* RESERVAS
------------------------------- */
.reservar{
	width:935px;
	float:left;
	padding:0px 20px;
	margin-top:-5px;
	color:#585858;
}
.reservar .reservar_top{
	width:935px;
	float:left;
	height:100px;
}
.reservar .rastro1{
	float:left;
	width:685px;
	height:25px;
	background:#c9c9c9;
	padding-left:250px;
	color:black;
	padding-top:10px;
	font-weight:bold;
}
.reservar-texto-informativo{
    min-height:60px;
    padding-bottom:20px; 
    overflow:hidden;  
}

.salas_vip .rastro1{
	float:left;
	width:692px;
	height:25px;
	background:#c9c9c9;
	padding-left:250px;
	color:black;
	padding-top:10px;
	font-weight:bold;
}

    .rastro1 a{
        color: #585858;
        font-size:  14px;
        font-weight: bold;
    }
        .rastro1 a:hover, .salas_vip a:hover{color: black;}

.reservar .reservar_top .rastro2{
	float:left;
	width:785px;
	height:55px;
	background:#4d4d4d;
	padding-left:150px;	
	padding-top:10px;
}
.reservar .reservar_top .paso1{float:left; width:180px;}
.reservar .reservar_top .paso2{float:left; width:280px;}
.reservar .reservar_top .paso3{float:left; width:230px;}
.reservar .reservar_top .separador{
	padding-top:8px;
	color:#828282;
	font-size:24px;
	float:left;
	width:40px;
	text-align:center;
}
.reservar .reservar_top .rastro2 .texto1{
	width:130px;
	float:left;
	color:#7a7a7a;
	padding-top:15px;
	padding-right:5px;
}
.reservar .reservar_top .rastro2 .texto2{
	width:230px;
	float:left;
	color:#7a7a7a;
	padding-top:15px;
	padding-right:5px;
	text-align:center;
}
.reservar .reservar_top .rastro2 .texto3{
	width:180px;
	float:left;
	color:#7a7a7a;
	padding-top:15px;
	padding-right:5px;
	text-align:center;
}
.reservar .reservar_top .rastro2 .sel{color:white;}

.reservar .centro{
	float:left;
	width:891px;
	padding:20px;
	margin-bottom:20px;
	border:solid 2px #e2e2e2;
	border-top:0;
}
.reservar .centro .centro_izq{
	float:left; width:608px;
}
.reservar .centro .centro_der{
	float:right; 
    width:280px;
}
.reservar .centro h2{
	color:#ce082b;
	width:100%;
	float:left;
	font-size:18px;
	font-weight:normal;
}
.reservar .texto_informativo{
	width:588px;
	float:left;
	padding-left:20px;
	color:#8c8c8c;
	margin-top:10px;
}




/*.reservar .caja_central1{
	width:558px;
	float:left;
	height:286px;
	background:url(../img/caja_central_1.png) no-repeat;
	padding:15px 25px;
	margin-top:20px;
	color:#736f6c;
	
	padding: 15px 20px; width: 568px;

}
.reservar .caja_central1 h2, .reservar .caja_central2 h2, .reservar .caja_central3 h2{
	color:#6a6762;
	width:100%;
	float:left;
	font-size:18px;
	font-weight:bold;
}
.reservar .caja_central1 .caja_top{
	width:100%;
	float:left;
	height:145px;
	border-bottom:dotted 2px #97928e;
}
.reservar .caja_central1 .caja_top .form{
	width:235px;
	float:left;
	padding-right:20px;
	
	padding:0px; width: 265px;
}

.reservar .caja_central1 .caja_top .caja_triangulo{
	width:301px;
	height:117px;
	float:left;
	background:url(../img/caja_triangulo.png) no-repeat;
	margin-top:20px;
}
.reservar .caja_central1 .caja_top .caja_triangulo .pregunta{
	color:#757575;
	float:left;
	width:235px;
	padding-left:30px;
	height:18px;
	font-size:11px;
	padding-top:7px;
	font-weight:bold;
	font-family:Arial;
}
.reservar .caja_central1 .caja_top .caja_triangulo .resp{
	color:#a8a8a8;
	float:left;
	width:250px;
	padding-left:10px;
	font-size:11px;
	margin-top:3px;
}
.reservar .caja_central1 .caja_bot{
	float:left;
	width:100%;
}
.reservar .caja_central1 .caja_bot .izq{
	width:235px;
	float:left;
	padding-right:20px;
}

.reservar .caja_central1 .fila{
	float:left; width:100%;
	padding:3px 0px;
}

.reservar .caja_central1 label, select{width:235px; float:left;}
.reservar .caja_central1 label{margin-top:8px; font-size:12px; color:#736f6c;}
.reservar .caja_central1 select{height:22px;}

.reservar .caja_central1 .label2{width:140px; margin:0px;}
.reservar .caja_central1 .select2{width:55px; margin-right:5px;}
.reservar .caja_central1 .select3{width:195px; margin-right:5px;}
.reservar .caja_central1 .input{width:52px; margin-right:5px; float:left;}

.reservar .caja_central1 .img{width:33px; text-align:center; float:left;}

.reservar .ico_calendario{margin-top:-10px;}

.reservar .caja_central1 .aste{
	float:left;
	width:558px;
	font-size:11px;
	margin-top:3px;
	color:#736f6c;
}

.reservar .caja_central1 .caja_bot .der{
	width:218px;
	height:71px;
	float:left;
	padding-right:20px;
	background:url(../img/caja_info_peq.png) no-repeat;
	margin-left:48px;
	margin-top:20px;
}
.reservar .caja_central1 .caja_bot .der .titulo{
	font-size:11px;
	float:left;
	width:190px;
	height:18px;
	padding-left:28px;
	padding-top:7px;
	color:#767676;
	font-weight:bold;
}
.reservar .caja_central1 .caja_bot .der .fila{
	
	width:190px;
	float:left;
	padding:3px 0px;
	padding-left:28px;
	border-bottom:dotted 1px #cfcfcf;
	font-size:11px;
}
.reservar .caja_central1 .caja_bot .der .noborde{
	border:0;
}


.reservar .caja_central1 .aste .rojo{
	color:#a62949;
}
*/
.reservar .sel_sala_dia_hora h2, .reservar .numero_pasajeros h2, .reservar .caja_central3 h2{
	color:#6a6762;
	width:100%;
	float:left;
	font-size:18px;
	font-weight:bold;
}
.reservar .sel_sala_dia_hora .caja_top{
	width:100%;
	float:left;
	height:145px;
    padding-bottom: 15px;
}
.reservar .sel_sala_dia_hora .caja_top .form{
	width:260px;
	float:left;
	padding:0px;
}

.reservar .sel_sala_dia_hora .caja_top .caja_triangulo{
	width:322px;
	height:127px;
	float:left;
	background:url(../img/caja_paso_1_flecha.png) no-repeat;
	margin-top:22px;
}
.reservar .sel_sala_dia_hora .caja_top .caja_triangulo .pregunta{
	color:#757575;
	float:left;
	width:240px;
	padding-left:33px;
	height:18px;
	font-size:11px;
	padding-top:15px;
	font-weight:bold;
	font-family:Arial;
}
.reservar .sel_sala_dia_hora .caja_top .caja_triangulo .resp{
	color:#717171;
	float:left;
	width:260px;
	padding-left:10px;
	font-size:10px;
	margin-top:10px;
}
.reservar .sel_sala_dia_hora .caja_top .caja_triangulo .resp strong{color:#757575;}
.reservar .sel_sala_dia_hora .caja_bot{
	float:left;
	width:100%;	
	/*border-top:dotted 2px #97928e;*/
    padding-top:2px;
    background:url(../img/reservar_dotted.png) left top no-repeat;
}
.reservar .sel_sala_dia_hora .caja_bot .izq{
	width:245px;
	float:left;
	/*padding-right:20px;*/
}

.reservar .sel_sala_dia_hora .fila{
	float:left; width:100%;
	padding:3px 0px;
}
.reservar .sel_sala_dia_hora .fila_cal{height:50px;}

.reservar .sel_sala_dia_hora label, select{width:235px; float:left;}
.reservar .sel_sala_dia_hora label{margin-top:8px; font-size:12px; color:#736f6c;}
.reservar .sel_sala_dia_hora select{height:22px;}

.reservar .sel_sala_dia_hora .label2{width:135px; margin:0px; margin-top:5px;}
.reservar .sel_sala_dia_hora .select2{width:61px; margin-right:5px;}
.reservar .sel_sala_dia_hora .select3{width:195px; margin-right:5px;}
.reservar .sel_sala_dia_hora .input{width:57px; margin-right:5px; float:left;}

.reservar .sel_sala_dia_hora .img{width:33px; text-align:center; float:left; margin-top:3px;}

.reservar .ico_calendario{margin-top:-10px;}

.reservar .sel_sala_dia_hora .aste{
	float:left;
	width:558px;
	font-size:11px;
	margin-top:3px;
	color:#736f6c;
}

.reservar .sel_sala_dia_hora .caja_bot .der{
	width:218px;
	min-height:71px;
	float:left;
	padding-right:20px;
	background:url(../img/caja_info_peq.png) no-repeat;
	margin-left:48px;
	margin-top:20px;
}
.reservar .sel_sala_dia_hora .caja_bot .der .titulo{
	font-size:11px;
	float:left;
	width:190px;
	height:18px;
	padding-left:28px;
	padding-top:7px;
	color:#767676;
	font-weight:bold;
}
.reservar .sel_sala_dia_hora .caja_bot .der .fila{
	
	width:190px;
	float:left;
	padding:3px 0px;
	padding-left:28px;
	border-bottom:dotted 1px #cfcfcf;
	font-size:11px;
	padding-left: 18px;
}
.reservar .sel_sala_dia_hora .caja_bot .der .noborde{
	border:0;
}


.reservar .sel_sala_dia_hora .aste .rojo{
	color:#a62949;
}

#ctn_facturar{
	float:left;
	width: 348px;
}
#caja-lateral-3{
    position:relative;
    float:left;
    margin-top: 10px;
}
/*.reservar .caja_central2{
	width:558px;
	height:132px;
	float:left;
	padding:15px 25px;
	background:url(../img/caja_central_2.png) no-repeat;
	margin-top:20px;
	color:#736f6c;
}
.reservar .caja_central2 .izq{
	width:240px;
	float:left;
}
.reservar .caja_central2 .izq .fila{
	float:left; width:100%; padding:3px 0px;
}
.reservar .caja_central2 .izq .fila label{width:82px; float:left;}
.reservar .caja_central2 .izq .fila select{width:61px; margin-right:10px; float:left;}
.reservar .caja_central2 .izq .fila .eur{float:left; font-size:20px;}
.reservar .caja_central2 .izq .fila .pax{font-size:12px;}
.reservar .caja_central2 .der{
	width:275px;
	float:left;
	padding-left:20px;
}
.reservar .caja_central2 .der img{float:left; margin-right:20px;}
.reservar .caja_central2 .der .caja_info_peq2{
	background:url(../img/caja_info_peq2.png) no-repeat;
	width:156px;
	height:74px;
	float:left;	
	padding-top:5px;
}
.reservar .caja_central2 .der .caja_info_peq2 .titulo{
	width:126px;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-left:30px;
}
.reservar .caja_central2 .der .caja_info_peq2 .texto{
	width:151px;
	float:left;
	font-size:11px;
	padding-left:8px;
	padding-top:8px;
}

.reservar .caja_central2 .total{
	width:478px;
	float:left;
	padding-left:80px;
}
.reservar .caja_central2 .total .total_eur{font-size:26px; font-weight:bold;}
*/

.reservar .numero_pasajeros .izq{
	width:260px;
	float:left;
}
.reservar .numero_pasajeros .izq .fila{
	float:left; width:100%; padding:3px 0px;
}

.reservar .numero_pasajeros .izq .fila label{width:90px; float:left; margin-top:5px;}
.reservar .numero_pasajeros .izq .fila select{width:61px; margin-right:10px; float:left;}
.reservar .numero_pasajeros .izq .fila .eur{float:left; font-size:20px;}
.reservar .numero_pasajeros .izq .fila .pax{font-size:12px;}
.reservar .numero_pasajeros .der{
	float:left;
	padding-left:27px;
	width: 200px;
}
.reservar .numero_pasajeros .der img{float:left; margin-right:20px;}
.reservar .numero_pasajeros .der .caja_info_peq2{
	/*background:url(../img/caja_info_peq2.png) no-repeat;
	width:156px;
	height:74px;
	float:left;	
	padding-top:5px;*/
	width:186px;
	float:left;	
	background:white;
}
.reservar .numero_pasajeros .der .caja_info_peq2 .titulo{
	width:156px;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-left:30px;
	padding-top:5px;
	background:#e5e5e5 url(../img/ico_info_gris.png) left no-repeat;
}


.reservar .numero_pasajeros .der .caja_info_peq2 .texto{
	width:181px;
	float:left;
	font-size:11px;
	padding-left:8px;
	padding-top:8px;
}

.reservar .numero_pasajeros .total{
	width:478px;
	float:left;
	padding-left:80px;
	height: 31px;
	margin-top:5px;
}
.reservar .numero_pasajeros .total .total_eur{font-size:26px; font-weight:bold;}



.reservar .caja_central3{
	width:578px;
	float:left;
	background:url(../img/barra_clara_central.png) left repeat-y;
	padding-left:30px;
	margin-top:20px;
}
.reservar .caja_central3 label{width:100%; float:left;}

.reservar .caja_central3 input.campo_texto1{width:175px; float:left;}
.reservar .caja_central3 input.campo_texto2{width:270px; float:left; margin-left:0px;}

.reservar .caja_central3 .fila{float:left; width:100%; margin-top:10px;}

.reservar .caja_central3 .fila .col1{width:75px; float:left; height: 21px; padding-top: 18px;}
.reservar .caja_central3 .fila .col2{width:205px; float:left;}
.reservar .caja_central3 .fila .col3{width:290px; float:left;}

.reservar .caja_boton{
	width:608px;
	float:left;
	margin-top:30px;
	padding-top:20px;
	border-top:solid 1px #e2e2e2;
}
.reservar .caja_boton .boton_reserva{
	width:145px;
	height:34px;
	float:right;
	background:url(../img/bo_boton_rojo.png) no-repeat;
	border:0;
	cursor:pointer;
	padding-left:10px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.reservar .caja_boton .boton_cancelar_paso1{
	width:117px;
	height:34px;
	float:left;
	background:url(../img/boton_rojo_reserva_cancelar.png) no-repeat;
	border:0;
	cursor:pointer;
	padding-left:28px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.reservar .caja_lateral_1{
	width:260px;
	float:left;
	/*background:url(../img/caja_lateral_1.png) no-repeat;*/
	margin-top:80px;
	margin-left:20px;
}
.reservar .caja_lateral_1_top{
	width:260px;
	float:left;
	height:16px;
	background:url(../img/caja_lateral_1_top.png) no-repeat;
}
.reservar .caja_lateral_1_cen{
	width:220px;
	float:left;
	background:url(../img/caja_lateral_1_cen.png) repeat-y;
	padding:20px;
}
.reservar .caja_lateral_1_bot{
	width:260px;
	float:left;
	height:16px;
	background:url(../img/caja_lateral_1_bot.png) no-repeat;
}
.reservar .caja_lateral_1 img{float:left; margin-right:5px;}
.reservar .caja_lateral_1 .titulo{
	float:left; 
    font-size:14px; 
    font-weight:bold;
	width:190px;
	color:white;
}

.reservar .caja_lateral_1 .fila{
	width:220px;
	float:left;
	border-top:dotted 1px #cfcfcf;
	margin-top:10px;
	font-size:11px;
	padding-top:10px;
}

.reservar .caja_lateral_1 .linea_lat{
	width:210px;
	padding-left:10px;
	float:left;
	background:url(../img/barra_gris_lateral.png) left repeat-y;
}
.reservar .caja_lateral_1 .fila .terminal{
	width:210px; float:left;
}
.reservar .caja_lateral_1 .fila .sala, .reservar .caja_lateral_1 .fila .info{
	width:205px; float:left;
	padding-left:5px;
}
.reservar .caja_lateral_1 .fila .sala{background:url(../img/list_dot.png) left no-repeat;}

.reservar .caja_lateral_1 .lateral-loading{
	position:relative;
	/*float:left;*/
    overflow:hidden;
    clear:both;
	width:259px;
	height:100%;
}
.reservar .caja_lateral_1 .lateral-loading .lateral-loadingText{
	position:relative;
	float:left;
	width:100%;
	margin-top: 20px;
	text-align:center;
	color:#757575;
	font-weight:bold;
	margin-bottom:30px;
}
.reservar .caja_lateral_1 .lateral-loading .lateral-loading-gif{
	position:relative;
	float:left;
	margin-top: 30px;
	width:100%;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:12px;
}
.reservar .caja_lateral_2{
	width:259px;
	float:left;
	height:289px;
	background:url(../img/caja_lateral_2.png) no-repeat;
	margin-top:20px;
	margin-left:20px;
}

.muestrafecha{
    position: relative;
    float: left;
    width: 185px;
    font-size: 12px;
    height: 18px;
}
.cal{
    position: relative;
    float: left;
    right:-240px;
    top:-30px;
}
.cal2{
    position: absolute;
    z-index: 1;
}
.cal3{
    position: absolute;
    z-index: 1;
}
.calendarIcon{position: relative;
    float: left;
    margin-left: 7px;
    background: url(../img/ico_calendario.png) no-repeat;
    width: 35px;
    height: 35px;
    margin-top: -4px;}
    .calendarIcon:hover{
    cursor: pointer;
}
.ajax_loader{
    float:left;
    width:16px;
    height:16px;
    margin-top:4px;
    display:none;
}
#ajax_dispo{
	margin: 30px;
}
.num_vuelo{width:50px;}
/*paso2*/

/*caja_central dinamica*/

.caja_central_top{
	width:608px;
	float:left;
	height:18px;
	background:url(../img/caja_top.png) no-repeat;
	margin-top:20px;
}
.caja_central_cen{
	width:568px;
	float:left;
	background:url(../img/caja_cen.png) repeat-y;
	padding:0px 20px;
}
.caja_central_bot{
	width:608px;
	float:left;
	height:18px;
	background:url(../img/caja_bot.png) no-repeat;
}

.reservar .caja_central_cen h2{
	color:#6a6762;
	width:100%;
	float:left;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

.reservar .caja_central_cen .caja_paso2{
	width:555px;
	float:left;
	border:solid 1px #9b9a96;
	background:white;
	padding-bottom:10px;
}
.reservar .caja_central_cen .caja_paso2 .fila_titulos{background:#e6e6e6; float:left; width:540px; height:15px; padding:5px 5px 5px 10px;}
.reservar .caja_central_cen .caja_paso2 .fila_titulos .col1, .caja_paso2 .fila_titulos .col2, .caja_paso2 .fila_titulos .col3, .caja_paso2 .fila_titulos .col4{float:left; text-align:center; background:url(../img/linea_borde_gris.png) right no-repeat; font-size:14px; font-weight:bold;}
.caja_paso2 .no_linies_txt{float:left;padding-left:100px;padding-top:30px;}
.caja_paso2 .no_linies_txt a:hover{cursor:pointer;text-decoration:underline;}
#ctn_linia_0{display:none;}
.reservar .caja_central_cen .caja_paso2 .fila{float:left; width:545px; padding:10px 5px; padding-bottom:0px;}
.reservar .caja_central_cen .caja_paso2 .fila .col0, .caja_paso2 .fila .col1, .caja_paso2 .fila .col2, .caja_paso2 .fila .col3, .caja_paso2 .fila .col4{float:left; text-align:center; background:none; font-size:12px; margin-top:15px;}

.reservar .caja_central_cen .caja_paso2 .col0{width:110px;}
.reservar .caja_central_cen .caja_paso2 .col1{width:300px;}
.reservar .caja_central_cen .caja_paso2 .col1_foto{
	float:left; 
	text-align:center; 
	background:none; 
	font-size:12px;width:193px; 
	border-right:solid 1px #999999;
	min-height: 65px;
}
.reservar .caja_central_cen .caja_paso2 .col2{width:95px;}
.reservar .caja_central_cen .caja_paso2 .col2_linea{width:94px; margin-top:0; padding-top:12px; border-right:solid 1px #999999; min-height:38px; min-height: 63px;}
.reservar .caja_central_cen .caja_paso2 .col3{width:50px;}
.reservar .caja_central_cen .caja_paso2 .col3_linea{width:49px; margin-top:0; padding-top:18px; border-right:solid 1px #999999; min-height:32px; min-height: 57px;}
.reservar .caja_central_cen .caja_paso2 .col4{width:85px; background:none;}

.reservar .caja_central_cen .caja_paso2 .col0 .links{height:20px;float:left; width:48px; text-align:center;color:#c75b7b; font-size:8px; margin-right:2px; margin-bottom:5px;}
.reservar .caja_central_cen .caja_paso2 .col0 .links img{margin-top:3px;}
.reservar .caja_central_cen .caja_paso2 .col0 .links:hover{text-decoration:underline;cursor:pointer;}
.reservar .caja_central_cen .caja_paso2 .col0 .links span{width:65px; font-size:8px;}
.reservar .caja_central_cen .caja_paso2 .col0 .links span a{text-decoration:none;color:#c75b7b; font-size:8px;}
.reservar .caja_central_cen .caja_paso2 .col0 .links span a:hover{text-decoration:none;color:#c75b7b;}
.reservar .caja_central_cen .caja_paso2 .col0 .links span.v_center{margin-top: 5px;}

.reservar .caja_central_cen .caja_paso2 .col1_foto .foto_peq{float:left; width:72px; margin-right:5px; margin-left:5px;}
.reservar .caja_central_cen .caja_paso2 .col1_foto .pais_sala{float:left; width:115px;font-size:12px;}
.reservar .caja_central_cen .caja_paso2 .col1_foto .pais_sala2{float:left; width:100px;font-size:12px;margin-bottom:5px;font-weight:bold;}
.reservar .caja_central_cen .caja_paso2 .col4 span.precio{font-size:16px; font-weight:bold;}

.reservar .caja_central_cen .caja_paso2 .fila2{float:left; width:540px; margin-left:15px; padding-top:10px;}

.reservar .caja_central_cen .caja_paso2 .fila2 .codigo{float:left; margin-top:5px; padding-right:5px;}
.reservar .caja_central_cen .caja_paso2 .fila2 img{height:20px;float:left; padding-right:5px;}
.reservar .caja_central_cen .caja_paso2 .fila2 input{height:18px;float:left; margin-right:10px;}
.reservar .caja_central_cen .caja_paso2 .fila2 .recalcular{float:left; margin-top:3px; padding-right:5px;}
.reservar .caja_central_cen .caja_paso2 .fila2 .ast{float:left; width:100%;font-size:10px; padding-top:5px;}
.reservar .caja_central_cen .caja_paso2 .fila2 .ast2{height:16px;float:left; width:90%;font-size:10px; padding-top:5px;padding-left:5%;}
.reservar .caja_central_cen .caja_paso2 .fila2 .ast2 span{float:left;width:8px;}
.reservar .caja_central_cen .caja_paso2 .fila2 .ast2 span.del{float:left;width:45px;height:16px;}
.reservar .caja_central_cen .caja_paso2 .fila2 .ast2 span.del:hover{cursor:pointer;text-decoration:underline;float:left;}
.reservar .caja_central_cen .caja_paso2 .fila2 .ast2 span.eur_desc{float:left; width:30px;text-align:center;}
.reservar .caja_central_cen .caja_paso2 .fila2 .garantia{float:left; padding-top:2px; padding-right:5px;width:505px}
.reservar .caja_central_cen .caja_paso2 .fila2 .garantia .check{margin-top:3px;}
.reservar .caja_central_cen .caja_paso2 .fila2 .garantia span.eur{font-size:16px; font-weight:bold;}
.reservar .caja_central_cen .caja_paso2 .fila2 .precio_eur{
	float:right; 
	width:60px; 
	font-size:16px; 
	font-weight:bold; 
	text-align:right;
	margin-right: 23px;
	}

.reservar .caja_central_cen .caja_paso2 .fila2 .precio_total{
	float:right;
	width:180px;
	text-align:right;
	font-size:14px;
	margin-right: 23px;
}
.reservar .caja_central_cen .caja_paso2 .fila2 .precio_total span.eur_total{font-size:22px; font-weight:bold;float:right;width:80px}
.reservar .caja_central_cen .caja_paso2 .fila2 .precio_total span.txt_eur_total{margin-top:7px;float:right;margin-right: 10px;}
.reservar .caja_central_cen .link_rojo{
	float:left; width:100%;
	text-align:left;
	padding-top:10px;
}
.reservar .caja_central_cen .link_rojo a{color:#cb1232; text-decoration:underline; font-weight:normal;}

.reservar .caja_central_cen p a{color:#cb1232; text-decoration:underline; font-weight:bold;}
.reservar .caja_central_cen a.link_rojo_g{
	font-size:12px;
}
.reservar .caja_central_cen p{
	padding-bottom:5px;
}
.reservar .caja_central_cen p.list{background:url(../img/ico_list_g.png) left 2px no-repeat; padding-left:10px; float:left; margin-top:10px;}
.reservar .caja_central_cen .col_mail{
	float:left;
	width:215px;
	padding-right:20px;
}
.reservar .caja_central_cen .col_mail label{width:215px; float:left;}
.reservar .caja_central_cen .col_mail input{width:215px; float:left;}

.reservar .caja_central_cen .ventajas{float:left; margin-top:10px; width:100%;}
.reservar .caja_central_cen .ventajas a{
	width:463px; 
	height:27px;
	display:block; 
	padding-right:90px;
	padding-top:11px;
	color:white;
	background:url(../img/banner_ventajas_registrado.png) no-repeat;
	font-size:14px; 
	text-decoration:none;
	text-align:right;
}
.reservar .caja_central3 .fila_forma_pago{width:100%; float:left; margin-top:10px;}
.reservar .caja_central3 .fila_forma_pago input.radio{float:left; margin-right:5px;}
.reservar .caja_central3 .fila_forma_pago .txt{float:left; padding-right:5px; padding-top:2px;}

.reservar .caja_central3 .fila_forma_pago2{ /*width:400px;*/ float:left; margin-top:10px; }
.reservar .caja_central3 .fila_forma_pago2 .col{width:190px; float:left; margin-top:10px; padding-right:20px;}
.reservar .caja_central3 .fila_forma_pago2 .input1{width:390px; float:left;}
.reservar .caja_central3 .fila_forma_pago2 .input2{width:180px; float:left;}
.reservar .caja_central3 .fila_forma_pago2 .noPadding{padding:0px;}

/*.reservar .caja_central3 .fila_forma_pago2 .cad1{width:65px; float:left; margin-right:5px;}
.reservar .caja_central3 .fila_forma_pago2 .cad2{width:110px; float:left;}*/
.reservar .caja_central3 .fila_forma_pago2 .codigo_cvc{width:95px; float:left; margin-right:10px;}
.reservar .caja_central3 .fila_forma_pago2 img{float:left; margin-top:-3px;position:relative;}

.reservar .caja_central3 .precio_total{float:right; padding-right:50px; color:#bb0535; font-size:14px; text-align:right;}
.reservar .caja_central3 .precio_total span.eur{font-size:20px; font-weight:bold;}

.reservar .caja_boton .aceptar_terminos{
	float:left;
	width:558px;
}
.reservar .caja_boton .aceptar_terminos .input{margin-right:5px; height:30px; float:left;}
.reservar .caja_boton .boton_finalizar_reserva{
	background:url(../img/boton_finalizar_reserva.png) no-repeat;
	width:199px;
	height:34px;
	float:right;
	color:white;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	border:0;
	padding-left:15px;
	text-align:left;
}


.content-caja_bot{float:left; width:100%;}

/*paso 3*/
.reservar .caja_central_cen .caja_paso2 .fila_titulo_blanco{
	background:#b2b2b2; 
	float:left; 
	width:505px; 
	height:21px; 
	padding:2px 10px; 
	color:#fff; 
	font-size:16px; 
	font-weight:bold;
}
.reservar .caja_central_cen .caja_paso3{
	width:525px;
	float:left;
	background:white;
	padding:20px;
	padding-top:10px;
	border:0;
}
.reservar .caja_central_cen .caja_paso2 .fila_resumen{
	width:505px;
	float:left;
	padding:5px 10px;
	color:#9c9c9c;
	border-bottom:dotted 1px #bcbcbc;
	font-weight:bold;
	text-transform:uppercase;
}
.reservar .caja_central_cen .caja_paso2 .noborde{border:0;}
.reservar .caja_central_cen .caja_paso2 .fila_resumen a.enviar_bono{
	width:80px;
	height:19px;
	background:url(../img/enviar_bono.png) no-repeat;
	float:left;
	color:#848484;
	padding-top:7px;
	padding-left:30px;
	margin-right:10px;
}
.reservar .caja_central_cen .caja_paso2 .fila_resumen a.descargar_pdf{
	width:100px;
	height:19px;
	background:url(../img/descargar_pdf.png) no-repeat;
	float:left;
	color:#848484;
	padding-top:7px;
	padding-left:35px;
	margin-right:10px;
}
.reservar .caja_central_cen .caja_paso2 .fila_resumen span.negro{color:#626262; font-weight:bold; text-transform:uppercase;}
.reservar .caja_central_cen .caja_paso2 .precioTotal_resumen{
	margin:0px 10px;
	float:left;
	width:505px;
	border-top:dotted 1px #949494;
	text-align:right;
	color:#9c9c9c;
	padding-bottom:5px;
}
.reservar .caja_central_cen .fila_precio_total{
	float:left;
	width:535px;
	text-align:right;
	color:#9C9C9C;
}
.reservar .caja_central_cen .mt20{margin-top:20px;}
.reservar .caja_central_cen .fila_precio_total .eur_negro{color:#585858;font-size:24px;font-weight:bold;}
.reservar .caja_central_cen .fila_precio_total .euros{font-size:24px; font-weight:bold;}
.reservar .caja_central_cen .caja_paso2 .noborde{border:0;}
.reservar .caja_central_cen .caja_paso2 .precioTotal_resumen .eur{font-size:24px; font-weight:bold;color:#585858;}
.reservar .caja_central_cen .caja_paso2 .precioTotal_resumen .rojo{color:#CD032E;}

.reservar .caja_central_cen .imprimir_descargar{
	width:100%; float:left; text-align:center; padding-top:10px;
}
.reservar .caja_central_cen .imprimir_descargar a.enviar_bono{
	width:105px;
	height:19px;
	background:url(../img/enviar_bono.png) no-repeat;
	display:inline-block;
	color:#848484;
	padding-top:7px;
	padding-left:25px;
	margin-right:10px;
}

/*.reservar .caja_central_cen .imprimir_descargar a.imp_bono{*/
a.imp_bono{
	width:147px;
	height:23px;
	display:inline-block;
	color:white;
	font-size:16px;
	text-align:center;
	background:url(../img/boton_imprimir_bono.png) no-repeat;
	padding-top:3px;
	margin:0 auto;
}
/*.reservar .caja_central_cen .imprimir_descargar a.descargar_pdf{
	width:108px;
	height:19px;
	display:inline-block;
	color:#888888;
	font-size:11px;
	text-align:center;
	background:url(../img/boton_descargar_pdf.png) no-repeat;
	padding-top:7px;
	margin:0 auto;
	padding-left:40px;
	margin-left:5px;
}*/
.reservar .caja_central_cen .imprimir_descargar a.descargar_pdf{
	width:110px;
	height:19px;
	background:url(../img/descargar_pdf.png) no-repeat;
	display:inline-block;
	color:#848484;
	padding-top:7px;
	padding-left:30px;
	margin-right:10px;
}
.reservar .caja_central3 .caja_newsletter{
	width:548px;
	min-height:80px;
	float:left;
	padding-left:30px;
	background:url(../img/admiracion_ico.png) top left no-repeat;
}
.reservar .caja_central3 .caja_newsletter a{color:#a91c3c; text-decoration:underline;font-size:12px;}
.reservar .caja_central3 .caja_newsletter p{padding:0px; padding-top:15px;}
.reservar .caja_central3 .caja_newsletter h2{
	font-weight:normal;
}
.reservar .caja_central3 .caja_newsletter .subtitulo{
	float:left;
	width:100%;
	margin-top:5px;
	padding-bottom:10px;
}
.reservar .caja_central3 .caja_newsletter .fila_enviar{
	float:left; width:100%;
	margin-top:15px;
}
.resevar .caja_central3 .caja_newsletter .fila_enviar .col{width:325px; float:left;}
.resevar .caja_central3 .caja_newsletter .fila_enviar .col label{width:100%; float:left;}
.resevar .caja_central3 .caja_newsletter .fila_enviar .col input{width:245px;}
.boton_enviar_gris{
	width:67px;
	height:23px;
	background:url(../img/boton_enviar.png) no-repeat;
	color:white;
	text-align:center;
	border:0;
	cursor:pointer;
}
.reservar .caja_central3 .caja_newsletter .col2 a.boton_rojo_doble{
	width:127px;
	height:36px;
	background:url(../img/boton_rojo_doble.png) no-repeat;
	padding-left:15px;
	text-align:left;
	padding-right:20px;
	font-size:12px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	float:right;
	padding-top:3px;
	margin-top:-38px;
}
.resevar .caja_central3 .caja_newsletter .fila_enviar .col2{width:150px; float:left;}



/*estilos sueltos por programacion*/
#horario_sala .fila strong{
	width:100px;
	display:inline-block;
}
.icono_disponibilidad{
	display: none;
	float: left;
	margin-top: 10px;
}
/*fin estilos sueltos por programacion*/



/*cajas info*/
.caja_info{
	float:right;
	border:solid 2px #b1b0ae;
	background:white;
	width:175px;
}
.caja_info .titulo{
	height:19px;
	padding-left:26px;
	background:#e5e5e5 url(../img/ico_caja_gris.png) left no-repeat;
	color:#717171;
	text-align:left;
	padding-right:5px;
	padding-top:3px;
	font-weight:bold;
	float:none;
	width:auto;
	font-size:12px;
}
.caja_info .texto{
	text-align:left;	
	padding:5px;
	padding-left:10px;
	color:#acacac;
	font-size:11px;
}
.caja_info .texto strong{color:#7c7c7c;}

.horarios_sala{	
	width:299px; 
	margin-top:35px;
}
.horarios_sala .fila_horarios{
	width:240px;
	float:left;
	margin-left:26px;
	margin-right:10px;
	border-bottom:dotted 1px #cdcdcd;
	padding:5px 0;
	color:#acacac;
	font-size:11px;
}
.caja_horarios_paso1{
	width:305px;
	height:72px;
	background:url(../img/caja_horarios_paso1.png) no-repeat;
	padding:12px 13px 0px 13px;
	float:left;
	font-size:9px;
}
.caja_horarios_paso1 table{ width:100%; #table-layout:fixed; /* <= IE7 */ }
.caja_horarios_paso1 table td{text-align:center; border-bottom:solid 1px #c8c8c8; }
.caja_horarios_paso1 table .dias{
	/*float:left;*/
	padding:4px 3px;
	background:#686868;
	color:white;
	border-right:dotted 1px white;
	text-align:center;
}
.caja_horarios_paso1 table .texto{
	/*width:23px;*/
	float:left;
	padding:4px 4px;
	color:#686868;
	border:0;
	text-align:right;
}
.caja_horarios_paso1 table .horas{
	/*float:left;*/
	padding:2px 4px;
	border-left:solid 1px #c8c8c8;
	color:#686868;
	/*width:24px;*/
	text-align:center;
}
.caja_horarios_paso1 table .ultima_hora{ /*width:32px;*/ border-right:solid 1px #c8c8c8; }
/*.caja_horarios_paso1 table .gr{width:37px;}*/

.caja_horarios_paso1 table .noborde{border:0;}

.horarios_sala .fila_horarios strong{width:140px;float:left;}
.horarios_sala .noborde{border:0;}
.content_caja_central .left{float:left;}

.checkbox_nice{
	width:18px;
	height:20px;
	float:left;
	background:url(../img/checkbox_nice.png) top no-repeat;
	cursor:pointer;
	margin-top:-2px;
}
.radio_nice{
	width:13px;
	height:13px;
	float:left;
	background:url(../img/radio_nice.png) top no-repeat;
	cursor:pointer;
	margin-right:5px;
}
.radio_nice a{display:block;}
.radio_nice_on{
	width:13px;
	height:13px;
	float:left;
	background:url(../img/radio_nice.png) bottom no-repeat;
	cursor:pointer;
	margin-right:5px;
}

/*rastro de migas*/
.rastro{
	width:942px;
	height:32px;
	float:left;
	background:url(../img/rastro_bg.png) repeat-x;
	margin-top:-10px;
}
.rastro .texto{
	padding-left:240px;
	float:left;
	color:#000000;
	padding-top:6px;
	font-size:16px;
}
    .texto a{
        color: #585858;
        font-size:  14px;
    }
        .texto a:hover{color: black;}

/*formularios*/

.formularios{
	width:942px;
	float:left;
	margin-left:17px;
}
.formularios .col_izq{
	width:256px;
	float:left;
}
.formularios .top_cuadro_rojo{
	width:942px;
	height:47px;
	padding-top:20px;
	float:left;
	background:url(../img/top_formularios.png) no-repeat;
}

.formularios .top_cuadro_rojo .texto{
	padding-left:220px;
	float:left;
	color:#ffffff;
	font-size:22px;
}

.formularios .centro_form{
	width:900px;
	float:left;
	padding:31px 31px;
	padding-right:11px;
	background:url(../img/borde_centro.png) repeat-y;
}
.formularios .centro_form_bot{
	width:941px;
	height:14px;
	float:left;
	background:url(../img/centro_form_bot.png) repeat-x;
}
.formularios .cuadro_ventajas{
	width:236px;
	float:left;
	padding:0px 10px 20px 10px;
	background:#808080;
}

.formularios .cuadro_ventajas .fila{
	float:left;
	color:#ffffff;
	font-size:11px;	
}
.formularios .cuadro_ventajas .titulo{font-size:14px;
	padding:15px 0px;
	border-bottom:solid 1px #939393;
}

.formularios .cuadro_ventajas .fila img{float:left; margin-right:10px;padding:15px 0px;}
.formularios .cuadro_ventajas .titulo img{padding:0px;}
.formularios .cuadro_ventajas .fila .texto{
	float:left;width:200px;
	padding:15px 0px;
	border-bottom:solid 1px #939393;
}

.formularios .caja_news{float:left; width:256px; margin-top:20px;}
.formularios .caja_news_top{
	width:256px;
	height:18px;
	float:left;
	background:url(../img/caja_news_top.png) no-repeat;
}
.formularios .caja_news_cen{
	width:216px;
	float:left;
	background:url(../img/caja_news_cen.png) repeat-y;
	color:#ffffff;
	padding:0px 20px;
}
.formularios .caja_news_cen .top{width:216px; float:left;}
.formularios .caja_news_cen .bot{width:216px; float:left; background:url(../img/linea_avion.png) top left no-repeat; padding-top:50px;}
.formularios .caja_news_cen .bot .titulo{float:left; width:100%; font-size:14px; padding-bottom:10px;}
.formularios .caja_news_bot{
	width:256px;
	height:18px;
	float:left;
	background:url(../img/caja_news_bot.png) no-repeat;
}

.formularios .caja_tipo_usuario{
	width:605px;
	float:left;
	background:#676767;
	margin-left:20px;
	padding-top:10px;
	color:#ffffff;
}
.formularios .caja_tipo_usuario .fila{
	padding-left:20px;
	float:left;
	width:545px;
	padding-bottom:10px;
}
.formularios .caja_tipo_usuario .fila .col{
	float:left;
	width:150px;
}
.formularios .contenedor_form{float:left; width:398px; padding-left:20px;}
.formularios .caja_form{
	width:398px;
	float:left;
	margin-top:20px;
}
.formularios .caja_form_top{
	width:398px;
	float:left;
	height:14px;
	background:url(../img/caja_form_top.png) no-repeat;
}
.formularios .caja_form_cen{
	width:348px;
	float:left;
	background:url(../img/caja_form_cen.png) repeat-y;
	padding:0px 25px;
}
.formularios .caja_form_cen .titulo{
	color:#9c1533;
	float:left;
	width:348px;
	font-size:14px;
	padding-bottom:10px;
}
.formularios .caja_form_cen .titulo2{
	color:#666666;
	float:left;
	width:348px;
	font-size:14px;
	padding-bottom:10px;
}
.formularios .caja_form_bot{
	width:398px;
	float:left;
	height:14px;
	background:url(../img/caja_form_bot.png) no-repeat;
}
.formularios .fila{float:left; width:100%;}
.formularios .fila_acepto{float:left; width:100%; border-top:1px dotted #666666; margin-top:10px;}
.fila_acepto{float:left; width:100%; border-top:1px dotted #666666; margin-top:10px;}
.fila_check{float:left; width:100%; margin-top:5px; color:#666666;}
.fila_check .texto_check{float: left;
    padding-top: 4px;
    width: 330px;}
.fila_check_form_grupo{float:left; width:100%; margin-top:5px; color:#666666;padding-top:10px;}
	.fila_check_form_grupo input.num{width:60px;text-align:center;height:18px;}
	.fila_check_form_grupo input.nom{width:250px;height:18px;}
	.fila_check_form_grupo label{float:left;width:190px;margin-top: 2px;}
	.fila_check_form_grupo .fila{float:left; margin-top:5px;}
	.fila_check_form_grupo #ctn_formGrupo{float:left;width:568px;}
	.fila_check_form_grupo #ctn_formGrupo2{float:left;width:568px;display:none;}
.campo_texto{width:100%; float:left;}
.campo_texto_cen{
	width:auto;
	height:17px;
	float:left;
	background:url(../img/campo_texto_cen.png) top repeat-x;
	padding:5px 5px 0px 5px;
	border:solid 1px #bcbbb9;
    
    height:19px; padding-top:3px;
}
.campo_texto_cen_peq{
	width:56px;
	height:14px;
	float:left;
	background:url(../img/campo_texto_cen.png) top repeat-x;
	padding:2px 2px 0px 2px;
	border:solid 1px #bcbbb9;
	margin-right:5px;
}
.campo_texto input{background:none; font-size:12px; border:none;}
.campo_texto_cen_peq input{background:none; font-size:12px; border:none; width:57px;}
.formularios .campo_texto, .caja_central_cen .campo_texto{
	width:100%;
	float:left;
}
.formularios .campo_texto_izq{
	width:2px;
	height:24px;
	float:left;
	background:url(../img/campo_texto_izq.png) no-repeat;
}
.formularios .campo_texto_cen{
	width:auto;
	height:17px;
	float:left;
	background:url(../img/campo_texto_cen.png) top repeat-x;
	padding:5px 5px 0px 5px;
	border:solid 1px #bcbbb9;
}
.formularios .campo_texto_der{
	width:2px;
	height:24px;
	float:left;
	background:url(../img/campo_texto_der.png) no-repeat;
}
.formularios label{
	color:#666666;
	width:100%;
	margin-top:5px;
	float:left;
	margin-bottom:2px;
}
.formularios .col_label{
	width:170px;
	float:left;
}
.formularios .col_label2{
	width:170px;
	float:left;
	padding-left:5px;
}
.formularios .col_label2_captcha{
	width:170px;
	float:right;
	padding-left:5px;
	margin-top: 8px;
}
.formularios .col_label_1{
	width:320px;
	float:left;
	height:20px;
}
.formularios .col_label_1 label.passLengthInfo{
	color:#9C1533;
	width:100%;
	margin-top:5px;
	float:left;
	font-size: 0.8em;
	display: none;
}
.formularios .col_label_b{
	width:150px;
	float:left;
}
.formularios .col_label_b2{
	width:190px;
	float:left;
	padding-left:5px;
}
.formularios .input_campo_texto{
	background:none;
	border:none;
	width:330px;
}
.formularios .input_campo_texto2{
	background:none;
	border:none;
	width:155px;
}
.formularios .input_campo_texto_b{
	background:none;
	border:none;
	width:135px;
}
.formularios .input_campo_texto_b2{
	background:none;
	border:none;
	width:175px;
}

.formularios select{
	width:100%;
}
.formularios .texto_check, .caja_central_cen .texto_check{float:left; padding-top:4px; width:330px;}

.formularios .caja_login{
	padding-left:15px;
	margin-top:20px;
	width:191px;
	float:left;
}


.formularios a.boton_registrar{
	display:block;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	float:right;
	margin-top:10px;
}
a.boton_registrar{
	display:block;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	float:right;
	margin-top:10px;
}
    .formularios a.boton_registrar:hover{ cursor: pointer; }
.formularios .registrar_rojo_izq{
	background:url(../img/registrar_rojo_izq.png) no-repeat;
	float:left;
	width:5px;
	height:34px;
}
.formularios .registrar_rojo_cen{
	background:url(../img/registrar_rojo_cen.png) repeat-x;
	float:left;
	height:25px;
	padding:0px 10px;
	padding-top:9px;
}
.registrar_rojo_cen{
	background:url(../img/registrar_rojo_cen.png) repeat-x;
	float:left;
	height:25px;
	padding:0px 10px;
	padding-top:9px;
}
.registrar_rojo_izq{
	background:url(../img/registrar_rojo_izq.png) no-repeat;
	float:left;
	width:5px;
	height:34px;
}
.formularios .registrar_rojo_der{
	background:url(../img/registrar_rojo_der.png) no-repeat;
	float:left;
	width:32px;
	height:34px;
}
.registrar_rojo_der{
	background:url(../img/registrar_rojo_der.png) no-repeat;
	float:left;
	width:32px;
	height:34px;
}
.formularios .caja_login_gris_top{
	width:191px;
	height:15px;
	float:left;
	background:url(../img/caja_login_gris_top.png) no-repeat;	
}
.formularios .caja_login_gris_cen{
	float:left;
	width:161px;
	background:#676767;
	padding:0px 15px;
}
.formularios .caja_login_gris_cen .titulo{
	float:left;
	font-size:22px;
	color:white;
	width:100%;
	padding-bottom:10px;
}
.formularios .caja_login_gris_cen a{
	color:#ffffff;
	float:right;
	text-decoration:underline;
	font-size:14px;
}
.formularios .caja_login_gris_bot{
	width:191px;
	height:12px;
	float:left;
	background:url(../img/caja_login_gris_bot.png) no-repeat;	
}

/*  FAQ
----------------------------- */
.faqs{
	float:left;
	margin-left:17px;
	width:942px;
    margin-top:-5px;
}
.faqs .rastro{
	background:url("../img/rastro_bg.png") repeat-x scroll 0 0 transparent;
	float:left;
	height:32px;
	margin-top:-10px;
	width:942px;
}
.faqs .rastro .texto {
	color:#000000;
	float:left;
	font-size:14px;
	padding-left:250px;
	padding-top:8px;
    font-weight: bold;
}
    .faqs .rastro .texto a{
        color: #585858;
        font-size:  14px;
    }
        .faqs .rastro .texto a:hover{color: black;}

.faqs .top_cuadro_rojo {
    /*background:url("../img/degradado_rojo.png") no-repeat;*/
	background:#b3032e;
    float:left;
    height:47px;
    padding-top:20px;
    width:942px;
}
.faqs .top_cuadro_rojo .texto {
	color:#FFFFFF;
	float:left;
	font-size:22px;
	padding-left:300px;
}
.faqs .top_cuadro_rojo .texto_200 {
	color:#FFFFFF;
	float:left;
	font-size:22px;
	padding-left:200px;
}
.faqs .contenido_faq{
	width:912px;
	float:left;
	padding:30px;
	padding-right:0px;
}
.faqs .contenido_faq .col_izq{
	width:249px;
	float:left;
}
.faqs .caja_menu_faq{float:left; width:256px;}
.faqs .caja_menu_faq .top{
	width:252px;
	height:16px;
	float:left;
	background:url(../img/menu_faq_top.png) no-repeat;
}
.faqs .caja_menu_faq .cen{
	width:252px;
	float:left;
	background:#7d7d7d;
}
.faqs .caja_menu_faq .bot{
	width:252px;
	height:16px;
	float:left;
	background:url(../img/menu_faq_bot.png) no-repeat;
}
.faqs .caja_menu_faq .cen .fila{
	border-bottom:1px dotted #666666;
	color:white;
	float:left;
	width:219px;
	margin:15px 15px 0px 15px;
	padding-bottom:15px;
	position:relative;
	
}
.faqs .caja_menu_faq .cen .fila .titulo{font-size:22px; color:white; font-weight:normal;}
.faqs .caja_menu_faq .cen .fila a{
	color:#cccccc;
	padding-left:40px;
	height:36px;
	float:left;
	font-size:16px;
	font-weight:bold;
}
.faqs .caja_menu_faq .cen .fila a.sel{color:white;}
.faqs .caja_menu_faq .cen .fila a.sel .esquina{
	position:absolute;
	background:url(../img/esquina_menu_faq.png) right no-repeat;
	width:18px;
	height:31px;
	right:-36px;
	top:2px;
}
.faqs .caja_menu_faq .cen .fila a span{display:block; padding-top:10px;}
.faqs .caja_menu_faq .cen .fila a:hover{cursor: pointer;}
.faqs .caja_menu_faq .cen .fila a.primera{
	background:url(../img/como_funciona_ico.png) left no-repeat;
}
.faqs .caja_menu_faq .cen .fila a.segunda{
	background:url(../img/registro_ico.png) left no-repeat;
}
.faqs .caja_menu_faq .cen .fila a.tercera{
	background:url(../img/reservas_ico.png) left no-repeat;
}
.faqs .caja_menu_faq .cen .fila a.cuarta{
	background:url(../img/pagos_ico.png) left no-repeat;
}
.faqs .caja_menu_faq .cen .fila a.primera:hover{
	color:white;
}
.faqs .caja_menu_faq .cen .fila a.segunda:hover{
	color:white;
}
.faqs .caja_menu_faq .cen .fila a.tercera:hover{
	color:white;
}
.faqs .caja_menu_faq .cen .fila a.cuarta:hover{
	color:white;
}

.faqs .caja_roja{
	width:249px;
	float:left;
	margin-top:20px;
}
.faqs .caja_roja a{display:block; color:white;}
.faqs span.caja_roja_top{
	width:252px;
	height:13px;
	display:block;
	background:url(../img/caja_roja_top.png) no-repeat;
}
.faqs span.caja_roja_cen{
	width:212px;
	display:block;
	background:url(../img/caja_roja_cen.png) repeat-y;
	padding:0px 20px;	
}
.faqs span.caja_roja_bot{
	width:252px;
	height:13px;
	display:block;
	background:url(../img/caja_roja_bot.png) no-repeat;
}
.faqs .caja_roja a span.titulo{
	display:block;
	width:100%;
	font-size:22px;
	padding-bottom:10px;
	color:white;
	font-weight:normal;
}
.faqs .caja_roja a span.texto{
	display:inline-block;
	width:160px;
	font-size:14px;
	padding-right:12px;
}
.faqs .caja_roja a span.flecha{
	display:inline-block;
	width:28px;
	font-size:20px;
}
.faqs .caja_central_faq{
	width:631px;	
	float:left;
	padding-left:30px;
}
.faqs .caja_central_faq .top{
	width:631px;
	float:left;
	height:34px;
    margin-top:-15px;
	background:url(../img/caja_central_faq_top.png) no-repeat;
}
.faqs .caja_central_faq .cen{
	width:631px;
	float:left;
	background:url(../img/caja_central_faq_cen.png) repeat-y;
	color:#666666;
	
}
.faqs .caja_central_faq .degradado{
	width:571px;
	float:left;
	background:url(../img/caja_central_faq_degradado.png) bottom no-repeat;
	padding:0px 30px;
	padding-bottom:13px;
	min-height:300px;
}
.faqs .caja_central_faq .bot{
	width:631px;
	float:left;
	height:34px;
	background:url(../img/caja_central_faq_bot.png) no-repeat;
}
.faqs .caja_central_faq .cen .titulo{
	width:100%;
	float:left;
	font-size:28px;
	font-weight:normal;
	height:60px;
	color:#666666;
}
.faqs .caja_central_faq .cen .titulo img{margin-bottom:-15px;}
.faqs .caja_central_faq .cen .fila{
	width:100%;
	float:left;
	padding:10px 0px;
	border-bottom:1px dotted #666666;
}
.faqs .caja_central_faq .cen .fila .titulo2{font-size:16px; color:#CD032E !important;}
.faqs .caja_central_faq .cen .fila .titulo2 a{font-size:16px; color:#CD032E !important;}
.faqs .caja_central_faq .cen .fila .titulo2:hover{cursor:pointer; color:#CD032E !important;}
.faqs .caja_central_faq .cen .fila .titulo2Activo{font-size:16px;color:#CD032E !important;}
.faqs .caja_central_faq .cen .fila .titulo2 img{margin-bottom:-5px;}

/* SALAS VIP
-------------------------------- */
.salas_vip{
	float:left;
	margin-left:17px;
	width:945px;
    margin-top:-5px;
	
}
	.espana_es{
        background:url(../img/espana_es.jpg) -16px 22px no-repeat;
    }
    .asia_es{
        background:url(../img/asia_es.jpg) -16px 22px no-repeat;
    }
    .america_es{
        background:url(../img/america_es.jpg) -16px 22px no-repeat;
    }
    .europa_es{
        background:url(../img/europa_es.jpg) -16px 22px no-repeat;
    }
    .mapa_mundi_es{
        background:url(../img/mapa_salasvip_es.png) left 22px no-repeat;
    }
    
	.espana_en{
        background:url(../img/espana_en.jpg) 0px 22px no-repeat;
    }
    .asia_en{
        background:url(../img/asia_en.jpg) 0px 22px no-repeat;
    }
    .america_en{
        background:url(../img/america_en.jpg) 0px 22px no-repeat;
    }
    .europa_en{
        background:url(../img/europa_en.jpg) 0px 22px no-repeat;
    }
    .mapa_mundi_en{
        background:url(../img/mapa_salasvip_en.png) left 22px no-repeat;
    }
    
    .espana_ca{
        background:url(../img/espana_ca.jpg) 0px 22px no-repeat;
    }
    .asia_ca{
        background:url(../img/asia_ca.jpg) 0px 22px no-repeat;
    }
    .america_ca{
        background:url(../img/america_ca.jpg) 0px 22px no-repeat;
    }
    .europa_ca{
        background:url(../img/europa_ca.jpg) 0px 22px no-repeat;
    }
    .mapa_mundi_ca{
        background:url(../img/mapa_salasvip_ca.jpg) left 22px no-repeat;
    }
    
	
    
	
    
	
    
	
.cuadro_reservas .lista_paises{
	width:300px;
	float:left;
	padding-left:20px;
	padding-top:20px;
}
.cuadro_reservas .lista_paises .col_izq{
	width:120px;
	float:left;
	padding-right:20px;
}
.cuadro_reservas .lista_paises .col_der{
	width:120px;
	float:left;
}
.cuadro_reservas .lista_paises a{
	color:#777777;
	padding-left:20px;
	background:url(../img/radio_nice2.png) left top no-repeat;
	font-size:14px;
	height:14px;
	display:block;
	margin-bottom:3px;
}

.cuadro_reservas .lista_paises a:hover, .cuadro_reservas .lista_paises a.sel{
	color:#CD032E;
	background-position:left bottom;
}
.cuadro_reservas .caja_res_online2{
	float:left;
	margin-top:20px;
	width:100%;
}
.salas_vip .contenido_salas_vip{
	float:left;
	width:100%;
	position:relative;
	padding-top:104px; /*guarda espacio para el top de salas vip*/
	background:url(../img/salas_vip_bg.png) repeat-y;
}
.salas_vip .contenido_salas_vip .top{
	width:955px;
	background:url(../img/top_salas_vip.png) no-repeat;
	height:104px;
	position:absolute;
	top:0px; left:0px;
}
.salas_vip .contenido_salas_vip .top .titulo{
	font-size:28px;
	color:white;
	float:left;
	padding-left:20px;
	margin-top:20px;
}
.salas_vip .contenido_salas_vip .top .enlaces{
	width:430px;
	float:left;
	margin-top:30px;
	padding-left:15px;
}
.salas_vip .contenido_salas_vip .top .enlaces a{
	padding-left:17px;
	background:url(../img/radio_nice3_rojo.png) top left no-repeat;
	color:white;
	display:inline-block;
	height:13px;
	font-size:12px;
	margin-left:10px;
}
.salas_vip .contenido_salas_vip .top .enlaces a:hover{
	background-position:left bottom;
}
.salas_vip .contenido_salas_vip .top .pais{
	width:915px;
	float:left;
	color:#CD032E;
	font-size:28px;
	font-weight:bold;
	padding-left:40px;
	padding-top:10px;
}

/*.salas_vip .contenido_salas_vip .tabla_salas_vip{
	float:left;
	width:895px;
	padding:0px 30px;
}
.salas_vip .contenido_salas_vip .tabla_salas_vip .titulo{
	float:left;
	width:100%;
	font-size:26px;
	color:#CD032E;
	margin-top:20px;
}*/

/*tabla salas vip*/
.tabla_salasVip{
	width:900px;
	float:left;
	padding-left:30px;
	padding-bottom:10px;
}
.tabla_salasVip .fila_titulos{
	width:880px;
	float:left;
	font-size:14px;
}
.tabla_salasVip .fila{
	width:880px;
	float:left;
	border-top:2px dotted #8a8a8a;
	margin-bottom:10px;
}
.tabla_salasVip .ultima{
	border-bottom:2px dotted #8a8a8a;
	padding-bottom:10px;
}
.tabla_salasVip .fila .interior{
	width:880px;
	float:left;
    padding-top:5px;
}
.tabla_salasVip .col{float:left; padding:3px 10px; border-top:1px dotted #999999;}
.tabla_salasVip .fila_titulos .columna_1{
	width:133px;
	border:none;
	margin-right:10px;
}
.tabla_salasVip .fila_titulos .col{border:none;}
.tabla_salasVip .fila .columna_1{
	width:133px;
	border:none;
	border-right:2px dotted #8a8a8a;
	margin-right:10px;
	font-size:14px;
    height: 26px;
}
.tabla_salasVip .fila .columna_1 img{float:left; margin-right:3px;}
.tabla_salasVip .columna_2{
	width:210px;
    height: 26px;
}
.tabla_salasVip .fila .columna_2 img{float:left; margin-right:3px; margin-top:2px;}
.tabla_salasVip .columna_3{
	width:115px;
    /*height: 26px;*/
}
.tabla_salasVip .columna_4{
	width:180px;
    height: 26px;
}
.tabla_salasVip .columna_5{
	width:135px;
    height: 26px;
	padding-right:5px
}
.tabla_salasVip .columna_5 a{
	color:#CD032E;
	padding:0px 5px;
	font-size:12px;
	text-decoration:underline;
	float:left;
}
.tabla_salasVip .noborder{border:none;}
.tabla_salasVip .columna_5 .borde{
	float:left;
	width:2px;
	border-left:2px dotted #8a8a8a;
	margin-left:2px;
}
.salas_vip .ver_salas{
	width:915px;
	float:left;
	text-align:right;
	padding-right:30px;
	padding-bottom:25px;
	background:url(../img/tabla_salas_bot.png) bottom no-repeat;
}
.ver_salas2{
    width:915px;
	float:left;
	text-align:right;
	padding-right:30px;
}
.salas_vip .ver_salas a{
	display:block;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	float:right;
}
.salas_vip .ver_salas a img{float:right; margin-top:-10px; margin-left:5px;}


.rojo{color:#CD032E;}
.bold{font-weight:bold;}
.hide{display:none;}
.noborder{border-top:0px solid !important;}
.ctn{float:left;width:100%;}
.ctn_noWidth{float:left;}
.ctn_2level{float:left;width:100%;}
.img_recalcular:hover{cursor:pointer;}
#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.grupoResumen{
    border-top: 1px solid #949494;
    margin-bottom: 10px;
}
.paxResumen{
    padding-left: 20px !important;
}
.faq_description{
   margin-top: 10px;
   margin-bottom: 10px; 
}
.ajax-captcha{
	float:left;
	width:165px;
	height:25px;
}
.ajax-captcha img{
	margin-top:4px;
	margin-left:70px;
}

/*diseño selects*/
.sel_contenedor{
	position:relative;
	height:24px;
	float:left;
	margin-right:5px;
}
.select{
	filter: alpha(opacity=0);  /* IE */ 
	opacity:0; 
	position:relative; 
	height:24px;
}
.h_select{
	position:absolute;
	left:0px;
	height:19px;
	padding-top:5px;
	padding-left:5px;
	color:#000;
	font-size:12px;	
	background:url(../img/selects.png) right no-repeat;	
}
.h_select_disabled{
	background:url(../img/selects_disabled2.png) right no-repeat;	
}
.sel_62{width:62px;}
.sel_62_img{background-position:right 0px; width:57px;}

.sel_82{width:82px;}
.sel_82_img{background-position:right -120px; width:77px;}

.sel_114{width:114px;}
.sel_114_img{background-position:right -24px; width:109px;}
.sel_nt{width:180px;}
.sel_nt_img{background-position:right -48px; width:175px;}

.sel_170{width:170px;}
.sel_170_img{background-position:right -96px; width:165px;}
.sel_244{width:234px;}
.sel_244_img{background-position:right -72px; width:229px;}

/*radio buttons 4*/
.radio_nice4{
	width:19px;
	height:19px;
	float:left;
	background:url(../img/radio_nice4.png) top no-repeat;
	margin-left:5px;
	margin-right:3px;
	cursor:pointer;
} 
.radio_nice4 input.radio4{
	margin-right:5px;
	float:left;
	background:none;
	border:0;
}

.loginError{line-height: 1.4em;}


/* SALA - CONTENIDO CENTRAL
------------------------------- */
.sala_centro_top{
	float:left;
	width:946px;
    margin-left:-3px;
	height:22px;
	background:url(../img/sala_centro_top.png) top no-repeat;
}
.sala_centro_cen{
	float:left;
	width:946px;
    margin-left:-3px;
	background:url(../img/sala_centro_cen.png) repeat-y;
}
.sala_centro_cen .titulo{
	font-size:20px;
	font-weight:bold;
	float:left;
	width:350px;
	color:#676767;
	padding-left:60px;
	padding-top:20px;
    overflow:hidden;
}

.sala_centro_cen .caja_botones_der{
	/*width:340px;*/ width:auto;
	float:right; margin-right: 60px;
	padding-top:15px;
}
.sala_centro_cen .caja_botones_der a{margin-right:10px; float:left;}
/*boton gris*/
.boton_volver_gris_izq{
	width:31px;
	float:left;
	height:34px;
	background:url(../img/boton_volver_gris_izq.png) left no-repeat;
}
.boton_volver_gris_cen{
	float:left;
	height:24px;
	background:url(../img/boton_volver_gris_cen.png) repeat-x;
	padding-top:10px;
	padding-left:5px;
	color:white;
	font-weight:bold;
	font-size:14px;
}
.boton_volver_gris_der{
	float:left;
	width:11px;
	height:34px;
	background:url(../img/boton_volver_gris_der.png) right no-repeat;
}
.boton_rojo2_izq{
	float:left;
	width:8px;
	height:34px;
	background:url(../img/boton_rojo2_izq.png) no-repeat;
}
.boton_rojo2_cen{
	float:left;
	height:24px;
	background:url(../img/boton_rojo2_cen.png) repeat-x;
	color:white;
	padding:0px 5px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}
.boton_rojo2_der{
	float:left;
	width:8px;
	height:34px;
	background:url(../img/boton_rojo2_der.png) no-repeat;
}

/* SALA - CAJA
-------------------------------- */
.caja_marron_sala{
	/*width:861px;*/
    width:909px;
	float:left;
	padding-left:19px;
	padding-top:20px;
	padding-bottom:20px;
}
.caja_marron_sala .caja_marron_sala_top{
	width:909px;
	height:16px;
	float:left;
	background:url(../img/caja_marron_sala_top.png) no-repeat;
}
.caja_marron_sala .caja_marron_sala_cen{
	width:869px;
	float:left;
	background:url(../img/caja_marron_sala_cen.png) repeat-y;
	padding-left:20px;
	padding-right:20px;
}
.caja_marron_sala .caja_marron_sala_bot{
	width:909px;
	height:16px;
	float:left;
	background:url(../img/caja_marron_sala_bot.png) no-repeat;
}
.caja_marron_sala .caja_marron_sala_cen .fila_datos{
	width:100%;
	float:left;
	padding-bottom:20px;
	border-bottom:dotted 1px #797470;
}
.caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_izq{
	color:#5d5854;
	width:500px;
	float:left;
	font-size:14px;
}
    .caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_izq .datos_izq_fila{
        position: relative;
        float:left;
        width: 100%;
        font-weight:bold;
    }
        .caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_izq .datos_izq_fila a{
            position: relative;
            float: left;
        }
    .caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_izq .datos_izq_fila strong{
        position:relative;
        float:left;
        margin-top: 10px;
    }
    .caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_izq .datos_izq_fila span{
        position:relative;
        float:left;
        margin-top: 5px;
        margin-left: 6px;
    }
.caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_der{
	color:#5d5854;
	width:280px;
	float:right;
	text-align:right;	
}
.caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_der a.enviar{
	padding-left:20px;
	background:url(../img/enviar_ico_gris.png) left no-repeat;
	margin-right:10px;
	color:#5d5854;
	font-size:12px;
}
.caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_der a.imprimir{
	padding-left:20px;
	background:url(../img/imprimir_ico_gris.png) left no-repeat;
	color:#5d5854;
	font-size:12px;
}
.caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_der .precio{
	font-size:24px;
}

/*contenido sala*/
.fright{float:right;}
.mrgT8{margin-top:8px;}
.mrgT60{margin-top:60px;}
.mrgB_neg8{margin-bottom:-7px;}
.contenido_sala_izq{
	width:480px;
	float:left;
	margin-top:20px;
	color:#5D5854;
}
.contenido_sala_der{
	width:347px;
	float:right;
	margin-top:20px;
}
/*marcos sala*/
.fila_marcos{
	float:left;
	width:480px;	
}
.fila_marcos .marco_g{
	float:left;
	width:327px;
	height:208px;
	padding:7px;
	background:url(../img/marco_sala_g.png) no-repeat;
	text-align:center;
}
.fila_marcos .marco_p{
	float:left;
	width:109px;
	height:68px;
	padding-top:5px;
	padding-left:0px;
	background:url(../img/marco_sala_p.png) no-repeat;
	text-align:center;
}
    .fila_marcos .marco_p:hover{ cursor: pointer; background:url(../img/marco_sala_p_activo.png) no-repeat !important; }
    .fila_marcos .marcoActivo{ background:url(../img/marco_sala_p_activo.png) no-repeat !important; }
    
.contenido_sala_izq .textos{
	width:95%;
	float:left;
	margin-top:20px;
	font-size:14px;
    text-align: justify;
}
.contenido_sala_izq .textos .caja_info_izq{
	width:218px;
	float:left;
	font-size:11px;	
	margin-right:18px;
}
.contenido_sala_izq .textos .caja_info_peq_top{
	width:188px;
	float:left;
	padding-left:30px;
	background:url(../img/caja_info_peq_top.png) top no-repeat;
}
.contenido_sala_izq .textos .caja_info_peq_bot{
	width:218px;
	height:3px;
	float:left;
	background:url(../img/caja_info_peq_bot.png) top no-repeat;
}
.contenido_sala_izq .textos .caja_info_der{
	width:188px;
	height:71px;
	float:left;
	background:url(../img/caja_info_peq_roja.png) no-repeat;
	font-size:11px;
	padding-left:30px;
}
.contenido_sala_izq .textos .caja_info_izq .titulo, .caja_info_der .titulo{
	width:180px;
	float:left;
	padding:0px;
	padding-top:7px;
	font-size:11px;
	padding-bottom:8px;
}
.contenido_sala_izq .textos .caja_info_izq .fila, .caja_info_der .fila{
	width:175px;
	float:left;
	padding:0px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:11px;
}
.contenido_sala_izq .textos .caja_info_izq .separador, .caja_info_der .separador{
	border-bottom:dotted 1px #cfd4dc;	
}

.fila_sala_pie{
	width:100%;
	float:left;
	padding-top:20px;
	margin-top:20px;
	border-top:dotted 1px #75706c;
}
.fila_sala_pie .izq{
	width:600px;
	float:left;
}
.fila_sala_pie a{color:#e20f30; font-size:12px; text-decoration:underline;}
.fila_sala_pie .rojo{
	color:#e20f30;
}
.fila_sala_pie ul{width:600px;}
.fila_sala_pie li{
	width:600px;
	color:#e20f30;
	list-style-image:url(../img/li_rojo.png) no-repeat;
	margin-left:18px;
}
.fila_sala_pie .boton{
	float:right;
}

/* MENU SALAS
------------------------ */
.menu_salas{
	width:325px;
	float:left;
	border:solid 1px #aaa6a3;
	background:white;
	padding:10px;
	font-size:16px;
	color:#636363;
}
.menu_salas .fila{
	width:100%;
	float:left;
	padding:5px 0px;
	border-bottom:dotted 1px #b6b6b6;
}
.menu_salas .noborder{
	border:0px;
}
.menu_salas .fila img{
	float:left;
}
.menu_salas .fila .texto{
	float:left;
	width:220px;
	padding-top:10px;
	padding-left:10px;
}
.menu_salas .fila .cuadro{
	background:#b3042f;
	width:305px;	
	float:left;
	padding:10px;
	margin-top:8px;
	color:white;
	font-weight:bold;
}

/*caja lateral negra*/
.caja_lateral_negra_top{
	width:259px;
	float:left;
	height:15px;
	background:url(../img/caja_lateral_negra_top.png) no-repeat;
}
.caja_lateral_negra_cen{
	width:229px;
	float:left;
	background:url(../img/caja_lateral_negra_cen.png) repeat-y;
	padding:0px 15px;
	color:white;
}
.caja_lateral_negra_bot{
	width:259px;
	float:left;
	height:15px;
	background:url(../img/caja_lateral_negra_bot.png) no-repeat;
}
.caja_lateral_negra_cen .tipo1{
	float:left;
	width:100%;
}
.caja_lateral_negra_cen .tipo1 .encabezado{
	width:163px;
	height:55px;
	float:left;
	background:url(../img/hacer_reserva.png) right no-repeat;
	padding-right:75px;
	font-size:20px;
	border-bottom:dotted 1px #a7a7a7;
}
.caja_lateral_negra_cen .tipo1 .terminales{
	background:url(../img/terminales.png) top right no-repeat;
	padding-right:42px;
	width:195px;
}
.caja_lateral_negra_cen .tipo1 .fila_bola{
	padding-left:40px;
	float:left;
	width:189px;
	margin-top:10px;
}
.caja_lateral_negra_cen .tipo1 .primera{background:url(../img/bola1.png) top left no-repeat;}
.caja_lateral_negra_cen .tipo1 .segunda{background:url(../img/bola2.png) top left no-repeat;}
.caja_lateral_negra_cen .tipo1 .tercera{background:url(../img/bola3.png) top left no-repeat;}
.caja_lateral_negra_cen .tipo1 .flecha{
	width:100%;
	float:left;
	background:url(../img/flecha_abajo.png) center no-repeat;
	margin-top:5px;
}
.caja_lateral_negra_cen .tipo1 .separador{
	padding-bottom:15px;
	border-bottom:dotted 1px #a7a7a7;
}

.caja_lateral_negra_cen .tipo2{
	float:left;
	width:100%;
}
.caja_lateral_negra_cen .tipo2 .encabezado{
	width:100%;
	float:left;
	font-size:20px;
	padding-bottom:10px;
	border-bottom:dotted 1px #a7a7a7;
}
.caja_lateral_negra_cen .tipo2 .fila{
	width:100%;
	float:left;
	border:none;
	margin:0px;
}
.caja_lateral_negra_cen .tipo2 .fila .caja_img{
	float:left;
	margin-right:5px;
	width:128px;
	height:100px;
}
.caja_lateral_negra_cen .tipo2 .fila .opcion{
	float:left;
	padding-right:10px;
}
.caja_lateral_negra_cen .tipo2  .border_top{
	border-top:dotted 1px #a7a7a7;
	margin-top:10px;
}
.caja_lateral_negra_cen .tipo2 .fila .caja_iconos{
	float:left;
	width:100%;
}
.caja_lateral_negra_cen .tipo2 .fila .caja_iconos .col{float:left; width:100px;}
.caja_lateral_negra_cen .tipo2 .fila .caja_iconos .separacion{padding-left:10px;}
.caja_lateral_negra_cen .tipo2 .fila .caja_iconos .opcion{
	float:left;
	width:100px;
	margin-top:5px;
	font-size: 0.8em;
}

/*caja formas de pago*/
.lateral_formas_pago_top{
	width:249px;
	float:left;
	height:51px;
	background:url(../img/formas_pago_top.png) no-repeat;
	padding-top:10px;
	padding-left:10px;
}
.lateral_formas_pago_cen{
	width:239px;
	float:left;
	background:url(../img/formas_pago_cen.png) repeat-y;
	padding:10px;
}
.lateral_formas_pago_bot{
	width:259px;
	float:left;
	height:14px;
	background:url(../img/formas_pago_bot.png) no-repeat;
}
.lateral_formas_pago_top .encabezado{
	width:150px;
	float:left;
	font-size:18px;
	color:white;
}
.lateral_formas_pago_top .encabezado strong{display:block;}
.lateral_formas_pago_cen .texto{
	float:left;
	width:100%;
	color:white;
}
.lateral_formas_pago_cen .texto .gris{color:#c9c9c9;}

/*caja pago seguro*/
#caja-lateral-4{
	float:left;	
	margin-top:10px;
}
.lateral_pago_seguro_top{
	width:249px;
	float:left;
	height:53px;
	background:url(../img/caja_pago_seguro_top.png) no-repeat;
	padding-top:10px;
	padding-left:10px;	
}
.lateral_pago_seguro_cen{
	width:238px;
	float:left;
	background:none;
	padding:0 10px 10px 10px;
	background:#b2b2b2;
}
.lateral_pago_seguro_bot{
	width:259px;
	float:left;
	height:14px;
	background:url(../img/caja_pago_seguro_bot.png) no-repeat;
}
.lateral_pago_seguro_top .encabezado{
	width:200px;
	float:left;
	font-size:18px;
	color:#484848;
}
.lateral_pago_seguro_cen .texto{
	float:left;
	width:100%;
	color:#484848;
}

/*caja terminales del aeropuerto*/
#caja-lateral-5{
	float:left;	
	margin-top:0px;
}

#caja-lateral-5 .fila_gris{
	background:#e7e7e7;
	color:#3c3c3c;
	padding:5px;
	width:218px;
	float:left;
	margin-top:10px;
	line-height:20px;
}
#caja-lateral-5 .fila{
	border:0;
	border-bottom:1px dotted #A7A7A7;
	padding:10px 0;
	width:227px;
	color:white;
	font-size:11px;
	text-align:justify;
	margin-top:0px;
}
#caja-lateral-5 .ultima{ border:0; padding-bottom:0; }
#caja-lateral-5 .fila strong.titulo{font-size:14px; width:100%; float:left; padding-bottom:5px; text-align:left;}

#pagination{
    position: relative;
    float: right;
    
}
#pagination a,#pagination b, #pagination strong {
		background: #f6f6f6;
		padding: 4px 7px;
		text-decoration: none;
		border: 1px solid #cac9c9;
		color: #292929;
		font-size: 13px;
        float: left;
        font-weight:bold;
	}
    #pagination strong, #pagination a:hover, #pagination b {
		background: #cac9c9;
	}
.fila_vip{
    padding-left: 20px !important;
}


/*cuadro mi cuenta*/
.mi_cuenta{float:left; width:100%; padding-top:45px;}
.caja_mi_cuenta{
	float:left;
	width:275px;
	height:153px;
	background:url(../img/caja_mis_datos.png) no-repeat;
	behavior:url(iepngfix.htc);
	margin-left:-40px;
	padding-top:20px;
	padding-left:70px;
}
.caja_mi_cuenta_agencia{
	float:left;
	width:275px;
	height:190px;
	background:url(../img/caja_mi_cuenta.png) no-repeat;
	behavior:url(iepngfix.htc);
	margin-left:-40px;
	padding-top:20px;
	padding-left:70px;
}
.caja_mi_cuenta .titulo{
	color:#d70018;
	font-weight:bold;
	width:100%;
	float:left;
	font-size:14px;
}
.caja_mi_cuenta .opciones{
	width:100%;
	float:left;
}
.caja_mi_cuenta .opciones a{
	width:186px;
	height:28px;
	float:left;
	line-height:28px;
	background:url(../img/enlace_mi_cuenta.png) no-repeat;
	padding-left:7px;
	color:black;
	font-size:14px;
	margin:3px 0px;
}
.caja_mi_cuenta .opciones a.sel{
	background:url(../img/enlace_mi_cuenta_sel.png) no-repeat;
	color:white;
}
.caja_mi_cuenta .opciones a:hover{
	background:url(../img/enlace_mi_cuenta_sel.png) no-repeat;
	color:white;
}
	
.filtro_mi_cuenta{
	float:left;
	width:601px;
	margin-left:15px;
	margin-top:-30px;
}
.filtro_mi_cuenta .filtro_top{
	background:url(../img/filtro_top.png) no-repeat;	
	width:601px;
	height:115px;
	float:left;
}
.filtro_mi_cuenta .filtro_cen{
	background:url(../img/filtro_cen.png) repeat-y;
	width:601px;
	float:left;
}
.filtro_mi_cuenta .filtro_bot{
	background:url(../img/filtro_bot.png) no-repeat;
	float:left;
	width:601px;
	height:25px;
}
.filtro_mi_cuenta .contenido_filtro{
	float:left; 
	margin-top:-100px;
	padding:0 20px;
	width:561px;
}
.filtro_mi_cuenta label{width:100%; float:left;}
.filtro_mi_cuenta input{float:left;}
.filtro_mi_cuenta .columna_filtros{
	/*width:270px;*/
	width:205px;
	float:left;
}
.filtro_mi_cuenta .separacion{padding-left:10px;}
.filtro_mi_cuenta .fila_campos{
	float:left;
	width:100%;
	padding:1px 0px;
}
.mi_cuenta .ico_calendar{
	float:left; 
	margin-top:-7px; 
	padding-left:5px;
}

.filtro_mi_cuenta .fila_boton{
	width:105px; 
	float:left; 
	margin-top:130px;
}
.filtro_mi_cuenta .fila_boton .boton{
	float:left;
	background:url(../img/boton_rojo_buscar.png) no-repeat;
	width:101px;
	height:34px;
	border:0;
	text-align:left;
	font-weight:bold;
	color:white;
	font-size:14px;
	padding-left:5px;
	cursor:pointer;
}

/*.filtro_mi_cuenta .fila_boton .boton_rojo_izq{
	background:url(../img/boton_rojo_izq.png) no-repeat;
	width:9px;
	height:26px;
	float:left;
	position:absolute;
	left:0px;
}
.filtro_mi_cuenta .fila_boton .boton_rojo_cen{
	background:url(../img/boton_rojo_cen.png) repeat-x;
	height:26px;
	float:left;
	line-height:26px;
	border:0;
	color:white;
	font-weight:bold;
	padding:0 10px;
	cursor:pointer;
}
.filtro_mi_cuenta .fila_boton .boton_rojo_der{
	background:url(../img/boton_rojo_der.png) no-repeat;
	width:9px;
	height:26px;
	float:left;
	position:absolute;
	right:0px;
}*/

.mi_cuenta .tabla_mi_cuenta{
	width:895px;
	float:left;
	padding:20px;
	
}
.mi_cuenta .tabla_mi_cuenta table{
	float:left; 
	/*border:solid 2px #C8C8C8;*/
	background:#fff;
	
}
.mi_cuenta .tabla_mi_cuenta table strong{font-size:12px; float:left; margin-right:5px;}
.mi_cuenta .tabla_mi_cuenta table .fila{width:100%; float:left; font-size:12px;}
.mi_cuenta .tabla_mi_cuenta table td{
	padding:5px;
	height:30px;
	line-height:20px;
  line-height: 1.1;
  vertical-align: top;
  padding: 10px 7px 5px 5px;  
}
.mi_cuenta .tabla_mi_cuenta table th{background:#e5e5e5; height:30px;}

.mi_cuenta .tabla_mi_cuenta table td.col_1{width:30px; text-align:center;}
.mi_cuenta .tabla_mi_cuenta table td.col_fecha{width:60px;}
.mi_cuenta .tabla_mi_cuenta table td.col_aeropuerto{width:120px;}
.mi_cuenta .tabla_mi_cuenta table td.col_sala_vip{width:60px;}
.mi_cuenta .tabla_mi_cuenta table td.col_localizador{width:100px;}
.mi_cuenta .tabla_mi_cuenta table td.col_cliente{width:80px;}
.mi_cuenta .tabla_mi_cuenta table td.col_agente{width:90px;}
.mi_cuenta .tabla_mi_cuenta table td.col_pax{width:50px;}
.mi_cuenta .tabla_mi_cuenta table td.col_pdv{width:115px;}

.mi_cuenta .tabla_mi_cuenta table td.col_ciudad{width:115px;}
.mi_cuenta .tabla_mi_cuenta table td.col_pais{width:85px;}
.mi_cuenta .tabla_mi_cuenta table td.col_telf{/*width:75px;*/}
.mi_cuenta .tabla_mi_cuenta table td.col_editar{width:55px;}

.mi_cuenta .tabla_mi_cuenta table td.col_2{width:120px;}
.mi_cuenta .tabla_mi_cuenta table td.col_3{width:140px;}
.mi_cuenta .tabla_mi_cuenta table td.col_4{width:90px;}
.mi_cuenta .tabla_mi_cuenta table td.col_5{width:120px;}
.mi_cuenta .tabla_mi_cuenta table td.col_6{width:60px;}
.mi_cuenta .tabla_mi_cuenta table td.col_7{width:100px;}
.mi_cuenta .tabla_mi_cuenta table td.col_8{width:40px;}
.mi_cuenta .tabla_mi_cuenta table td.col_9{width:100px;}
.mi_cuenta .tabla_mi_cuenta table td.col_10{width:100px;}

.mi_cuenta .tabla_mi_cuenta table td.col_8_50{width:50px;}

.mi_cuenta .tabla_mi_cuenta table tr{
	padding:5px 0px;
}
.mi_cuenta .tabla_mi_cuenta table th{color:#fff; padding-left:5px; font-weight:normal;  padding-right: 7px; white-space: nowrap; }
.mi_cuenta .tabla_mi_cuenta table th.b_top_izq{
	background:#2f2f2f url(../img/tabla_top_izq.png) top left no-repeat;
	padding-left:20px;
}
.mi_cuenta .tabla_mi_cuenta table th.b_top_cen{
	background:url(../img/tabla_top_cen.png) top repeat-x;
}
.mi_cuenta .tabla_mi_cuenta table th.b_top_der{
	background:#2f2f2f url(../img/tabla_top_der.png) top right no-repeat;
	padding-right:20px;
}

.mi_cuenta .tabla_mi_cuenta table td.borde_bot_izq{
	background:#e6e6e6 url(../img/tabla_bot_izq.png) bottom left no-repeat;
	border:0;
}
.mi_cuenta .tabla_mi_cuenta table td.borde_bot_der{
	background:#e6e6e6 url(../img/tabla_bot_der.png) bottom right no-repeat;
	border:0;
}

.mi_cuenta .tabla_mi_cuenta table td.noResultados{
	padding-top:20px;
	border:0;
	width:100%;
	font-size:16px;
    font-weight: bold;
}
.mi_cuenta .tabla_mi_cuenta table .noborder{border:0;}
.mi_cuenta .tabla_mi_cuenta table span.borde_h{
	border-left:dotted 2px white;
	float:left;
	margin-left:-10px;
	width:2px;
}
.mi_cuenta .tabla_mi_cuenta table span.borde_td{
	border-left:dotted 2px #c9c9c9;
	float:left;
	margin-left:-10px;
	width:2px;
  height: 100%;	
}

.mi_cuenta .tabla_mi_cuenta table .interior{background:#cccccc url(../img/degradado_top_interior.png) top repeat-x; color:#585858;}
.mi_cuenta .tabla_mi_cuenta table .noline{line-height:normal;}
.mi_cuenta .tabla_mi_cuenta table td.cebreado{background:#ececec;}
.mi_cuenta .tabla_mi_cuenta table td.nomsg{background:none;}
.mi_cuenta .tabla_mi_cuenta table a.caja_icos_tabla{
	background:url(../img/caja_icos_tabla.png) no-repeat;
	width:100px;
	height:23px;
	text-align:left;
	float:left;
	font-size:9px;
	padding-top:3px;
	margin-top:3px;
	line-height:20px;
}

.mi_cuenta .tabla_mi_cuenta table a img{float:left; padding-left:5px;}
.mi_cuenta .tabla_mi_cuenta table a span.texto{
	/*float:left;
	padding-top:5px;*/
	padding-left:2px;
}

.mi_cuenta .tabla_mi_cuenta table td.borde_bot_izq{
	background:#ececec url(../img/tabla_bot_izq.png) bottom left no-repeat;
}
.mi_cuenta .tabla_mi_cuenta table td.borde_bot_der{
	background:#ececec url(../img/tabla_bot_der.png) bottom right no-repeat;
}

.mi_cuenta .tabla_mi_cuenta table td .spancomentario{
	width:100%;
	float:left;
}

.msgContent{
    position: relative;
    float: left;
    width: 700px;
    padding: 20px;
    text-align:justify;
}
.msgContent .msgTtile{
    float:left;
    position:relative;
    font-size: 14px;
    font-weight:  bold;
    color: gray;
    width: 100%;
}
.msgContent .msgTtileDescription{
    position: relative;
    float:left;
    width: 100%;
    color: black;
    font-size: 10px;
    margin-bottom: 20px;
}
/*fin cuadro mi cuenta*/

/* RESERVAS SIN DISEÑO */
.tituloReservas{
    float: left;
    width: 551px;
	/*width:100%;*/
	/*background:#e5e5e5;*/
	padding:0 5px;
	padding-left:15px;
	font-weight:bold;
	color:#ce0320;
	font-size:14px;
}
.tituloReservas a{font-size:10px; color:#ce0320; text-decoration:underline;}
.titulo_bo_peq{width:100%; float:left; text-align:center; color:#CD032E; font-size:20px;}
.tableReservas{
    float: left;
    margin-top: 10px;
    width:  100%;
    font-size: 10px;
}

    .tableReservas tr{
        height: 25px;
    }
    
    .tableReservas th{
        font-weight: bold;
        font-size: 12px;
		text-align:left;
    }
    
.filtroReservas{
    float: left;
	width: 551px;
	padding:5px;
	padding-bottom:0;
}
    .filtroReservas label{
        display: block;
    }
.conversacion{
    float: left;
    width: 100%;
}
    .conversacion span.who{
        float: left;
        width: 100%;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .conversacion span.text{
        float: left;
        width: 90%;
        padding-left: 20px;
        margin-bottom: 20px;
    }
/* FIN RESERVAS SIN DISEÑO */

/*formulario cuenta perfil*/
.form_cuenta_perfil{
	float:left;
	width:366px;
	/*background:#ffffff;
	border:solid 2px #C8C8C8;
	margin-left:40px;
	margin-top:-20px;*/
}
.form_cuenta_perfil .titulo{
	width:356px;
	float:left;
	padding:5px;
	/*background:#E5E5E5;*/
}
.form_cuenta_perfil .form_cp_cen{
	padding:5px;
	float:left;
	width:356px
}

/*formulario cuenta perfil sala*/
.form_cuenta_perfil_sala{
	float:left;
	width:732px;
	/*background:#ffffff;
	border:solid 2px #C8C8C8;*/
	margin-left:80px;
	margin-top:10px;
}
.form_cuenta_perfil_sala .titulo{
	width:700px;
	float:left;
	padding:5px;
	/*background:#E5E5E5;*/
}
.form_cuenta_perfil_sala .form_cp_cen{
	padding:5px;
	float:left;
	width:350px
}
.form_cuenta_perfil_sala .fila_acepto a.enlace_ver_ficha{float:right; padding-top:20px; margin-right:20px; font-size:14px;}
.form_cuenta_perfil_sala .fila_acepto .boton_registrar{margin-right:20px; margin-bottom:10px;height:34px;}

/*caja menu*/
.formularios .fondo_caja_menu{
	width:962px;
	float:left;
	padding-right:11px;
	background:url(../img/borde_centro.png) repeat-y;
}
.formularios .fondo_caja_menu .caja_mi_cuenta{
	margin-left:-37px;
	margin-top:20px;
}
.formularios .bg_none{
	background:none;
}
.relative{position:relative;}

.pos_form_filtro{
	position:absolute; right:30px;
}

.no_resultados{
	float:left;
	width:100%;
	padding:5px 0;
	background:#e1e1e1;
	color:black;
	text-align:center;
}
.input_campo_texto_peq{
	width:155px;
}
.pdgT5{padding-top:5px;}
.displays_sala{
	display:none;
	float:left;
	width:100%;
	padding:5px 0;
	background:#e1e1e1;
	color:black;
	text-align:center;
}
.displays_sala .pre_codigo{float:left; line-height:24px;}
.displays_sala input[type=text]{background:none;border:0;}
.displays_sala input{float:left;}

.textarea_comentario{
	float:left;
	width:200px;
	border-left:solid 1px #bcbbb9;
	border-right:solid 1px #bcbbb9;
	background:#fbfbfb;
}
.textarea_top{
	float:left;
	width:100%;
	height:10px;
	background:url(../img/textarea_top.png) repeat-x;
}
.textarea_bot{
	float:left;
	width:100%;
	height:10px;
	background:url(../img/textarea_bot.png) repeat-x;
}
.textarea_cen{
	float:left;
	padding-left:5px;
	width:100%;
	height:100%;
}
.textarea_cen textarea{
	background:#fbfbfb; 
	border:0; 	
	width:195px;
	height:100px;
	float:left;
}
.fila_boton_comentario{
	width:100%;
	float:left;
	text-align:left;
	margin-top:5px;
}
.fila_boton_comentario .boton{
	float:left;
	position:relative;
	margin-right:5px;
}
.fila_boton_comentario .boton .boton_rojo_izq{
	background:url(../img/boton_rojo_izq.png) no-repeat;
	width:9px;
	height:26px;
	float:left;
	position:absolute;
	left:0px;
}
.fila_boton_comentario .boton .boton_rojo_cen{
	background:url(../img/boton_rojo_cen.png) repeat-x;
	height:26px;
	float:left;
	line-height:26px;
	border:0;
	color:white;
	font-weight:bold;
	padding:0 10px;
	cursor:pointer;
}
.fila_boton_comentario .boton .boton_rojo_der{
	background:url(../img/boton_rojo_der.png) no-repeat;
	width:9px;
	height:26px;
	float:left;
	position:absolute;
	right:0px;
}
.noborder2{
	border-bottom:none; !important
}
.ctn-targ{
	position:relative;
	float:left;
	/*height:177px;*/
	/*width:400px;*/
	width:591px;
}

#caja-lateral-6{
	float:left;
	color:#dedede;
	margin-top:10px;
}
#caja-lateral-6 strong{
	color:#fff;
}
#caja-lateral-6 p{padding-top:10px;}
#caja-lateral-6 .politica_cancelacion_top{
	width:239px;
	height:47px;
	background:url(../img/politica_cancelacion_top.png) no-repeat;
	padding:10px;
}
#caja-lateral-6 .politica_cancelacion_top .titulo{
	font-size:18px;
	float:left;
	width:170px;
	padding-top:0;
}
#caja-lateral-6 .politica_cancelacion_cen{
	width:239px;
	padding:0 10px;
	background:url(../img/politica_cancelacion_cen.png) repeat-y;
}
#caja-lateral-6 .politica_cancelacion_bot{
	width:259px;
	height:13px;
	background:url(../img/politica_cancelacion_bot.png) no-repeat;
}


#caja-lateral-7{
	float:left;
	color:#dedede;
}
#caja-lateral-7 strong{
	color:#fff;
}
#caja-lateral-7 p{padding-top:10px;}
#caja-lateral-7 .atencion_telefonica_top{
	width:239px;
	height:77px;
	float:left;
	background:url(../img/atencion_telefonica_top.png) no-repeat;
	padding:10px;
}
#caja-lateral-7 .atencion_telefonica_top .titulo{
	font-size:18px;
	float:left;
	width:170px;
	padding-top:0;
	color:white;
	font-weight:normal;
}
#caja-lateral-7 .atencion_telefonica_top .titulo p{padding:0 0 10px 0;}
#caja-lateral-7 .atencion_telefonica_cen{
	width:239px;
	float:left;
	padding:0 10px;
	color:white;
	background:url(../img/atencion_telefonica_cen.png) repeat-y;
}
#caja-lateral-7 .atencion_telefonica_cen .gris{color:#dedede;}
#caja-lateral-7 .atencion_telefonica_bot{
	width:259px;
	height:15px;
	float:left;
	background:url(../img/atencion_telefonica_bot.png) no-repeat;
}


#caja-lateral-8{
	float:left;
	color:#dedede;
	margin-top:10px;
}
#caja-lateral-8 strong{
	color:#fff;
}
#caja-lateral-8 p{padding-top:10px;}
#caja-lateral-8 .info_paso3_top{
	width:239px;
	height:60px;
	float:left;
	background:url(../img/info_paso3_top.png) no-repeat;
	padding:10px;
}
#caja-lateral-8 .info_paso3_top .titulo{
	font-size:18px;
	float:left;
	width:170px;
	padding-left:50px;
	padding-top:10px;
	color:white;
	font-weight:normal;
}
#caja-lateral-8 .info_paso3_top .titulo p{padding:0 0 10px 0;}
#caja-lateral-8 .info_paso3_cen{
	width:239px;
	float:left;
	padding:0 10px;
	color:white;
	background:#b8052d url(../img/info_paso3_cen.png) top no-repeat;
}
#caja-lateral-8 .info_paso3_cen .fila_ip3{
	width:209px;
	float:left;	
	padding-left:30px;
}
#caja-lateral-8 .info_paso3_cen .fila_ip3_ultima{	
	width:239px;
	float:left;	
}
#caja-lateral-8 .info_paso3_cen .fila_ip3 .separador{
	border-bottom:solid 1px #d63f5e;
	width:100%;
	float:left;
	margin-bottom:5px;
	padding-bottom:5px;
}
#caja-lateral-8 .info_paso3_cen .bola_1{
	background:url(../img/info_paso3_1.png) top left no-repeat;
}
#caja-lateral-8 .info_paso3_cen .bola_2{
	background:url(../img/info_paso3_2.png) top left no-repeat;
}
#caja-lateral-8 .info_paso3_cen .bola_3{
	background:url(../img/info_paso3_3.png) top left no-repeat;
}
#caja-lateral-8 .info_paso3_cen .bola_4{
	background:url(../img/info_paso3_4.png) top left no-repeat;
}
#caja-lateral-8 .info_paso3_bot{
	width:259px;
	height:15px;
	float:left;
	background:url(../img/info_paso3_bot.png) no-repeat;
}

/*caja filtro 370*/
.caja_perfil_bordes{
	width:390px; float:left;
	padding-left:20px;
}


.filtro_top_370{
	width:390px;
	height:23px;
	float:left;
	background:url(../img/filtro_top_370.png) top no-repeat;
}
.filtro_cen_370{
	width:370px;
	float:left;
	background:url(../img/filtro_cen_370.png) top repeat-y;
	padding:0 10px;
}
.filtro_bot_370{
	width:390px;
	height:23px;
	float:left;
	background:url(../img/filtro_bot_370.png) top no-repeat;
}

.filtro_top_740{
	width:740px;
	height:24px;
	float:left;
	background:url(../img/filtro_top_740.png) top no-repeat;
}
.filtro_cen_740{
	width:720px;
	float:left;
	background:url(../img/filtro_cen_740.png) top repeat-y;
	padding:0 10px;
}
.filtro_bot_740{
	width:740px;
	height:24px;
	float:left;
	background:url(../img/filtro_bot_740.png) top no-repeat;
}

.infoTextProgress{
	text-align:left;
	font-size:0.9em;
}
.infoTextProgress span.text{
	width:100%;
	overflow:hidden;
	display:block;
}
.infoTextProgress span.img{
	width:100%;
	overflow:hidden;
	text-align:center;
	display:block;
	margin-top:20px;
}

.fila_boton_pdvs{width:915px; float:left; margin-top:10px;}

/*boton con flecha*/
.fila_boton_suelto{
	float:left;
	width:100%;
}
.fila_boton_suelto .boton{
	background:url(../img/boton_rojo_reserva.png) no-repeat;
	width:117px;
	height:34px;
	float:left;
    margin-left: 20px;
	color:white;
	border:none;
	padding-left:5px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	cursor:pointer;
}

.fila_boton_suelto .boton_altaPDV{
	background:url(../img/boton_rojo_altaPDV.png) no-repeat;
	width:195px;
	height:34px;
	float:left;
    margin-left: 20px;
	color:white;
	border:none;
	padding-left:5px;
    padding-top: 9px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	cursor:pointer;
}


.estatNoShow{
	color:black;
}
.estatConfirmada{
	color:green;
}
.estatValidada{
	color:green;
	font-weight:bold;
}
.estatAnulada{
	color:red;
}
.linkCondiciones{
	font-size:12px;
	color:#BB0535;
}
.linkCondiciones:hover{
	text-decoration:underline;
}

#texto_condiciones{
	padding-top:3px;
}

.b_suscribir{
	color:white !important; 
	font-size:16px !important; 
	text-decoration:none !important; 
}

/*registro email*/
.caja_registro_email{
	border-left:solid 2px #e2e2e2; 
	border-right:solid 2px #e2e2e2; 
	width:939px;
}
.registro_email{
	background:url(../img/registro_email_bk.png) no-repeat;
	width:533px;
	height:401px;
	margin-left:15px;
	float:left;
	padding-top:130px;
	padding-left:50px;
	padding-right:330px;
}
.rm_2{
	background:#fff url(../img/registro_email_bk2.png) no-repeat;
	padding-top:80px;
	height:451px;
	width:463px;
	padding-right:400px;
}
.rm_olvido{
	background:#fff url(../img/registro_email_bk_olvido.png) no-repeat;
}
.registro_email .titulo{
	color:#CD032E;
	font-size:24px;
}
.registro_email .titulo_olvido{
	color:#808080;
	font-size:24px;
}
.registro_email p{
	padding-top:20px;
	color:#808080;
	font-size:14px;
}
.registro_email p.preparado{
	font-size:16px;
}
.registro_email a{
	color:#CD032E;
	font-size:18px;
}

.lineas_bot{
	background:url(../img/centro_form_bot.png) repeat-x;
	height:14px;
	width:100%;
	float:left;
}
.registro_email .fila_informacion{
	float:left;
	width:100%;
	margin-top:20px;
	padding-top:20px;
	border-top:dotted 1px #808080;
	color:#808080;
	
}
.registro_email .fila_informacion a.flecha_gris{
	float:left;
	padding-right:15px;
	background:url(../img/flecha_gris_email.png) right no-repeat;
	color:#808080;
	font-size:14px;
	font-weight:bold;
	margin-right:20px;
}
.registro_email .fila_informacion a.iniciar{
	font-size:12px;
	
}

.registro_email .fila_informacion img{
	float:left;
	margin-right:10px;
}

.registro_email .fila_bola_web{
	padding-left:30px;
	width:300px;
	position:relative;
	padding-top:20px;
	color:#808080;
	font-size:14px;
}
.registro_email .fila_bola_web .pos_img{
	position:absolute;
	left:0;
	top:20px;
}

.registro_email label{
	width:100%; 
	float:left; 
	margin-top:10px;
	color:#808080;
	font-size:14px;
}
.registro_email input{
	width:230px;
}
.registro_email .fila_informacion .fila_guardar{
	width:100%;
	float:left;
	padding-bottom:20px;
}
.registro_email .fila_informacion .fila_guardar a.guardar{
	background:url(../img/boton_rojo_reserva.png) no-repeat;
	width:107px;
	height:24px;
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
	color:white;
	float:right;
	font-size:14px;
}
.registro_email .fila_informacion .fila_guardar a.reenviar{
	background:url(../img/boton_reenviar_email.png) no-repeat;
	width:149px;
	height:24px;
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
	color:white;
	float:right;
	font-size:14px;
}

.rm_modificada{
	background:#fff url(../img/registro_email_bk_modificada.png) no-repeat;
	width:770px;
	height:246px;
	margin-left:15px;
	padding-left:132px;
	padding-top:180px;
}
.rm_modificada .texto{
	width:650px;
	float:left;
	border-bottom:dotted 1px #666666;
	color:#666666;
	font-size:20px;
	padding-bottom:10px;
}
.rm_modificada .texto strong{
	font-size:26px;	
	float:left; 
	width:100%;
	padding-bottom:5px;
}
.rm_modificada .texto a{
	color:#CD032E;
	font-size:20px;
	font-weight:bold;
}

.rm_no_confirmado{
	background:#fff url(../img/registro_email_bk_no_confirmado.png) no-repeat;
	color:#444C54;
}
.rm_no_confirmado .correo{
	font-size:26px;
	float:left;
	width:100%;
	font-weight:bold;
	margin:10px 0;
}
.rm_no_confirmado .texto{font-size:16px;}


/*caja amarilla*/
.caja_amarilla_top{
	background:url(../img/caja_amarilla_top.png) no-repeat;
	width:591px;
	height:11px;
	float:left;
}
.caja_amarilla_cen{
	background:#fefbca;
	width:567px;
	float:left;
	padding:0px 12px;
}
.caja_amarilla_cen p{float:left; width:100%;}
.caja_amarilla_bot{
	background:url(../img/caja_amarilla_bot.png) no-repeat;
	width:591px;
	height:11px;
	float:left;
    margin-bottom:10px;
}

.caja_amarilla_cen .caja_blanca_top{
	background:url(../img/caja_blanca_a_top.png) no-repeat;
	width:591px;
	height:9px;
	float:left;
	margin-top:10px;
}
.caja_amarilla_cen .caja_blanca_cen{
	background:url(../img/caja_blanca_a_cen.png) repeat-y;
	width:546px;
	float:left;
	padding:0 10px;
}
.caja_amarilla_cen .caja_blanca_cen .fondo{
	background:url(../img/icos_caja_a2.png) left top repeat-y;
	padding-left:10px;
    padding-bottom:2px;
	/*display:block;*/
    width:505px;
    float:left;
}
.ico_info{
    background:url(../img/ico_info_tans.png) left top no-repeat;
    float:left;
    width:20px;
    height:20px;
    margin-right:7px;    
    text-indent:-9999em;
    text-decoration:none;
    cursor:pointer;
}
.caja_amarilla_cen .caja_blanca_bot{
	background:url(../img/caja_blanca_a_bot.png) no-repeat;
	width:591px;
	height:9px;
	float:left;
	margin-bottom:10px;
}

.padding_forma_pago{padding-left:20px !important; width:588px;}

.caja_expediente{
    position: relative;
    float: left;
    padding: 0 12px;
    width: 150px;
}
.caja_expediente .campo_texto_cen{
    width: 130px;
}
.caja_expediente .campo_texto{
    width:100%;
    overflow:hidden;  
}
.caja_expediente .input1{
    width: 130px !important;
}

/*datos pago seguro*/
.datos_pago_seguro{
	float:left;
	width:100%;
}
.datos_pago_seguro .fila_texto{
	width:100%;
	float:left;
	/*margin-top:10px;*/
	padding-bottom:10px;	
	color:#666666;
	font-size:16px;
}
.datos_pago_seguro .num_opc_compra{
	width:100%;
	float:left;
	background:url(../img/linea_roja_dotted.png) top repeat-x;
	color:#4D4D4D;
	font-size:16px;
	padding-top:10px;
}

.datos_pago_seguro .caja_borde_gris{
	width:606px;
	float:left;
	border:solid 1px #CCCCCC;
	font-size:14px;
}
.datos_pago_seguro .caja_borde_gris .fila{
	width:566px;
	float:left;
	padding:10px 20px;
	border-bottom:solid 1px #cccccc;
	color:#4D4D4D;
}
.datos_pago_seguro .caja_borde_gris .ultima{
	background:url(../img/linea_gris_dotted.png) bottom left repeat-x;
	border:0;
}
.datos_pago_seguro .caja_borde_gris .fila_gris{
	background:#E6E6E6;
	width:566px;
	float:left;
	padding:10px 20px;
}
.datos_pago_seguro .caja_borde_gris .fila_gris img.img_info{float:left; margin-right:5px;}
.datos_pago_seguro .caja_borde_gris .fila span.dato{font-size:18px; font-weight:bold; color:#4D4D4D;}
.datos_pago_seguro .caja_borde_gris .fila span.rojo{color:#CD032E;}

.datos_pago_seguro .fila_boton{
	float:left;
	width:100%;
	margin:10px 0;
	margin-bottom:0;
}
.datos_pago_seguro .fila_boton a .boton_imprimir_datos{
	float:right;
	background:url(../img/boton_imprimir_datos.png) no-repeat;
	color:white;
	width:148px;
	height:28px;
	text-align:center;
	line-height:24px;
	font-size:14px;
	cursor:pointer;
}

.datos_pago_seguro .titulo_detalles_reserva{
	float:left;
	width:100%;
	text-align:left;
	font-size:14px;
	color:#4D4D4D;
	margin-bottom:5px;
}
.datos_pago_seguro .caja_detalles_reserva{
	width:606px;
	float:left;
	border:solid 1px #999999; 
	padding-bottom:10px;
}
.datos_pago_seguro .caja_detalles_reserva .fila_titulos{
	width:100%;
	float:left;
	color:white;
	padding:10px 0;
	background:url(../img/degradado_rojo_2.png) top center repeat-y;
	font-size:14px;
}
.datos_pago_seguro .caja_detalles_reserva .opcion_1{
	float:left;
	width:250px;
	text-align:center;
	background:url(../img/linea_sep_blanca.png) right center no-repeat;
}
.datos_pago_seguro .caja_detalles_reserva .opcion_2{
	float:left;
	width:100px;
	text-align:center;
	background:url(../img/linea_sep_blanca.png) right center no-repeat;
}
.datos_pago_seguro .caja_detalles_reserva .opcion_3{
	float:left;
	width:100px;
	text-align:center;
	background:url(../img/linea_sep_blanca.png) right center no-repeat;
}
.datos_pago_seguro .caja_detalles_reserva .opcion_4{
	float:left;
	width:50px;
	text-align:center;
	background:url(../img/linea_sep_blanca.png) right center no-repeat;
}
.datos_pago_seguro .caja_detalles_reserva .opcion_5{
	float:left;
	width:100px;
	text-align:center;
}

.datos_pago_seguro .caja_detalles_reserva .fila{
	float:left;
	width:100%;
	margin:10px 0;
	
}
.datos_pago_seguro .caja_detalles_reserva .fila .cuadro_img{
	width:75px;
	height:51px;
	float:left;
	margin-right:10px;
	background:url(../img/cuadro_img_pago_seguro.png) no-repeat;
	padding:2px;
	margin-left:10px;
	overflow:hidden;
}
.datos_pago_seguro .caja_detalles_reserva .fila .opcion_1 p{float:left; padding-top:10px; text-align:left; width:140px;}
.datos_pago_seguro .caja_detalles_reserva .fila .opcion_2, .datos_pago_seguro .caja_detalles_reserva .fila .opcion_3, .datos_pago_seguro .caja_detalles_reserva .fila .opcion_4, .datos_pago_seguro .caja_detalles_reserva .fila .opcion_5{
	
	border-left:solid 1px #999999;
    padding-top:15px;
    min-height:35px;
    
}
.datos_pago_seguro .caja_detalles_reserva .fila .opcion_5{ /*padding-top:5px; min-height:45px;*/ }
.caja_detalles_reserva .fila .opcion_4, .datos_pago_seguro .caja_detalles_reserva .fila .opcion_5 .precio{font-size:16px; font-weight:bold;}
.datos_pago_seguro .caja_detalles_reserva .fila .opcion_5 .precio{ display:block; }
.datos_pago_seguro .borde_gris{
	border-bottom:solid 1px #ddd;
	width:100%;
	float:left;
	height:20px;
}

/*Form creacion pdv*/
.form_creacionPDV{
	float:left;
	width:360px;
}
.margin_botonPDV{margin-right:15px;}
.nomargin{margin:0;}

.fila_botones_bo{
	width:100%;
	float:left;
	text-align:right;
	height:19px;
}
.mi_cuenta .tabla_mi_cuenta table .borde_enlaces_bo img{padding:0; margin:0;}
.borde_enlaces_bo{
	background:url(../img/bo_fondo_enlaces_ico.png) no-repeat;
	width:20px;
	height:23px;
	padding:2px 1px 0 1px;
	display:inline-block;
	margin-right:2px;
}

.boton_insert_agente{
	background:url(../img/boton_reenviar_email.png) no-repeat;
	width:159px;
	height:34px;
	font-weight:bold;
	color:white;
	float:left;
	font-size:14px;
	border:0;
	cursor:pointer;
	padding-left:10px;
	text-align:left;
	margin-left:20px;
}


/*lb sala*/
.lb_sala{
	width:332px;
	background:url(../img/lb_fondo.png) repeat-y;
	float:left;
	padding:20px 30px;
}
.lb_sala .lb_gris_izq{
	background:url(../img/lb_gris_izq.png) no-repeat;
	width:7px;
	height:34px;
	float:left;
}
.lb_sala .lb_gris_cen{
	background:url(../img/lb_gris_cen.png) repeat-x;
	height:26px;
	float:left;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:14px;
	padding-top:8px;
}
.lb_sala .lb_gris_der{
	background:url(../img/lb_gris_der.png) no-repeat;
	width:7px;
	height:34px;
	float:left;
}
.lb_sala .texto{
	width:100%;
	float:left;
	color:#4D4D4D;
	font-size:14px;
	padding:10px 0;
}
.lb_sala .lb_textarea{
	background:url(../img/lb_textarea.png) no-repeat;
	width:322px;
	height:89px;
	float:left;
	padding:5px;
	border:0;
}

.lb_sala .fila_boton{width:100%; float:left; padding-top:10px;}
.lb_sala .borde_lb{border-top:dotted 1px #808080;}
.lb_sala .fila_boton a.boton_cancelar{
	background:url(../img/boton_rojo_reserva.png) no-repeat;
	width:109px;
	height:26px;
	float:right;
	font-weight:bold;
	font-size:14px;
	color:white;
	padding-top:8px;
	padding-left:8px;
}
.lb_sala .fila_boton a.boton_enviar_comentario{
	background:url(../img/boton_finalizar_reserva.png) no-repeat;
	width:191px;
	height:26px;
	float:right;
	font-weight:bold;
	font-size:14px;
	color:white;
	padding-top:8px;
	padding-left:8px;
}

.lb_sala .fila_nota{
	width:100%;
	float:left;
}
.lb_sala .fila_nota .gris_nota_izq{
	width:4px;
	height:21px;
	float:left;
	background:url(../img/gris_nota_izq.png) no-repeat;
}
.lb_sala .fila_nota .gris_nota_cen{
	height:18px;
	float:left;
	background:url(../img/gris_nota_cen.png) repeat-x;
	color:white;
	font-weight:bold;
	padding-top:3px;
}
.lb_sala .fila_nota .gris_nota_der{
	width:4px;
	height:21px;
	float:left;
	background:url(../img/gris_nota_der.png) no-repeat;
}

.lb_sala a.seguro{
	color:#CD032E; 
	font-weight:bold;
	float:left;
	font-size:14px;
}
.lb_sala .input_lb_num{
	width:70px;
	background:none;
	border:0;
}
.lb_sala .input_lb_pax{
	width:25px;
	background:none;
	border:0;
}
.lb_sala .fila_lb{
	width:100%;
	float:left;
	
}
.texto_left{
	float:left;
}

.sala_bg{
	width:874px;
	height:514px;
	background:url(../img/sala_bg.png) no-repeat;
	margin-top:-100px;
}
.fila_logo_sala{
	width:700px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.fila_logo_sala .logo_sala{}
.sala_bg .fila_titulo{
	float:left; 
	width:499px;
	padding-left:365px;
	color:white;
	font-weight:bold;
	font-size:22px;
	margin-top:50px;
	text-align:left;
	padding-bottom:20px;
}
.sala_bg .fila_sala{
	float:left; 
	width:824px;
	text-align:left;
	padding-left:50px;
	margin-top:-15px;
}

.sala_bg a.boton_bo_sala{
	width:134px;
	height:23px;
	background:url(../img/boton_bo_sala.png) no-repeat;
	text-align:left;
	padding-top:7px;
	padding-left:6px;
	color:white;
	text-transform:uppercase;
	float:right;
	font-weight:bold;
	font-size:14px;
}

.sala_bg .fila_caja_gris{
	width:740px;
	float:left;
	background:#f2f2f2;
	color:#666666;
	margin-left:10px;
	padding:10px;
	margin-top:10px;
}
.sala_bg .fila_caja_gris .col_1{
	width:230px;
	float:left;
	text-align:right;
	margin-right:20px;	
	padding-right:36px;
	position:relative;
	padding-top:10px;
	font-weight:bold;
	font-size:14px;
}
.sala_bg .fila_caja_gris .col_1 .img_admiracion{
	position:absolute;
	top:-20px;
	right:0;
}
.sala_bg .fila_caja_gris .col{
	width:180px;
	float:left;
	margin-right:20px;
	font-size:14px;
}
.sala_bg .fila_caja_gris .col_telf{
	position:relative;
	padding-left:30px;
}
.sala_bg .fila_caja_gris .col_telf .ico_telf_gris{position:absolute; left:0; top:10px;}
.sala_bg a.olvido_bo_sala{float:right;}
.sala_bg .titulo_bo_sala strong{font-size:16px;}
.sala_bg .pos_bo_sala_registro{float:left; margin-right:30px;}


/*novahome*/
.fila_caja_novahome{
	width:957px;
	height:245px;
	float:left;
	/*background:url(../img/caja_gris_novahome.png) no-repeat;*/
	background:url(../img/home_modulos_bg.png) no-repeat;
	margin-top:20px;
}

.fila_caja_novahome .columna{
	width:270px;
	float:left;
	padding:20px;
}
.fila_caja_novahome .col_centro{width:298px; padding:20px 10px;}
.fila_caja_novahome .col_der{width:265px;}
.fila_caja_novahome .columna .titulo{
	width:100%;
	float:left;
	font-size:24px;
	font-weight:normal;
	color:#666666;
}
.fila_caja_novahome .columna .titulo .rojo{color:#cd0d2d;}
.fila_caja_novahome .columna .fila{
	float:left;
	width:100%;
	margin-top:10px;
	color:#666666;font-size:11px;
}
.fila_caja_novahome .columna .fila strong{font-size:14px;}
.fila_caja_novahome .columna .fila .num_rojo{
	font-size:44px;
	color:#cd0d2d;
	margin-right:7px;
}
.fila_caja_novahome .columna .fila .num_rojo strong{font-size:50px;}
.fila_caja_novahome .columna .fila .a{font-size:16px;}
.fila_caja_novahome .columna .fila .rojo_proyectos{
	font-size:24px;
	color:#cd0d2d;
	float:right;
	width:190px;
}
.fila_caja_novahome .columna .fila .rojo_proyectos strong{font-size:24px;}
.fila_caja_novahome .columna .fila .ico_regalo{
	float:right;
}
.fila_caja_novahome .columna .fila .xml_ico{
	float:right;
}
/* Módulos de la Home
--------------------------------- */
.home_modulos{
	width:935px;
	height:239px;
	float:left;
	margin-top:12px;
	background:url(../img/home_modulos_bg.png) no-repeat;	
}
.home_modulos .modulo{
	float:left;
	width:311px;
	height:219px;
	padding-top:20px;
	text-align:center;
}
.home_modulos .modulo img{
	max-width:270px;
	max-height:200px;
}

/*quienes somos*/
.rastro_qs{
	width:100%;
	float:left;
	height:31px;
	background:url(../img/rastro_qs.png) repeat-x;
	margin-top:-15px;
}
.rastro_qs .texto_rastro{
	float:left;
	padding-left:250px;
	padding-top:7px;
	font-weight:bold;
}
.rastro_qs .texto_rastro a{font-size:12px; color:black;}
.qs_caja_top{
	width:942px;
	height:auto;
	padding-bottom:20px;
	float:left;
	background:url(../img/qs_caja_top.png) no-repeat;
	margin-left:-5px;
}
.caja_quienes_somos{
	background:url(../img/caja_quienes_somos.png) no-repeat;
	width:198px;
	height:214px;
	float:left;
	padding:25px 30px 0px 50px;
	margin-top:10px;
	margin-left:-38px;
}
.caja_quienes_somos .opcion{border-bottom:dotted 1px #666; padding-bottom:10px; margin-bottom:3px;}
.caja_quienes_somos .noborde{border:0; padding:0; margin:0;}
.caja_quienes_somos .opcion img{margin-bottom:-10px; margin-right:5px;}
.caja_quienes_somos a{
	color:#666666;
	font-size:14px;
}
.caja_quienes_somos a:hover{color:#CD032E;}
.caja_quienes_somos a.sel{
	color:#CD032E;
}

.qs_fila_descripcion{
	width:600px;
	float:left;
	padding-left:30px;
	padding-top:20px;
}
.qs_fila_descripcion .titulo{
	font-size:30px;
	color:#CD032E;
	/*padding-left:30px;*/
	width:610px;
	padding-bottom:5px;
	border-bottom:dotted 1px #999999;
	font-weight:normal;
}
.qs_fila_descripcion .texto{
	color:#999999;
	font-size:16px;
	width:640px;
	float:left;
	margin-top:5px;
}
.qs_fila_descripcion .texto span.rojo{color:#CD032E;}

.qs_fila_fotos{
	margin-top:10px;
	width:100%;
	float:left;
}
.qs_fila_fotos .caja_fotos{
	background:url(../img/qs_foto.png) no-repeat;
	width:467px;
	height:186px;
	float:left;
	margin-right:6px;
	margin-left:-5px;
}
.qs_fila_fotos .nomargen{ margin:0; margin-right:-3px; margin-left:3px; }
.qs_fila_fotos .caja_fotos .izq{
	width:245px;
	float:left;
	padding-left:20px;
	padding-top:30px;
}
.qs_fila_fotos .caja_fotos .der{
	width:202px;
	float:left;
	text-align:center;
	position:relative;
	height:186px;
}
.qs_fila_fotos .caja_fotos .der .img_qs{position:absolute; bottom:7px; right:0;}
.qs_fila_fotos .caja_fotos .nombre{
	width:245px;
	float:left;
	color:#CD032E;
	font-size:26px;
}
.qs_fila_fotos .caja_fotos .cargo{
	width:245px;
	float:left;
	color:#666;
	font-size:16px;
	border-bottom:dotted 2px #666;
	padding-bottom:5px;
}
.qs_fila_fotos .caja_fotos .texto{
	width:245px;
	float:left;
	color:#666;
	font-size:14px;
	padding-top:5px;
}

.qs_fila_cajas{
	float:left;
	width:100%;
	color:white;
	margin-top:10px;
}
.qs_fila_cajas .caja_roja{
	width:264px;
	height:146px;
	float:left;
	background:url(../img/qs_caja_roja.png) no-repeat;
	padding:20px;
	font-size:24px;
	margin-right:11px;
}
.qs_fila_cajas .caja_gris{
	width:264px;
	height:146px;
	float:left;
	background:url(../img/qs_caja_gris.png) no-repeat;
	padding:20px;
	font-size:24px;
	margin-right:12px;
}
.qs_fila_cajas .caja_gris_claro{
	width:264px;
	height:146px;
	float:left;
	background:url(../img/qs_caja_gris_claro.png) no-repeat;
	padding:20px;
	font-size:24px;
}
.qs_fila_cajas .caja{position:relative;}
.qs_fila_cajas .caja .fila_bot{
	position:absolute;
	bottom:15px;
	right:15px;
	font-size:14px;
	font-weight:bold;
}
.qs_fila_cajas .caja .fila_bot a{
	color:white;
	font-size:14px;
	font-weight:bold;}
.qs_fila_cajas .caja .fila_bot img{margin-bottom:-5px;}

/*contactar*/
.fila_caja_contactar{
	width:928px;
	float:left;
	padding:0px 3px;
}
.caja_contactar{
	width:384px;
	height:400px;
	float:left;
	background:url(../img/contactar_caja.png) no-repeat;	
	padding:20px 40px;
}
.caja_contactar .titulo{
	width:464px;
	float:left;
	color:#CD032E;
}
.caja_contactar .titulo2{
	width:464px;
	float:left;
	color:#CD032E;
	font-size:20px;
}
.caja_contactar .fila{float:left; width:100%; margin-top:8px;}
.caja_contactar label{
	width:100%;
	float:left;
	color:#666666;
	font-size:16px;
}
.caja_contactar .textarea_contactar{
	background:url(../img/textarea_contactar.png) no-repeat;
	width:344px;
	float:left;
	height:77px;
	padding:5px;
}
.caja_contactar .textarea_bg{
	width:350px; 
	height:77px; 
	background:none; 
	border:0;
    resize:none;
}

.caja_contactar .fila_boton{
	width:100%;
	float:left;
	margin:0;
}
.caja_contactar .fila_boton a.enviar_contactar{
	width:92px;
	height:25px;
	float:right;
	background:url(../img/enviar_contactar.png) no-repeat;
	color:white;
	padding-left:10px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}

.caja_contactar .fila_horario{
	width:376px;
	float:left;
	padding-left:50px;
	background:url(../img/horario.png) top left no-repeat;
	font-size:18px;
	color:#666666;
	margin-top:20px;
	padding-top:5px;
}
.caja_contactar .fila_direccion{
	width:376px;
	float:left;
	padding-left:50px;
	background:url(../img/direccion.png) top left no-repeat;
	font-size:18px;
	color:#666666;
	margin-top:20px;
	padding-top:5px;
}
.caja_contactar .fila_contacto{
	width:376px;
	float:left;
	padding-left:50px;
	background:url(../img/contacto.png) top left no-repeat;
	font-size:18px;
	color:#666666;
	margin-top:20px;
	padding-top:5px;
}
.caja_contactar .fila_horario span.texto{font-size:16px;}
.caja_contactar .fila_horario span.telf_fax{font-size:20px;}
.caja_contactar .fila_direccion span.texto{font-size:16px;}


/*bo sala datos*/
.fila_bo_sala_datos{
	width:915px;
	float:left;
	padding:20px 10px;
}
.fila_bo_sala_datos fila{
	float:left; width:100%;
}
.caja_bo_sala_datos{
	background:url(../img/caja_bo_sala_datos.png) no-repeat;
	width:533px;
	height:361px;
	float:left;
	padding:20px 40px;
	margin-top:30px;
	position:relative;
	margin-right:5px;
}
.pes_bo_sala{
	position:absolute;
	top:-28px;
	right:4px;
}
.pes_bo_sala .info_ico{
	position:absolute;
	left:-30px;
	top:5px;
}
.pes_bo_sala .pes_izq_gris{
	width:7px;
	height:32px;
	background:url(../img/pes_izq_gris.png) no-repeat;
	float:left;
}
.pes_bo_sala .pes_cen_gris{
	height:24px;
	background:url(../img/pes_cen_gris.png) repeat-x;
	float:left;
	color:white;
	font-size:14px;
	padding:8px 5px 0px 5px;
	
}
.pes_bo_sala .pes_der_gris{
	width:7px;
	height:32px;
	background:url(../img/pes_der_gris.png) no-repeat;
	float:left;
}
.caja_bo_sala_datos .fila{
	width:100%;
	float:left;
	border-bottom:dotted 1px #B2B2B2;
	padding:10px 0;
	color:#666666;
}
.caja_bo_sala_datos .noborde{border:0;}
.caja_bo_sala_datos .fila span.titulos{
	float:left;
	margin-right:20px;
	width:110px;
	color:#999999;
}
.caja_bo_sala_datos .fila span.res{
	float:left;
	margin-right:20px;
}
.caja_bo_sala_datos .fila .izq{
	width:250px;
	float:left;
	border-right:dotted 1px #B2B2B2;
}
.caja_bo_sala_datos .fila .der{
	width:230px;
	float:left;
	padding-left:20px;
}
.caja_bo_sala_datos .fila .izq span.titulos, .caja_bo_sala_datos .fila .der span.titulos{
	width:auto; margin-right:5px;
}
.caja_bo_sala_datos table{width:400px; font-size:10px;}
.caja_bo_sala_datos table td{
	padding:2px 3px;
	text-align:center;
	float:left;
	width:30px;
}
.caja_bo_sala_datos table .dias{
	background:#666666;
	color:white;
	border-right:dotted 1px white;
	font-size:9px;
	width:41px;
}
.caja_bo_sala_datos table .noborde{border:0;}
.caja_bo_sala_datos table .hora{
	background:url(../img/hora_bo_sala.png) top repeat-x;
	color:#666666;
	border:solid 1px #c7c7c7;
	margin-right:4px;
	margin-top:4px;
	width:36px;
}
.caja_bo_sala_datos table .nomargen{margin-right:0;}
.caja_bo_sala_datos table td.dsd{
	margin-right:2px;
	padding-top:7px;
}

.bo_sala_caja_lateral_1{
	width:233px;
	height:340px;
	float:left;
	background:url(../img/bo_sala_caja_lateral_1.png) no-repeat;
	padding:30px;
	color:#666666;
	margin-top:30px;
	position:relative;
	font-size:12px;
	text-align:justify;
}
.bo_sala_caja_lateral_1 a{
	color:#CD032E;
	font-size:12px;
}

.bo_sala_caja_cen_2{
	float:left;
	width:613px;
	height:auto;
	position:relative;
	margin-top:50px;
	margin-right:10px;
}
.bo_sala_caja_cen_2_top{
	width:613px;
	height:9px;
	float:left;
	background:url(../img/bo_sala_caja_cen_2_top.png) no-repeat;
	
}
.bo_sala_caja_cen_2_bot{
	width:613px;
	height:9px;
	float:left;
	background:url(../img/bo_sala_caja_cen_2_bot.png) no-repeat;
	
}
.bo_sala_caja_cen_2_cen{
	width:513px;
	float:left;
	background:url(../img/bo_sala_caja_cen_2_cen.png) repeat-y;
	padding:20px 50px;	
	margin-right:10px;
}
.bo_sala_caja_cen_2_cen .titulo{
	width:100%; 
	float:left;
	color:#666666;
}
.bo_sala_caja_cen_2_cen .fila_servicios{
	width:100%;
	float:left;
	margin-top:5px;
	padding:3px 0;
}

.bo_sala_caja_cen_2_cen .fila_servicios .opcion{
	float:left;
	width:170px;
	margin-right:25px;
	color:#666666;
	font-size:12px;
}
.bo_sala_caja_cen_2_cen .fila_servicios .opcion img{margin-bottom:-6px; margin-right:5px;}
.bo_sala_caja_cen_2_cen .fila_servicios .nomargen{margin:0; width:100px;}

.bo_sala_caja_lateral_2{
	width:244px;
	height:164px;
	float:left;
	margin-top:22px;
	background:url(../img/bo_sala_caja_lateral_2.png) no-repeat;
	color:white;
	padding:20px;
}
.bo_sala_caja_lateral_2 .titulo{
	font-size:18px;
	width:100%;
	height:50px;
	float:left;
	margin-top:10px;
	color:white;
	padding-bottom:5px;
}
.bo_sala_caja_lateral_2 .texto{
	width:100%;
	float:left;
	padding:10px 0px;
	border-bottom:dotted 1px #CCCCCC;
}

.bo_sala_caja_cen_3{
	width:613px;
	float:left;
	/*background:url(../img/bo_sala_caja_cen_3.png) no-repeat;*/
	margin-top:50px;
	position:relative;
	margin-right:6px;
}
.bo_sala_caja_cen_3_top{
	width:613px;
	height:9px;
	float:left;
	background:url(../img/bo_sala_caja_cen_2_top.png) no-repeat;
	
}
.bo_sala_caja_cen_3_bot{
	width:613px;
	height:9px;
	float:left;
	background:url(../img/bo_sala_caja_cen_2_bot.png) no-repeat;
	
}
.bo_sala_caja_cen_3_cen{
	width:513px;
	float:left;
	background:url(../img/bo_sala_caja_cen_2_cen.png) repeat-y;
	padding:20px 50px;	
	margin-right:10px;
}


.bo_sala_caja_cen_3_cen .fila_form{
	width:100%;
	float:left;
	margin-top:7px;
}
.bo_sala_caja_cen_3_cen .fila_form a{color:#CD032E; text-decoration:underline; font-size:12px;}
.bo_sala_caja_cen_3_cen .fila_form label{
	width:170px;
	float:left;
	color:#999999;
}
.bo_sala_caja_cen_3_cen .fila_form input{background:none; border:0;}
.bo_sala_caja_cen_3_cen .fila_form .text_min{
	font-size:10px;
	color:#808080;
}
.bo_sala_caja_cen_3_cen .borde_bot{border-bottom:dotted 1px #999999; padding-bottom:10px; margin-bottom:10px;}

.bo_sala_caja_cen_3_cen .fila_boton{
	width:100%;
	float:left;
	margin-top:5px;
}
.bo_sala_caja_cen_3_cen a.boton_actualizar{
	background:url(../img/bo_boton_rojo.png) no-repeat;
	width:134px;
	height:25px;
	float:right;
	color:white;
	font-size:14px;
	padding-left:10px;
	padding-top:10px;
	text-decoration:none;
}

.bo_sala_lateral_3{
	width:253px;
	height:201px;
	float:left;
	background:url(../img/bo_sala_caja_lateral_3.png) no-repeat;
	padding:20px;
	margin-top:50px;
	position:relative;
	color:#808080;	
}
.bo_sala_lateral_3 img{float:right; margin-top:10px;}

/*menu mensajes*/
.menu a.mensajes{
	width:87px;
	height:21px;
	padding-top:7px;
	background:url(../img/boton_mensajes.png) no-repeat;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	text-align:center;
	color:white;
	position:relative;
	margin-right:10px;
}
.menu a.mensajes_sel{background:url(../img/boton_mensajes_sel.png) no-repeat;}
.menu a.mensajes .num_mensajes{
	width:21px;
	height:16px;
	color:white;
	font-size:10px;
	text-align:center;
	position:absolute;
	top:-5px;
	right:-10px;
	background:url(../img/num_mensajes.png) no-repeat;
}
.menu a.mensajes .num_sel{
	background:url(../img/num_mensajes_sel.png) no-repeat;
}

/*caja bo sala ayuda*/
.caja_bo_sala_ayuda{
	width:608px;
	float:left;
	margin-top:30px;	
	margin-right:10px;
}
.caja_bo_sala_ayuda .caja_bo_sala_ayuda_top{
	width:548px;
	float:left;
	background:url(../img/caja_bo_sala_ayuda_top.png) top no-repeat;
	padding:10px 30px;
}
.caja_bo_sala_ayuda .caja_bo_sala_ayuda_bot{
	width:608px;
	height:20px;
	float:left;
	background:url(../img/caja_bo_sala_ayuda_bot.png) no-repeat;
}
.caja_bo_sala_ayuda .titulo{
	width:100%;
	float:left;
	padding-bottom:5px;
	border-bottom:dotted 1px #B2B2B2;
	font-size:20px;
}
.caja_bo_sala_ayuda .fila{
	width:100%;
	float:left;
	padding:5px 0px 14px 0px;
	border-bottom:dotted 1px #B2B2B2;
	color:#808080;
	font-size:14px;
	font-weight:bold;
}
.caja_bo_sala_ayuda .fila span:hover{cursor:pointer;}
.caja_bo_sala_ayuda .fila img{
	margin-bottom:-10px;
	margin-right:5px;
}
.caja_bo_sala_ayuda_lateral_1{
	width:247px;
	height:107px;
	float:left;
	background:url(../img/caja_bo_sala_ayuda_lateral_1.png) no-repeat;
	padding:15px 20px;
	margin-top:30px;
}
.caja_bo_sala_ayuda_lateral_1 .titulo{
	color:white;
	float:left;
	width:100%;
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
}
.caja_bo_sala_ayuda_lateral_1 .fila{
	width:100%;
	float:left;
	padding:5px 0;
}
.caja_bo_sala_ayuda_lateral_1 .f_mensajes{padding:3px 0;}
.caja_bo_sala_ayuda_lateral_1 .fila a{
	font-size:12px;
	color:white;
	text-decoration:underline;
}
.caja_bo_sala_ayuda_lateral_1 .fila a.sel{font-weight: bold;}


.caja_bo_sala_ayuda_lateral_2{
	width:247px;
	float:left;
	background:url(../img/caja_bo_sala_ayuda_lateral_2.png) no-repeat;
	padding:15px 20px;
	margin-top:10px;
}
.caja_bo_sala_ayuda_lateral_2 .titulo{
	color:#4D4D4D;
	float:left;
	width:100%;
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
}
.caja_bo_sala_ayuda_lateral_2 .fila{
	width:100%;
	float:left;
	padding:5px 0;
	color:#4D4D4D;
}
.caja_bo_sala_ayuda_lateral_2 .fila a{
	font-size:12px;
	color:#4D4D4D;
	text-decoration:underline;
}

.caja_bo_sala_mensajes{width:613px; float:left; margin-right:10px; position:relative;margin-top:30px;}
.caja_bo_sala_mensajes_top{
	width:613px;
	height:45px;
	float:left;
	background:url(../img/caja_bo_sala_mensajes_top.png) no-repeat;
	
	/*position:relative;*/
}
.caja_bo_sala_mensajes_cen{
	width:602px;
	float:left;
	background:url(../img/caja_bo_sala_mensajes_cen.png) repeat-y;
	padding:6px;
	padding-left:5px;
	padding-top:20px;
	padding-bottom:0;
}
.caja_bo_sala_mensajes_bot{
	width:613px;
	height:23px;
	float:left;
	background:url(../img/caja_bo_sala_mensajes_bot.png) no-repeat;
}
.caja_bo_sala_mensajes_cen table{
	float:left;
	margin-top:-47px;
	width:100%;
}
.caja_bo_sala_mensajes_cen table td{
	padding:2px 5px;
	color:#666666;
	background:url(../img/bo_sala_sep_tabla2.png) right no-repeat;
}
.caja_bo_sala_mensajes_cen table td.primera{padding-left:20px;}
.caja_bo_sala_mensajes_cen table td.titulos{color:white; padding-top:1px; padding-bottom:10px;
	background:url(../img/bo_sala_sep_tabla.png) top right no-repeat;
	text-align:left;
}

.caja_bo_sala_mensajes_cen table td.ver_eliminar{text-align:center;}

.caja_bo_sala_mensajes_cen table td.cebreado{background:#ECECEC url(../img/bo_sala_sep_tabla2.png) right no-repeat;}
.caja_bo_sala_mensajes_cen table td.noborde{background-image:none;}

.caja_bo_sala_mensajes_cen table td.interior{background:#cccccc url(../img/degradado_top_interior.png) top repeat-x; color:#585858;}
.caja_bo_sala_mensajes_cen table .noline{line-height:normal;}

.caja_bo_sala_mensajes_cen table td a.boton_rojo{
	background:url(../img/bo_sala_mensajes_boton_rojo.png) no-repeat;
	color:white;
	width:85px;
	height:21px;
	text-align:center;
	font-size:12px;
	padding-top:5px;
	float:none;
	display:inline-block;
}

.col_lateral_bo_sala{width:290px; float:left;}
	

.caja_bo_sala_mensajes .pes_bo_sala{
	top:-24px;
	right:7px;
}
.caja_bo_sala_mensajes_filtro{
	width:250px;
	height:228px;
	float:left;
	background:url(../img/caja_bo_sala_mensajes_filtro.png) no-repeat;
	margin-top:10px;
	padding:10px 20px;
}
.caja_bo_sala_mensajes_filtro .titulo{
	font-size:16px;
	color:#CD032E;
}
.caja_bo_sala_mensajes_filtro .titulo a{color:#CD032E; margin-left:20px; text-decoration:underline;}
.caja_bo_sala_mensajes_filtro .fila{
	float:left;
	width:100%;
	padding:5px 0;
}
.caja_bo_sala_mensajes_filtro .fila label{
	color:#666666;
	font-size:12px;
	width:100%;
	float:left;
}
.caja_bo_sala_mensajes_filtro .fila input{background:none; border:0;}
.caja_bo_sala_mensajes_filtro .fila img{
	margin-top:-6px;
	margin-left:5px;
}
.caja_bo_sala_mensajes_filtro .fila a.boton_buscar{
	background:url(../img/boton_rojo_buscar.png) no-repeat;
	width:91px;
	height:24px;
	float:right;
	color:white;
	padding-top:10px;
	font-size:14px;
	padding-left:10px;
}

/*table inicio bo sala*/
table.bo_sala_inicio{
	float:left;
	margin-top:-47px;
	width:100%;
}
table.bo_sala_inicio td{
	padding:7px 5px;
	color:#666666;
	background:url(../img/bo_sala_sep_tabla2.png) right no-repeat;
}
table.bo_sala_inicio td input{margin-right:3px;}
table.bo_sala_inicio td.primera{padding-left:20px;}
table.bo_sala_inicio td.titulos{color:white; padding-top:1px; padding-bottom:10px;
	background:url(../img/bo_sala_sep_tabla.png) top right no-repeat;
	text-align:left;
}
table.bo_sala_inicio td.ver_eliminar{text-align:center;}

table.bo_sala_inicio td.cebreado{background:#ECECEC url(../img/bo_sala_sep_tabla2.png) right no-repeat;}
table.bo_sala_inicio td.noborde{background-image:none;}
table.bo_sala_inicio td a.boton_rojo{
	background:url(../img/bo_sala_mensajes_boton_rojo.png) no-repeat;
	color:white;
	width:85px;
	height:21px;
	text-align:center;
	font-size:12px;
	padding-top:5px;
	float:none;
	display:inline-block;
}

/*bo sala inicio*/
.caja_bo_sala_1_inicio{
	/*background:url(../img/bo_sala_caja_1_inicio.png) no-repeat;*/
	width:613px;
	float:left;	
	margin-top:30px;
	position:relative;
}
.caja_bo_sala_1_inicio_top{
	width:613px;
	float:left;
	height:15px;
	background:url(../img/caja_bo_sala_inicio_1_top.png) no-repeat;
}
.caja_bo_sala_1_inicio_cen{
	
	width:574px;
	float:left;
	background:url(../img/caja_bo_sala_inicio_1_cen.png) repeat-y;
	padding:10px 20px;
}
.caja_bo_sala_1_inicio_bot{
	width:613px;
	float:left;
	height:15px;
	background:url(../img/caja_bo_sala_inicio_1_bot.png) no-repeat;
}

.caja_bo_sala_1_inicio .fila_pasos{
	width:100%;
	float:left;
	padding:5px 0 5px 0;
	font-size:12px;
}
.caja_bo_sala_1_inicio .fila_pasos .opcion{
	float:left;
	width:180px;
	color:#999999;
}
.caja_bo_sala_1_inicio .fila_pasos .opcion_sel{color:#CD032E; font-weight:bold;}
.caja_bo_sala_1_inicio .fila{
	width:100%;
	float:left;
	border-bottom:dotted 1px #B2B2B2;
	padding:7px 0;
	font-size:14px;
}

.caja_bo_sala_1_inicio .col_radio{
	width:20px;
	float:left;
	height:50px;
}
.caja_bo_sala_1_inicio .col_foto{
	width:90px;
	float:left;
	/* height:50px; */
	border-right:dotted 1px #999999;
	padding-right:10px;
	margin-right:10px;
	color:#4D4D4D;
	font-size:12px;
}
.caja_bo_sala_1_inicio .fila_subtitulo{
	color:#666666;
	float:left;
	width:1005;
	font-size:12px;
	padding:3px 0;
}
.caja_bo_sala_1_inicio .fila_form{
	width:100%;
	float:left;
	padding:3px 0;
	position:relative;
}
.caja_bo_sala_1_inicio .fila_form label{
	width:100px;
	color:#666666;
	font-size:11px;
	float:left;
}
.caja_bo_sala_1_inicio .fila_form .size_input{width:38px; float:left; margin-right:5px;}
.caja_bo_sala_1_inicio .fila_form .size_input input{font-size:11px;}
.caja_bo_sala_1_inicio .fila_form .size_input_2{width:150px; float:left; position:relative;}
.caja_bo_sala_1_inicio .fila_form .size_input_2 .caja_gris{
	width:124px; 
	height:80px;
	float:left; 
	background:url(../img/introducir_nombre_caja.png) no-repeat;
	position:absolute;
	right:-180px;
	top:-70px;
	color:white;
	padding:10px;
	padding-left:20px;
	font-size:12px;
}
.caja_bo_sala_1_inicio .fila_form .size_input_2 .caja_roja{
	width:124px; 
	height:80px;
	float:left; 
	background:url(../img/introducir_nombre_caja_rojo.png) no-repeat;
	position:absolute;
	right:-180px;
	top:-40px;
	color:white;
	padding:10px;
	padding-left:20px;
	font-size:12px;
}
.caja_bo_sala_1_inicio .fila_form .size_input_3{width:120px; float:left; position:relative;}
.caja_bo_sala_1_inicio .fila_form .size_input_3 img{position:absolute; right:0; top:-5px;}
.caja_bo_sala_1_inicio .fila_form .size_input_4{width:300px; float:left; font-size:11px; color:#666666;}
.caja_bo_sala_1_inicio .fila_form .size_input_4 span.texto{width:150px; margin-top:5px; margin-left:5px; font-size:11px; color:#666666;}
.caja_bo_sala_1_inicio .fila_form a.boton_aceptar_rojo{
	background:url(../img/boton_aceptar_rojo.png) no-repeat;
	width:107px;
	height:25px;
	float:right;
	font-size:14px;
	color:white;
	padding-top:10px;
	padding-left:10px;
	position:absolute;
	right:0;
	top:-5px;
}
.caja_bo_sala_1_inicio .noborde{border:0;}
.caja_bo_sala_1_inicio .fila .titulo{
	width:180px;
	float:left;
	color: #999999;
	font-size:14px;
	font-weight:normal;
}
.caja_bo_sala_1_inicio .fila .texto{
	color:#666666;	
	width:394px; 
	float:left;
}
.caja_bo_sala_1_inicio .fila .col{
	width:370px;
	float:left;
}
.caja_bo_sala_1_inicio .fila .col .texto{width:100px;}
.caja_bo_sala_1_inicio .fila .col_2{
	width:180px;
	float:left;
}
.caja_bo_sala_1_inicio .fila .col_2 .titulo{width:50px; float:left;}
.caja_bo_sala_1_inicio .fila .col_2 .texto{width:100px; float:left;}
.caja_bo_sala_1_inicio .fila_boton{
	width:100%;
	float:left;
	text-align:right;
}
.caja_bo_sala_1_inicio .fila_boton a{font-size:11px; color:#FF0000; text-decoration:underline; font-weight:bold;}
.caja_bo_sala_1_inicio .fila_boton .boton_imprimir{
	background:url(../img/bo_boton_imprimir.png) no-repeat;
	width:108px;
	height:25px;
	display:inline-block;
	color:white;
	padding-top:10px;
	padding-left:5px;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	margin-bottom:3px;
	font-weight:normal;
}


.caja_bo_inicio_lateral_1{
	/*background:url(../img/bo_caja_inicio_lateral_1.png) no-repeat;*/
	width:284px;
	float:left;
	color:white;
}
.caja_bo_inicio_lateral_1_top{
	width:284px;
	height:17px;
	float:left;
	background:url(../img/bo_caja_inicio_lateral_1_top.png) no-repeat;
}
.caja_bo_inicio_lateral_1_cen{
	width:264px;
	float:left;
	background:#7d7d7d;
	padding:0px 10px 0px 10px;	
}
.caja_bo_inicio_lateral_1_bot{
	width:284px;
	height:17px;
	float:left;
	background:url(../img/bo_caja_inicio_lateral_1_bot.png) no-repeat;
}
.caja_bo_inicio_lateral_1 .titulo{
	font-size:18px;
	color:white;
	width:100%;
	float:left;
	border-bottom:dotted 1px #CCCCCC;
	font-weight:normal;
	padding-bottom:5px;
}
.caja_bo_inicio_lateral_1 .fila{
	width:236px;
	float:left;
	border-bottom:dotted 1px #CCCCCC;
	padding:20px 0px;
	padding-left:28px;
	position:relative;
	font-size:14px;
}
.caja_bo_inicio_lateral_1 .fila img{position:absolute; left:0; top:20px;}
.centro_bo_sala{
	width:614px;
	float:left;
	margin-right:10px;
}
.caja_bo_inicio_lateral_1 .fila_paso1{
	width:100%;
	float:left;
	border-bottom:dotted 1px #CCCCCC;
	padding:20px 0px;
	font-size:14px;
}
.caja_bo_inicio_lateral_1 .fila_paso1 p{width:100%; float:left;}
.caja_bo_inicio_lateral_1 .fila_paso1 a.normativa{
	width:100px;
	height:19px;
	float:left;
	background:url(../img/normativa_boton_blanco.png) no-repeat;
	color:#808080;
	font-size:14px;
	text-align:center;
	padding-top:3px;
	margin-bottom:5px;
}
.caja_bo_inicio_lateral_1 .fila_paso1 ul{margin-left:18px;}
.caja_bo_inicio_lateral_1 .fila_paso1 li{padding:5px 0;}
.caja_bo_inicio_lateral_1 .fila_paso1 li img{margin-bottom:-3px;margin-right:5px;}
.caja_bo_inicio_lateral_1 .noborde{border:0;}

.caja_bo_inicio_lateral_2{
	background:url(../img/bo_caja_inicio_lateral_2.png) no-repeat;
	width:264px;
	height:250px;
	float:left;
	color:white;
	padding:10px 10px 0px 10px;	
	margin-top:30px;
}
.caja_bo_inicio_lateral_2 .titulo{
	width:100%;
	float:left;
	padding:5px 0;
	font-size:16px;
	color:white;
	font-weight:normal;
	border-bottom:dotted 1px #cccccc;
}
.caja_bo_inicio_lateral_2 .subtitulo{
	width:100%;
	float:left;
	font-size:14px;
	color:white;
	font-weight:normal;
}
.caja_bo_inicio_lateral_2 .fila{
	width:234px;
	float:left;
	padding:8px 0;
	padding-left:30px;
	position:relative;
}
.caja_bo_inicio_lateral_2 .fila img{position:absolute; top:10px; left:0;}

.fila_enlace_tabla{
	width:100%;
	float:left;
}
.fila_enlace_tabla a{float:right; color:#FF0000; font-size:11px; text-decoration:underline; margin-right:20px; font-weight:bold;}

/*radio button*/

.radio_button{
	background:url(../img/radio_button.png) top no-repeat;
	width:12px;
	height:12px;
	margin-right:4px;
	float:left;
	cursor:pointer;
}
.radio_button_sel{background-position:bottom;}


.fila_bo_sala_reserva{
	width:921px;
	float:left;
	padding:7px;
	padding-top:50px;
}
.bo_sala_reserva_caja_filtro{
	width:881px;
	height:116px;
	float:left;
	background:url(../img/bo_sala_reserva_caja_filtro.png) no-repeat;
	padding:20px;
	
}
.bo_sala_reserva_caja_filtro .fila_titulo{
	width:100%;
	float:left;
	color:#CD032E;
	font-weight:bold;
	font-size:14px;
}
.bo_sala_reserva_caja_filtro .fila_titulo a{
	color:#CD032E;
	font-size:10px;
	margin-left:10px;
	text-decoration:underline;
	font-weight:normal;
}
.bo_sala_reserva_caja_filtro .fila{
	float:left;
	width:100%;
	padding:5px 0;
}
.bo_sala_reserva_caja_filtro .col{
	width:250px;
	float:left;
}
.bo_sala_reserva_caja_filtro .col2{
	width:230px;
	float:left;
}
.bo_sala_reserva_caja_filtro label{
	width:100%;
	float:left;
	color:#666666;
}
.bo_sala_reserva_caja_filtro .col_hasta_desde{
	width:280px;
	float:left;
}
.bo_sala_reserva_caja_filtro .col_hasta_desde .desde{
	width:130px;
	float:left;
	margin-right:5px;
}
.bo_sala_reserva_caja_filtro .col_hasta_desde .hasta{
	width:130px;
	float:left;
}
.bo_sala_reserva_caja_filtro a.boton_buscar{
	background:url(../img/boton_buscar.png) no-repeat;
	width:95px;
	height:25px;
	padding-top:10px;
	padding-left:10px;
	font-size:14px;
	float:right;
	color:white;
	margin-top:5px;
}

.bo_calendario_ico{
	margin-top:-7px;
	margin-left:5px;
}


/*paso 3 reservar*/
.recep_pago{
	width:563px;	
	float:left;
	background:url(../img/ico_info_tans.png) left no-repeat;
	padding:5px 0;
	padding-left:25px;
}

.bookingSlogan{
	float:left;
	margin-bottom:10px;
}

/*ventana bo agnecia*/
.ventana_bo_agencia_1{
	width:386px;
	float:left;
	background:url(../img/ventana_bo_sala_bg.png) repeat-y;
	padding:20px 30px;
	position:relative;
}
.ventana_bo_agencia_1 .boton_ventana_gris{
	background:url(../img/boton_ventana_gris.png) no-repeat;
	width:226px;
	height:24px;
	float:left;
	color:white;
	padding-top:10px;
	font-size:14px;
	padding-left:10px;
	margin-bottom:10px;
}
.ventana_bo_agencia_1 .fila{float:left; width:100%; padding:5px 0;}
.ventana_bo_agencia_1 label{
	color:#4D4D4D;
	font-size:14px;
	font-weight:bold;
	width:100%;
	float:left;
}
.ventana_bo_agencia_1 label a{
	color:#CD032E;
	font-size:11px;
	margin-left:20px;
	text-decoration:underline;
}
.ventana_bo_agencia_1 label.admin{width:175px; float:left; margin-top:5px;}
.ventana_bo_agencia_1 a.cerrar{
	width:33px;
	height:33px;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	background:url(../img/cerrar_ventana.png) no-repeat;
}
.ventana_bo_agencia_1 .fila_boton{
	width:100%;
	float:left;
	padding:10px 0px;
	border-top:dotted 1px #cccccc;
}
.ventana_bo_agencia_1 .fila_boton a.boton_rojo_buscar{
	background:url(../img/boton_rojo_buscar.png) no-repeat;
	color:white;
	width:93px;
	height:24px;
	float:right;
	padding-top:10px;
	padding-left:8px;
	font-size:14px;
}


/*pestaña bo agencia*/
.tabla_mi_cuenta{position:relative;}
.pes_bo_agencia{
	position:absolute;
	left:20px;
	top:-2px;
	background:url(../img/pes_bo_agencia_gris.png) no-repeat;
	width:150px;
	height:27px;
	color:white;
	font-size:14px;
	text-align:center;
	float:left;
	padding-top:5px;
}
.mi_cuenta .tabla_mi_cuenta table th.pes_gris{background:#2b2b2b url(../img/tabla_top_izq_pes.png) no-repeat;}

a.enlace_banners_home{position:absolute; bottom:5px; right:-40px; color:white; padding-right:20px; 	background:url(../img/fle_blanca.png) right no-repeat;}
.fila_amb_captcha{height:62px;}

.fila_opc{
	height:30px;
    line-height:12px;
}

a.new_boton_rojo{
	width:100%;
	overflow:hidden;
	cursor:pointer;
}
.new_boton_rojo .izq{
	background:url(../img/new_boton_rojo_izq.png) top left no-repeat;
	width:7px;
	height:34px;
	float:left;
}
.new_boton_rojo .cen{
	background:url(../img/new_boton_rojo_cen.png) top left repeat-x;
	height:34px;
	float:left;
	color:white;
	font-size:14px;
	line-height:34px;
	font-weight:bold;
}
.new_boton_rojo .der{
	background:url(../img/new_boton_rojo_der.png) top left no-repeat;
	width:32px;
	height:34px;
	float:left;
}

/* BREADCRUMB - RASTRO MIGAS
------------------------------------ */
.breadcrumb{    
    width:100%; max-width:942px;
    height:25px;
    padding-top:9px;
    background-color:#c9c9c9;
}
.breadcrumb ul{ 
    padding-left:250px;
    list-style:none; 
    overflow:hidden; 
}
.breadcrumb ul li{
    float:left;
    margin-right:5px; 
    font-weight:bold; 
    color:#585858;  
    font-size:14px;
}
.breadcrumb ul li a{
    font-weight:bold;
    color:#585858;
    font-size:14px;
    text-decoration:none;   
}
.breadcrumb ul li a:hover{ color:#000; }
.bc-shortpad ul,
.reservar .breadcrumb ul{ padding-left:247px; }

/* ESTILOS PARA EL LANDING DE LA TARJETA ONE */
/* #ONE */
.one .breadcrumb { max-width:none; width: 945px; margin-left:15px; margin-right:0px;}
.one .breadcrumb ul{ padding-left: 250px; }
.one .clear{ clear: both; }
.one ::selection{ background: white; color: #D9002E; }
.one ::-moz-selection{ background: white; color: #D9002E; }

.one h1{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 70px;
	background: url('../img/h1-tarjeta-one.png') no-repeat 30px center #d9002e;
	/* Estos dos estilos son para que cuadre con el fondo de pantalla */
	width: 945px;
	margin: 0 auto;
}

.one .content{
	padding: 0 30px;
}

/* Presentación */
.one .presentacion{
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}

	.one .presentacion h2{
		display: block;
		overflow: hidden;
		/*text-indent: -9999px;*/
		/*height: 23px;
		background: url('../img/h2-la-nueva-tarjeta-one.png') no-repeat 0 center transparent;*/
		margin: 20px 0 5px;
		color: #d9002e;
	}

	.one .presentacion h2 small 
	{
		color:#141014;
	}

	.one .presentacion h3 
	{
		margin:15px 0px;
	}


	.one .presentacion ul.lista-ventajas{
		font: normal 14px/15px Arial;
		color: #141014;
		/*list-style-image: url('../img/dot-svgrepo-com.svg');
		list-style-position: inside;*/
		list-style:none;

	}

	.one .presentacion ul.lista-ventajas li
	{
		position:relative;
		padding-left:18px;
	}

	.one .presentacion ul.lista-ventajas li:before
	{
		content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  background-image: url(../img/dot-svgrepo-com.svg);
  background-size: 8px 8px;
  background-position: 0 0;
  background-repeat: no-repeat;
		
	}

	.one .presentacion ul.lista-ventajas li{ margin: 0 0 5px; }
	
	.one .presentacion .ideal-para{
		margin: 20px 0 0;
		padding: 10px 15px 15px;
		background: #efd9d1;
		font-size: 18px;
		line-height: 27px;
		overflow: hidden;
		color: #585758;
		list-style: none;
		float: left;
	}
		.one .presentacion .ideal-para li{ float: left; margin: 0 15px 0 0; }
		
		.one .presentacion .ideal-para .cercle-roig{
			display: block;
			float: left;
			width: 28px;
			height: 27px;
			margin: 0 10px 0 0;
			color: white;
			text-align: center;
			line-height: 27px;
			background: url('../img/cercle-roig.png') no-repeat center center transparent;
		}
		
		.one .presentacion .ideal-para .motivo{ color: #D9002E; }
	
	.one .presentacion .tarjeta-one-nice{
		position: absolute;
		top: 15px; right: 0;
	}
	
/* Listado de salas */
.one .listado{
	margin-top: 21px;
	background: #efd9d1;
}
	.one .listado .titulo{
		display: block;
		position: relative;
		top: -21px;
		width: 180px;
		height: 55px;
		overflow: hidden;
		float: left;
		text-indent: -9999px;
		background: url('../img/listado-de-salas.png') no-repeat center center #d9002e;
	}
	
	.one .listado ul{
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		width: 260px;
		list-style: none;
		font-size: 15px;
		color: #1d1d1b;
		overflow: hidden;
		padding: 0px;
		margin-right:30px;
		
	}
		.one .listado ul li { margin: 0 0 20px 0; }
		.one .listado ul li p { margin: 0 0 5px 0; }
		.one .listado .ciudad{ font-weight: bold; color: #d9002e; margin: 0; }
			.one .listado .ciudad .ciudad-codigo{ color: #1d1d1b; }
		.one .listado .mas-info{
			display: block;
			overflow: hidden;
			width: 56px;
			height: 25px;
			text-indent: -9999px;
			background: url('../img/mas-info.png') no-repeat center center transparent;
			margin: 3px 0 0;
		}

/* Como adquirir la tarjeta ONE */
.one .adquirir{
	margin-top: 20px;
	padding: 20px;
	background: #efd9d1;
	overflow: hidden;
	font-size: 15px;
	line-height: 18px;
	color: #1d1d1b;
}
	.one .adquirir h2{
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		height: 23px;
		background: url('../img/h2-como-adquirir-tarjeta-one.png') no-repeat 0 center transparent;
		margin: 0 0 10px;
	}
	
	/* Pasos para adquirir la tarjeta */
	.one .adquirir .pasos{ margin: 20px 0 0; }
	
	.one .adquirir .col{
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
	}
		.one .adquirir .por-email{
			width: 260px;
			margin: 0 30px 0 0;
			padding:0px;
		}
			.one .adquirir .por-email .mailto{
				display: block;
				/*overflow: hidden;
				text-indent: -9999px;
				width: 164px;
				height: 36px;
				background: url('../img/mailto.png') no-repeat 0 center transparent;
				margin: 5px 0 0;*/
				    border-radius: 5px;
				    padding: 10px;
				    font-weight: bold;
				    background:#CD032E;
				    color:#fff;
				    font-size: 15px;
				    line-height: 18px;
				    display:inline-block;
				    margin:10px 0px;
			}
			
		.one .adquirir .por-telefono{
			width: 260px;
			margin: 0 30px 0 0;
			padding:0px;
		}
			.one .adquirir .por-telefono .telefono{
				display: block;
				/*overflow: hidden;
				text-indent: -9999px;
				width: 138px;
				height: 20px;
				background: url('../img/telefono.png') no-repeat 0 center transparent;*/
				margin: 5px 0 0;
				color: var(--primary);
				font-size:25px;
				font-weight:bold;
			}
			
		.one .adquirir .grandes-pedidos{
			width: 325px;
		}
			.one .adquirir .grandes-pedidos .grandes{
				position: relative;
				left: -10px;
				background: url('../img/para-grandes-pedidos.png') no-repeat 0 center transparent;
				margin: 0 0 10px;
				padding: 12px 0 12px 30px;
				color: white;
			}
			
			.one .adquirir .grandes-pedidos .minimo{
				font-size: 13px;
				font-weight: bold;
			}
	
/* Clientes que confian en ONE */
.one .clientes{
	margin-top: 20px;
	padding: 20px;
	background: #efd9d1;
	overflow: hidden;
	font-size: 15px;
	line-height: 18px;
	color: #1d1d1b;
}
	.one .clientes .title{
		font-size: 18px;
	}
		.one .clientes .title .red{ color: #d9002e; }
		
	.one .clientes .select-container{
		display: block;
		overflow: hidden;
		width: 241px;
		height: 41px;
		background: url('../img/select-clientes.png') no-repeat 0 center transparent;
		margin: 15px 0;
	}
		.one .clientes .select-container select{
			width: 150%;
			padding: 9px;
			font: normal 17px/17px Arial;
			color: #FFF;
			border: 0;
			background: transparent;
			-webkit-appearance: none;
		}
			.one .clientes .select-container select option{
				background-color: #D9012D;
				padding: 0 0 0 11px;
				-webkit-appearance: none;
				border: 0;
			}
			
	.one .clientes .tarjetas .col{
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
		margin: 0 10px 0 0;
	}
		.one .clientes .tarjetas .muestra{ width: 270px; }
		
		.one .clientes .tarjetas .text p{ margin: 0 0 10px; }
			.one .clientes .tarjetas .name{ font-weight: bold; }
			.one .clientes .mas-info{
				display: block;
				overflow: hidden;
				width: 68px;
				height: 35px;
				text-indent: -9999px;
				background: url('../img/mas-info-tarjeta.png') no-repeat center center transparent;
				margin: 3px 0 0;
			}
		
/* #KUONI */
.kuoni .breadcrumb { max-width:none; width: 945px; margin-left:15px; margin-right:0px;}
.kuoni .breadcrumb ul{ padding-left: 250px; }
.kuoni .clear{ clear: both; }
.kuoni ::selection{ background: white; color: #D9002E; }
.kuoni ::-moz-selection{ background: white; color: #D9002E; }
.kuoni .contenido{ background: transparent;}

.kuoni h1{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 70px;
	background: url('../img/h1-kuoni-one.png') no-repeat 30px center #d9002e;
	/* Estos dos estilos son para que cuadre con el fondo de pantalla */
	width: 945px;
	margin: 0 auto;
}

.kuoni .content{
	color: #0d1d48;
}
	.kuoni .kuoni-logo{ margin: 25px 0; }

/* Tarjeta */
.kuoni .tarjeta{
	margin: 3px 0 0 15px;
	background: #f5f5f1;
	padding: 0 30px 25px;
	width: 885px;
	
}	
	.kuoni .tarjeta .col{
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
		margin: 0 10px 0 0;
	}
		.kuoni .tarjeta .muestra{ width: 270px; }
		
		.kuoni .tarjeta .text{
			font-size: 15px;
			position: relative;
			width: 540px;
			height: 168px;
		}
		.kuoni .tarjeta .text p{ margin: 0 0 10px; }
			.kuoni .tarjeta .name{ font-weight: bold; }
			.kuoni .link{
				display: block;
				position: absolute;
				left: 0;
				bottom: 0;
				overflow: hidden;
				width: 114px;
				height: 25px;
				text-indent: -9999px;
				background: url('../img/kuoni-es.png') no-repeat center center transparent;
				margin: 3px 0 0;
			}
			
/* Listado de salas */
.kuoni .listado{
	margin: 40px 30px 0;
	background: #f5f5f1;
}
	.kuoni .listado .titulo{
		display: block;
		position: relative;
		top: -21px;
		width: 690px;
		height: 82px;
		overflow: hidden;
		float: left;
		text-indent: -9999px;
		background: url('../img/la-tarjeta-kuoni.png') no-repeat center center #0d1d48;
	}
	
	.kuoni .listado ul{
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
		width: 260px;
		list-style: none;
		clear: both;
		font-size: 15px;
		padding: 0 20px;
		overflow: hidden;
	}
		.kuoni .listado ul li{ margin: 0 0 20px 0; }
	
		.kuoni .listado .ciudad{ font-weight: bold; color: #e7791e; }
		.kuoni .listado .ciudad .ciudad-codigo{ color: #0d1d48; }
		.kuoni .listado .mas-info{
			display: block;
			overflow: hidden;
			width: 56px;
			height: 25px;
			text-indent: -9999px;
			background: url('../img/mas-info-kuoni.png') no-repeat center center transparent;
			margin: 3px 0 0;
		}

/* Tiendas kuoni */

.kuoni .tiendas{
	margin: 40px 30px 0;
	background: #f5f5f1;
}
	.kuoni .tiendas .titulo{
		display: block;
		position: relative;
		top: -21px;
		width: 184px;
		height: 61px;
		overflow: hidden;
		float: left;
		text-indent: -9999px;
		background: url('../img/tiendas-kuoni.png') no-repeat center center #0d1d48;
	}
	
	.kuoni .tiendas ul{
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
		width: 260px;
		list-style: none;
		clear: both;
		font-size: 15px;
		line-height: 17px;
		padding: 0 20px;
	}
	
		.kuoni .tiendas ul li{ overflow: hidden; margin: 0 0 15px; }
		.kuoni .tiendas .listado-tiendas .ciudad{ font-weight: bold; }
		.kuoni .tiendas .listado-tiendas .mailto{
			display: block;
			float: left;
			background: #E7791E;
			border-radius: 5px;
			color: white;
			padding: 5px;
			font-style: italic;
			margin: 15px 0 0;
			font-size: 15px;
		}
.button::-moz-focus-inner { /* FFX reset */
  border: 0;
  padding: 0;
}		
.button {
  background: #d9012d;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font: bold 14px/25px Arial, Verdana;
  height: 25px;
  margin: 0 1px 0 0;
  padding: 0 10px;
}
.button-grey { background: #343433; }
.codesforgifts .presentacion {
  background: url(../img/salasvip.jpg) 30px 0 no-repeat;
  margin: 30px 0 30px 0;
  min-height: 280px;  min-height: 280px;
  padding: 20px 300px 0 0;  padding: 0 0 0 300px;
}
.codesforgifts .presentacion div.inner {
  background: url(../img/gifts_log.png) 40px top no-repeat; 
  padding-left: 300px;
  padding: 122px 20px 0 40px;
  position: relative;
}
.codesforgifts .presentacion h2 {
  background: none;
  color: #50c4cf;
  font: normal 24px/1.1 "droid_serifbold_italic", Arial, Verdana;	
  position: absolute; top: 0; left: 220px;
  height: auto;
  margin: 0;
  text-indent: 0;
}
.codesforgifts .presentacion h2 span { font-size: 32px; }
.codesforgifts .presentacion p {
  color: #141014;
  font: normal 24px/1.2 "droid_sansregular", Arial, Verdana;	
  margin: 0 0 0.8em 0;
}	
.codesforgifts .presentacion p span {
  color: #50c4cf;
  font-weight: bold;
} 
.codesforgifts .presentacion div.list {
  border: 2px solid #60c1cc;
  border-radius: 12px;
  color: #383533;
  font: normal 14px/1.2 "droid_sansregular", Arial, Verdana; 
  padding: 20px 38px;
}
.codesforgifts .presentacion div.list strong { font-family: "droid_sansbold", Arial, Verdana; font-weight: normal; }
.codesforgifts .presentacion div.list ul { list-style: none; }
.codesforgifts .presentacion div.list ul li {
  margin: 0 0 5px 0;
  padding: 10px 0 0 20px;
  position: relative;
}
.codesforgifts .presentacion div.list ul li span {
  color: #50c4cf;
  display: inline-block;
  font: normal 24px "droid_serifbold_italic", Arial, Verdana;	
  position: absolute; left: 0; top: 0;
}

.codesforgifts .breadcrumb { width: 915px; margin: 0 auto; }
.codesforgifts h1.plaintext {
  background: #D9002E;
  color: #fff;
  font: bold 22px/1.2 Helvetica, Arial, Verdana, sans-serif;
  height: 48px;
  padding: 22px 0 0 180px;
  text-indent: 0;
  text-transform: uppercase;
  width: 735px;
}
#codesforgifts_footer { height: 110px; }
#codesforgifts_footer .contenido_pie { height: 90px; }
#codesforgifts_footer .contenido_pie .cp-top { height: auto; font-size: 14px; }


/*********************************RESPONSIVE*************************************************/

.cabecera .opcion
{
	position:relative;
}
	
.caja_registro_home
{
    right: 0px;
    top: 40px;
}

.caja_registro
{
	right:0px;
	top:40px;
	z-index:222;
}

	
.contienemapa
{
	height:335px;
	background-position: top center !important;
	width: 958px;
}

.mapares
{
	display:none;
	height:335px;
	width:100%;
	overflow:hidden;
	position:relative;
}

.mapares div
{
	width:942px;
	max-width:942px;
	height:335px;
	background-position:left top;
}

.mapares div.scroller
{
	overflow:hidden;
	position:relative;
	width:100%;
	max-width:100%;
}

.mapares div.flechaanterior, .mapares div.flechasiguiente
{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height:80px;
	width:80px;
	position:absolute;
	background: rgba(164,13,43,1);
background: -moz-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,13,43,1)), color-stop(51%, rgba(200,75,82,1)), color-stop(100%, rgba(206,40,54,1)));
background: -webkit-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
background: -o-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
background: -ms-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
background: linear-gradient(to bottom, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40d2b', endColorstr='#ce2836', GradientType=0 );
	top:127px;
	cursor:pointer;
	text-align:center;
	display:none;
}

.mapares div.flechaanterior i, .mapares div.flechasiguiente i
{
	color:#fff;
	margin: auto;
}

.mapares div.flechaanterior i
{
	padding-left:35px;
}

.mapares div.flechasiguiente i
{
	padding-right:35px;
}

.mapares div.flechaanterior
{
	left:-42.5px;
}

.mapares div.flechasiguiente
{
	right:-42.5px;
}

.menu_salas .fila .cuadro
{
	box-sizing:border-box;
}
	
#slider img
{
	max-width:100% !important;
}

.showmobile
{
	display:none;
}

.pulsanoshengen,.pulsashengen
{
	display:none;
}

.muestranoshengen,.muestrashengen
{
		display:inline;
}

@media screen and (max-width:1050px) {
	
	.web
	{
		max-width:100%;
	}
	
	.cabecera
	{
		max-width:100%;
	}
	
	.menu
	{
		float:none;
		display: inline-block;
		width: 100%;
		text-align: right;
		padding-right: 20px !important;
		padding-right: 20px;
		margin-right: 0px;
		box-sizing: border-box;
	}
	
	.menu a
	{
		float:none;
	}
	
	.contenido_top
	{
		max-width:100%;
		-webkit-background-size: 100%;
  		-moz-background-size: 100%;
  		-o-background-size: 100%;
  		background-size: 100%;
		display: none;
	}
	
	.contenido
	{
		max-width:95%;
		padding: 20px;
		box-sizing: border-box;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		-webkit-box-shadow: 0px -2px 5px 0px rgba(102,102,102,1);
		-moz-box-shadow: 0px -2px 5px 0px rgba(102,102,102,1);
		box-shadow: 0px -2px 5px 0px rgba(102,102,102,1);
		margin: 15px auto;
		clear: both;
		float:none;
		background:#fff;
		margin-bottom: -20px;
	}
	
	.fondo_lineas
	{
		max-width:100%;
		margin-left:0px;
		float:none;
		margin-top:0px;
	}
	
	.degradado_centro
	{
		max-width:100%;
		float:none;
	}
	
	.cuadro_reservas
	{
		float:none;
		display:inline-block;
		vertical-align:middle;
	}
	
	.tu_central
	{
		width:60%;
		float:none;
		display:inline-block;
		height:auto;
		vertical-align:middle;
	}
	
	#slider
	{
		overflow: hidden;
		max-width: 100%;
		margin: 0 auto;
		width: 100%;
		-webkit-background-size: 100% !important;
  		-moz-background-size: 100% !important;
  		-o-background-size: 100% !important;
		background-size:100% !important;
	}
	
	#slider img
	{
		max-width:100% !important;
	}
	
	.nivo-slice
	{
		/*-webkit-background-size: 1000% !important;
  		-moz-background-size: 1000% !important;
  		-o-background-size: 1000% !important;
		background-size:1000% !important;
		width:10.1% !important;*/
	}
	
	.caja_top_salas
	{
		float:none;
		margin-left:0px;
		margin-top:0px;
		display:none;
	}
	
	.caja_top_salas .titulo_top_salas
	{
		line-height:25px;
	}
	
	.caja_pasos
	{
		float:none;
		margin-left:0px;
		margin-top:8px;
		width:100%;
		height:auto;
		background:none;
	}
	
	.caja_pasos .izq
	{
		width:100%;
	}
	.caja_pasos .quees
	{
		width:100%;
		text-align:center;
		float:none;
		height:auto;
		clear:both;
	}
	
	.caja_pasos .quees img
	{
		margin:0 auto;
	}
	
	.caja_pasos .izq a.enlaces
	{
		width:100%;
		background: rgba(221,221,221,1);
		background: -moz-linear-gradient(left, rgba(221,221,221,1) 0%, rgba(246,246,246,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,221,221,1)), color-stop(100%, rgba(246,246,246,1)));
		background: -webkit-linear-gradient(left, rgba(221,221,221,1) 0%, rgba(246,246,246,1) 100%);
		background: -o-linear-gradient(left, rgba(221,221,221,1) 0%, rgba(246,246,246,1) 100%);
		background: -ms-linear-gradient(left, rgba(221,221,221,1) 0%, rgba(246,246,246,1) 100%);
		background: linear-gradient(to right, rgba(221,221,221,1) 0%, rgba(246,246,246,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f6f6f6', GradientType=1 );
		box-sizing:border-box;

	}
	
	.caja_pasos .izq a.enlaces br
	{
		display:none;
	}
	
	.caja_pasos .izq a.sel
	{
		background:#fff;
	}
	
	.home_modulos
	{
		float:none;
		max-width:100%;
		background: rgba(199,200,201,1);
		background: -moz-linear-gradient(top, rgba(199,200,201,1) 0%, rgba(235,236,236,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,200,201,1)), color-stop(100%, rgba(235,236,236,1)));
		background: -webkit-linear-gradient(top, rgba(199,200,201,1) 0%, rgba(235,236,236,1) 100%);
		background: -o-linear-gradient(top, rgba(199,200,201,1) 0%, rgba(235,236,236,1) 100%);
		background: -ms-linear-gradient(top, rgba(199,200,201,1) 0%, rgba(235,236,236,1) 100%);
		background: linear-gradient(to bottom, rgba(199,200,201,1) 0%, rgba(235,236,236,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c8c9', endColorstr='#ebecec', GradientType=0 );
		height:auto;
		text-align: center;
		/*display:none;*/
	}
	
	.home_modulos .modulo
	{
		float:none;
		display:inline-block;
	}
	
	
	.fila_caja_novahome
	{
		text-align: center;
		padding: 20px 0px;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		float: none;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: rgba(198,199,200,1);
		background: -moz-linear-gradient(top, rgba(198,199,200,1) 0%, rgba(236,237,237,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(198,199,200,1)), color-stop(100%, rgba(236,237,237,1)));
		background: -webkit-linear-gradient(top, rgba(198,199,200,1) 0%, rgba(236,237,237,1) 100%);
		background: -o-linear-gradient(top, rgba(198,199,200,1) 0%, rgba(236,237,237,1) 100%);
		background: -ms-linear-gradient(top, rgba(198,199,200,1) 0%, rgba(236,237,237,1) 100%);
		background: linear-gradient(to bottom, rgba(198,199,200,1) 0%, rgba(236,237,237,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c7c8', endColorstr='#eceded', GradientType=0 );
	}
	
	.fila_caja_novahome .columna
	{
		width: 30%;
		float: none;
		padding: 20px;
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
	}
	
	.fila_caja_novahome .columna .titulo
	{
    	width: 100%;
    	float: none;
    	font-size: 30px;
    	font-weight: normal;
    	color: #666666;
	}
	
	.fila_caja_novahome .columna .fila
	{
		float:none;
		width:100%;
	}
	
	.fila_caja_novahome .columna .fila img
	{
		max-width:100% !important;
	}
	
	.pie
	{
		width:100%;
		height:auto;
		float:none;
		background:none;
		clear:both;
	}
	
	.pie .contenido_pie
	{
		max-width: 100%;
		box-sizing: border-box;
		padding: 0px;
		height:auto;
		background:none;
		width:100%;
	}
	
	.pie .contenido_pie .cp-top
	{
		height:auto;
		overflow:auto;
		background:#999;
		padding: 20px;
		text-align: center;
	}
	
	.pie .contenido_pie .cp-bot
	{
		height:auto;
		overflow:auto;
		clear:both;
		background:#4d4d4d;
		padding: 30px 20px;
		-webkit-box-shadow: inset 0px 2px 5px 0px rgba(15,15,15,1);
		-moz-box-shadow: inset 0px 2px 5px 0px rgba(15,15,15,1);
		box-shadow: inset 0px 2px 5px 0px rgba(15,15,15,1);
	}
	
	.pie .contenido_pie .col
	{
		float: none;
		display: inline-block;
		margin: 10px 0px;
		vertical-align: top;
		text-align: left;
	}
	
	.pie .contenido_pie .col:nth-child(2)
	{
		display:none;
	}
	
	.pie .contenido_pie .ultima_col
	{
		float:none;
	}
	.footer-bottom-nav
	{
		margin-top:0px;
	}
	
	/**************pagina regsitro************************/
	.formularios 
	{
    	float: none;
    	margin-left: 0px;
    	max-width: 100%;
    	margin: 0 auto;
	}
	
	.rastro
	{
		float:none;
		max-width:100%;
	}
	
	.formularios .top_cuadro_rojo
	{
		float:none;
		max-width:100%;
		height:auto;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
		padding-bottom: 20px;
	}
	
	.formularios .top_cuadro_rojo .texto
	{
		float:none;
		padding-right: 10px;
	}
	
	.formularios .centro_form
	{
		float:none;
		max-width:100%;
		box-sizing:border-box;
		padding: 30px 0px;
		background:none;
	}
	
	.formularios .col_izq
	{
		float:none;
		width:100%;
		text-align:center;
	}
	
	.formularios .cuadro_ventajas
	{
		float:none;
		display: inline-block;
		max-width: 100%;
		vertical-align: top;
		width: 100%;
		box-sizing: border-box;
	}
	
	.formularios .cuadro_ventajas .fila .texto
	{
		float: none;
		width: auto;
		text-align:left;
	}
	
	.formularios .caja_news
	{
		display: inline-block;
		max-width: 100%;
		vertical-align: top;
		margin-top: 0px;
		float:none;
		display:none;
	}
	
	.formularios .caja_tipo_usuario
	{
		float:none;
		width:100%;
		margin-left:0px;
		margin-top: 10px;
	}
	
	.formularios .caja_tipo_usuario .fila
	{
		float:none;
		max-width:100%;
	}
	
	.formularios .caja_tipo_usuario .fila .col
	{
		float:none;
		display:inline-block;
	}
	
	.formularios .contenedor_form
	{
		float:none;
		padding-left: 0px;
		max-width: 100%;
		display: inline-block;
		vertical-align: top;
		width:348px;
	}
	
	.formularios .caja_form
	{
		float:none;
	}
	
	.formularios .caja_login
	{
		float: none;
		display: inline-block;
		max-width:100%;
	}
	
	.formularios .centro_form_bot
	{
		float:none;
		max-width:100%;
		clear:both;
	}
	
	.formularios .caja_form
	{
		width:348px;
		max-width:100%;
	}
	
	.formularios .caja_form_top,.formularios .caja_form_bot
	{
		display:none;
	}
	
	.formularios .caja_form_cen
	{
		float:none;
		padding:25px;
		max-width: 100%;
		box-sizing: border-box;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	
	.formularios .caja_form_cen .titulo,.formularios .caja_form_cen .titulo2
	{
		float:none;
		max-width:100%;
	}
	
	.formularios .fila
	{
		float:none;
	}
	
	.formularios label
	{
		float:none;
	}
	
	.formularios .campo_texto, .caja_central_cen .campo_texto
	{
		float:none;
		clear:both;
	}
	
	.formularios .col_label, .formularios .col_label2, .formularios .col_label_1
	{
		float:none;
		width:100%;
		padding-left: 0px;
	}
	.formularios .campo_texto_cen
	{
		float:none;
	}
	
	.formularios .input_campo_texto
	{
		max-width:100%;
	}
	
	.fila_check
	{
		float:none;
		clear:both;
	}
	
	.checkbox_nice
	{
		float:none;
		display:inline-block;
	}
	
	#ctn_facturar
	{
		float:none;
		max-width:100%;
		margin-top: 10px;
		height: auto !important;
		margin-bottom: 10px;
	}
	
	#ctn_facturar2
	{
		float:none;
	}
	
	.formularios .col_label_b2
	{
    	float: none;
    	padding-left: 0px;
    	max-width: 100%;
	}
	
	.formularios .input_campo_texto_b2
	{
		width:100%;
	}
	
	.formularios .texto_check, .caja_central_cen .texto_check
	{
		float:none;
		display:inline-block;
		width:auto;
	}
	
	.formularios .col_label2_captcha
	{
		float:none;
		padding-left:0px;
	}
	
	.fila_amb_captcha
	{
		height:auto;
	}
	
	.formularios a.boton_registrar
	{
		height:34px;
		float:none;
	}
	
	.formularios .fila_acepto
	{
		float:none;
	}
	
	.ui-dialog
	{
		max-width:100%;
	}
	
	.faqs
	{
		float:none;
		max-width:100%;
		margin-left:0px;
	}
	
	.faqs .rastro
	{
		float:none;
		max-width:100%;
	}
	
	.faqs .rastro .texto
	{
		float:none;
	}
	
	.faqs .top_cuadro_rojo
	{
		float:none;
		max-width:100%;
		padding-bottom: 20px;
		height:auto;
	}
	
	.faqs .top_cuadro_rojo .texto_200
	{
		float:none;
		padding-right:10px;
	}
	
	.caja_registro_email
	{
		border:none;
	}
	
	.registro_email
	{
		background:none;
		width:100%;
		height:auto;
		margin-left: 0px;
		float: none;
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.registro_email .titulo
	{
		float:none;
	}
	
	.registro_email .fila_informacion
	{
		float:none;
		padding-bottom:20px;
	}
	
	.lineas_bot
	{
		float:none;
		clear:both;
	}
	
	/********************SALAS VIP****************************************/
	.salas_vip
	{
		float:none;
		margin-left:0px;
		max-width:100%;
		overflow:hidden;
		position:relative;
		
	}
	
	.salas_vip .cuadro_reservas
	{
		margin-top:10px;
	}
	
	.cuadro_reservas .lista_paises
	{
		float:none;
	}
	.cuadro_reservas .caja_res_online2
	{
		float:none;
	}
	
	 .contienemapa
	 {
		 height:335px;
		 background-position: top center !important;
		 width: 958px;
	 }
	 
	 
	
	.salas_vip .contenido_salas_vip
	{
		float:none;
		padding-top:0px;
		background:none;
	}
	.salas_vip .contenido_salas_vip .top
	{
		max-width:100%;
		background:#cc0d2e;
		height:auto;
		position:relative;
		-webkit-border-top-left-radius: 15px;
		-webkit-border-top-right-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-topright: 15px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		-webkit-box-shadow: inset 0px 17px 5px 0px rgba(214,64,89,1);
		-moz-box-shadow: inset 0px 17px 5px 0px rgba(214,64,89,1);
		box-shadow: inset 0px 17px 5px 0px rgba(214,64,89,1);
	}
	
	.salas_vip .contenido_salas_vip .top .titulo
	{
		float:none;
		box-sizing:border-box;
		margin-top:0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.tabla_salasVip
	{
		float:none;
		box-sizing:border-box;
		max-width: 100%;
		background:#f6f6f6;
		padding-top:10px;
		padding-left:0px;
	}
	
	.tabla_salasVip .fila_titulos
	{
		float:none;
		max-width: 100%;
	}
	
	.tabla_salasVip .fila
	{
		float:none;
		max-width: 100%;
	}
	
	.tabla_salasVip .fila .interior
	{
		float:none;
		max-width: 100%;
	}
	
	.tabla_salasVip .col
	{
		float:none;
		display:inline-block;
		vertical-align: top;
	}
	
	.tabla_salasVip .fila .columna_1, .tabla_salasVip .fila .columna_2, .tabla_salasVip .fila .columna_3, .tabla_salasVip .fila .columna_4,
	.tabla_salasVip .fila_titulos .columna_1,.tabla_salasVip .fila_titulos .columna_2, .tabla_salasVip .fila_titulos .columna_3, .tabla_salasVip .fila_titulos .columna_4, .tabla_salasVip .fila_titulos .columna_5
	{
		width:19%;
		box-sizing:border-box;
		height:auto;
	}
	
	.tabla_salasVip .fila .columna_5
	{
		width:19%;
		box-sizing:border-box;
		height:auto;
	}
	
	#pagination a, #pagination b, #pagination strong
	{
		float:none;
		display:inline-block;
	}
	
	#pagination
	{
		float:none;
		text-align:right;
	}
	
	.mapares
	{
		display:block;
	}
	
	.mapapc
	{
		background:none;
	}
	
	.mapares div.flechaanterior, .mapares div.flechasiguiente
	{
		-ms-display:flex;
		display:flex;
	}
	
	
	/*ver sala*/
	.sala_centro_top
	{
		float: none;
		width: 100%;
		background:#fff;
	}
	
	.sala_centro_cen
	{
		float: none;
		width: 100%;
		background:#fff;
	}
	
	.caja_marron_sala
	{
		float: none;
		width: 100%;
		box-sizing:border-box;
		padding-left:0px;
	}
	
	.caja_marron_sala .caja_marron_sala_top,.caja_marron_sala .caja_marron_sala_bot
	{
		display:none;
	}
	
	.caja_marron_sala .caja_marron_sala_cen
	{
		float:none;
		background: #eee9e5;
		width: 100%;
		box-sizing: border-box;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding:30px;
	}
	
	.caja_marron_sala .caja_marron_sala_cen .fila_datos
	{
		float:none;
		display:inline-block;
	}
	
	.caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_izq
	{
		float:none;
		display:inline-block;
		width:auto;
	}
	
	.caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_izq .datos_izq_fila
	{
		float:none;
		width:auto;
	}
	
	.caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_der
	{
		width:auto;
		display:inline-block;
		width:auto;
	}
	
	.sala_centro_cen .titulo
	{
		padding-top:0px;
		display: inline-block;
		vertical-align: middle;
		float:none;
		width:auto;
		padding-left:2px;
	}
	
	.sala_centro_cen .caja_botones_der
	{
		margin-right: 0px;
		padding-top: 0px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.sala_centro_cen .caja_botones_der a
	{
		float:none;
		margin-right:0px;
	}
	
	.contenido_sala_izq
	{
		width:100%;
		float:none;
	}
	
	.fila_marcos
	{
		width:100%;
		float:none;
	}
	
	.contenido_sala_izq .textos
	{
		width:100%;
		float:none;
		clear:both;
	}
	
	.fila_marcos .marco_g
	{
		float:none;
	}
	
	.contenido_sala_der
	{
		float:none;
		max-width:100%;
	}
	
	.menu_salas
	{
		float:none;
		max-width:100%;
		box-sizing: border-box;
	}
	
	.menu_salas .fila
	{
		float:none;
		clear:both;
	}
	
	.menu_salas .fila .texto
	{
		float:none;
		max-width:100%;
		width:auto;
		display:inline-block;
	}
	
	.menu_salas .fila img
	{
		float:none;
		display:inline-block;
	}
	
	.fila_sala_pie
	{
		float:none;
	}
	
	.fila_sala_pie .boton .boton_rojo2_izq,.fila_sala_pie .boton .boton_rojo2_der
	{
		display:none;
	}
	
	.fila_sala_pie .boton .boton_rojo2_cen
	{
		float:none;
		background: rgba(164,13,43,1);
		background: -moz-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,13,43,1)), color-stop(51%, rgba(200,75,82,1)), color-stop(100%, rgba(206,40,54,1)));
		background: -webkit-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: -o-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: -ms-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: linear-gradient(to bottom, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40d2b', endColorstr='#ce2836', GradientType=0 );
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding:10px;
		height:auto;
	}
	.fila_sala_pie .boton
	{
		float:none;
		display: inline-block;
	}
	
	.fila_sala_pie .boton a
	{
		text-decoration:none;
	}
	
	
	.breadcrumb
	{
		height:auto;
		padding-bottom:9px;
	}
	
	.contenido_sala_izq .textos .caja_info_izq,.contenido_sala_izq .textos .caja_info_der
	{
		float:none;
	}
	
	
	.contenido_sala_izq .textos .caja_info_peq_top
	{
		float:none;
	}
	
	.contenido_sala_izq .textos .caja_info_izq .titulo, .caja_info_der .titulo
	{
		float:none;
	}
	
	.contenido_sala_izq .textos .caja_info_izq .fila, .caja_info_der .fila
	{
		float:none;
	}
	
	/*reservar*/
	.reservar
	{
		max-width: 100%;
		box-sizing: border-box;
		float:none;
		padding:0px;
	}
	.reservar .reservar_top
	{
		float:none;
		max-width:100%;
		height:auto;
	}
	
	.reservar .reservar_top .rastro2
	{
		float: none;
		width: 100%;
		height: auto;
		box-sizing:border-box;
		padding-bottom:10px;
	}
	
	.reservar .reservar_top .paso1,.reservar .reservar_top .paso2,.reservar .reservar_top .paso3
	{
		float: none;
		width: 30%;
		display: inline-block;
		text-align: center;
	}
	
	.reservar .reservar_top .rastro2 .texto1,.reservar .reservar_top .rastro2 .texto2,.reservar .reservar_top .rastro2 .texto3
	{
		width: auto;
		float: none;
	}
	
	.reservar .reservar_top .separador
	{
		display:none;
	}
	
	.reservar .centro
	{
		float:none;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	.reservar .centro .centro_izq
	{
		float:none;
		max-width:100%;
		display:inline-block;
		vertical-align:top;
	}
	
	.reservar .centro .paso1reserva
	{
		width:65%;
	}
	
	
	.caja_central_cen
	{
		float:none;
		max-width:100%;
		padding-top:20px;
		padding-left: 5px;
		padding-right:5px !important;
		box-sizing: border-box;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-bottom:20px;
		clear:both;
		padding-bottom: 10px;
	}
	
	.reservar .caja_central_cen h2
	{
		float:none;
		display: inline-block;
		margin-top: 10px;
	}
	.reservar .sel_sala_dia_hora .caja_top
	{
		width: 100%;
		float: none;
		height: auto;
	}
	.reservar .sel_sala_dia_hora label, select
	{
		float:none;
	}
	
	.caja_central_top, .caja_central_bot
	{
		display:none;
	}
	
	.content-caja_bot
	{
		float:none;
		height:auto !important;
		padding-bottom:20px;
	}
	
	.reservar .sel_sala_dia_hora .caja_bot
	{
		float:none;
		background:none;
	}
	
	.reservar .numero_pasajeros .izq .fila label
	{
		float:none;
		display: inline-block;
		vertical-align: top;
	}
	
	.reservar .numero_pasajeros .izq .fila .eur
	{
		float:none;
		display: inline-block;
	}
	
	.reservar .sel_contenedor
	{
		float:none;
		display: inline-block;
   	 	vertical-align: bottom;
	}
	
	.reservar .sel_sala_dia_hora .img
	{
		float:none;
		display:inline-block;
	}
	
	.reservar .sel_sala_dia_hora .label2
	{
		display:block;
	}
	
	.reservar .numero_pasajeros .izq
	{
		float:none;
		max-width:100%;
		width:auto;
		display:inline-block;
	}
	
	.content_caja_central .left
	{
		float:none;
		height:auto !important;
	}
	
	.reservar .caja_central3
	{
		float:none;
		max-width:100%;
		height:auto !important;
		box-sizing:border-box;
	}
	
	.reservar .sel_sala_dia_hora h2, .reservar .numero_pasajeros h2, .reservar .caja_central3 h2
	{
		float:none;
		clear:both;
	}
	
	.fila_check_form_grupo
	{
		float:none;
	}
	
	.fila_check_form_grupo #ctn_formGrupo,.fila_check_form_grupo #ctn_formGrupo2
	{
		float:none;
	}
	
	.fila_check_form_grupo .fila
	{
		float:none;
	}
	.fila_check_form_grupo label
	{
		float:none;
	}
	
	.reservar .numero_pasajeros .der
	{
		float:none;
		width:auto;
		display:inline-block;
		padding-left:10px;
	}
	
	.icono_disponibilidad,.caja_info, .ajax_loader
	{
		float:none;
	}
	
	.reservar .numero_pasajeros .total
	{
		float:none;
		max-width:100%;
		padding-left:0px;
	}
	
	.reservar .numero_pasajeros .der img
	{
		float:none;
		margin-right:0px;
	}
	
	.reservar .caja_boton
	{
		float:none;
		max-width:100%;
	}
	
	.reservar .caja_boton .boton_reserva
	{
		float:none;
	}
	
	.reservar .centro .centro_der
	{
		float:none;
		max-width:100%;
		display:inline-block;
		vertical-align:top;
		width:34%;
	}
	
	.reservar .caja_lateral_1
	{
		float:none;
		margin-top:30px;
		width:100%;
		margin-left:0px;
		text-align:center;
		
	}
	
	.reservar .numero_pasajeros .izq .fila
	{
		float:none;
	}
	
	#caja-lateral-1 *,#caja-lateral-5 *
	{
		float:none;
	}
	
	#caja-lateral-7, #caja-lateral-7 *,#caja-lateral-3,#caja-lateral-3 *,#caja-lateral-4, #caja-lateral-4 *,#caja-lateral-2, #caja-lateral-2 *,#caja-lateral-5
	{
		float:none !important;
		text-align:left;
	}
	
	.caja_lateral_negra_cen .tipo1 .fila_bola
	{
		text-align:left;
	}
	
	.caja_lateral_negra_top,.caja_lateral_negra_cen,.caja_lateral_negra_bot
	{
		margin:0 auto;
	}
	
	
	#caja-lateral-7, #caja-lateral-3,#caja-lateral-4, #caja-lateral-1
	{
		display:inline-block;
	}
	
	.caja_lateral_negra_cen .tipo2 .fila .caja_iconos .opcion
	{
		display:inline-block;
		vertical-align: top;
	}
	
	.reservar .sel_sala_dia_hora .caja_top .caja_triangulo
	{
		float:none;
		display:inline-block;
		background:none;
		height:auto;
	}
	
	.pulsanoshengen,.pulsashengen
	{
		display:inline-block;
		vertical-align:middle;
		cursor:pointer;
	}
	
	.muestranoshengen,.muestrashengen
	{
		display:block;
	}
	
	.muestranoshengen,.muestrashengen
	{
		display:none;
	}
	
	.reservar .sel_sala_dia_hora .caja_top .caja_triangulo .resp div
	{
		border:none !important;
	}
	
	.reservar .sel_sala_dia_hora .fila
	{
		float:none;
		clear:both;
	}
	
	.caja_horarios_paso1
	{
		float:none;
		clear:both;
	}
	
	.reservar .sel_sala_dia_hora .aste
	{
		float:none;
		max-width:100%;
	}
	
	.reservar .sel_sala_dia_hora .caja_bot .izq
	{
		margin-bottom:20px;
	}
	.reservar .caja_central3 .fila .col1
	{
		float:none;
	}
	
	.reservar .caja_central3 .fila
	{
		float:none;
		clear:both;
	}
	.reservar .caja_central3 .fila .col1,.reservar .caja_central3 .fila .col2,.reservar .caja_central3 .fila .col3
	{
		float:none;
		width:100%;
	}
	
	.reservar .caja_central3 label
	{
		float:none;
	}
	.reservar .caja_central3 .campo_texto
	{
		float:none;
	}
	.reservar .caja_central3 .campo_texto_cen
	{
		float:none;
	}
	
	.reservar .texto_informativo
	{
		float:none;
		max-width:100%;
		padding-left:0px;
	}
	
	.cal
	{
		right:0px;
	}
	
	/*reservar paso 2*/
	
	.reservar .caja_central_cen .caja_paso2
	{
		float:none;
		max-width:100%;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila_titulos
	{
		float:none;
		max-width:100%;
		display: inline-block;
		padding: 0px 5px;
		width:auto;
		height:auto;
		vertical-align:top;
		margin-top:75px;
	}
	
	.reservar .caja_central_cen .caja_paso2 .ctn
	{
		float:none;
		max-width:100%;
		display: inline-block;
		width: auto;
		height:auto !important;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila2 .ast2
	{
		height:auto;
		float:none;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila
	{
		float:none;
		max-width:100%;
		width:auto;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila .col0, .caja_paso2 .fila .col1, .caja_paso2 .fila .col2, .caja_paso2 .fila .col3, .caja_paso2 .fila .col4
	{
		float:none;
		display:block;
		width:auto;
	}
	
	.reservar .caja_central_cen .caja_paso2 .col1_foto
	{
		float:none;
		display:block;
		border:none;
		text-align:left;
		width:auto;
		height:130px;
	}
	
	.reservar .caja_central_cen .caja_paso2 .col0 .links
	{
		float:none;
		height:auto;
		display:inline-block;
		vertical-align: top;
	}
	
	.reservar .caja_central_cen .caja_paso2 .col1_foto .foto_peq
	{
		float:none;
		display:inline-block;
		margin-left:0px;
	}
	
	.reservar .caja_central_cen .caja_paso2 .col1_foto .pais_sala2
	{
		float:none;
		display:inline-block;
	}
	
	.reservar .caja_central_cen .caja_paso2 .col2_linea
	{
		border:none;
	}
	
	.reservar .caja_central_cen .caja_paso2 .col3_linea
	{
		border:none;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila_titulos .col1, .caja_paso2 .fila_titulos .col2, .caja_paso2 .fila_titulos .col3, .caja_paso2 .fila_titulos .col4
	{
		float:none;
		background:none;
		width:auto;
		text-align:left;
		height:50px;
		margin-top:0px !important;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila_titulos .col1
	{
		height:130px;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila .col0, .caja_paso2 .fila .col1, .caja_paso2 .fila .col2, .caja_paso2 .fila .col3, .caja_paso2 .fila .col4
	{
		text-align:left;
	}
	
	.reservar .caja_central_cen .caja_paso2 .col2,
	.reservar .caja_central_cen .caja_paso2 .col3,
	.reservar .caja_central_cen .caja_paso2 .col4
	{
		width:auto;
		height:50px;
		padding-top:0px;
		margin-top:0px !important;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila2
	{
		float:none;
		border:none;
		max-width:100%;
		margin-left:10px;
		width:auto;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila2 .garantia
	{
		float:none;
		display: inline-block;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila2 .jTip
	{
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila2 .precio_eur
	{
		float:none;
		display: inline-block;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila2 .precio_total span.txt_eur_total
	{
		float:none;
		display: inline-block;
	}
	
	.reservar .caja_central_cen .caja_paso2 .fila2 .precio_total
	{
		width:auto;
		float:none;
	}
	
	.reservar .caja_central_cen .link_rojo
	{
		float:none;
	}
	
	.reservar .caja_central_cen p.list
	{
		float:none;
	}
	
	.reservar .caja_central_cen .col_mail
	{
		float:none;
		max-width:100%;
	}
	
	.reservar .caja_central_cen .col_mail label
	{
		float:none;
		max-width:100%;
	}
	
	.reservar .caja_central_cen .col_mail .campo_texto_cen
	{
		float:none;
	}
	
	.reservar .caja_boton .aceptar_terminos
	{
		float:none;
		max-width:100%;
		clear:both;
	}
	
	.ctn-targ
	{
		float:none;
		width:100%;
	}
	
	.caja_amarilla_cen
	{
		float:none;
		max-width:100%;
		box-sizing:border-box;
		padding: 12px;
	}
	
	.caja_amarilla_top,.caja_amarilla_bot
	{
		display:none;
	}
	
	.caja_amarilla_cen .caja_blanca_cen
	{
		float:none;
		width:100%;
		background:#fff;
		clear: both;
		margin: 10px 0px;
		padding:10px;
		box-sizing: border-box;
	}
	
	.caja_amarilla_cen .caja_blanca_top,.caja_amarilla_cen .caja_blanca_bot
	{
		display:none;
	}
	
	.caja_amarilla_cen .caja_blanca_cen .fondo
	{
		background:none;
		padding-left:0px;
		padding-bottom:20px;
		padding-top:20px;
		width: 100%;
		float: none;
	}
	
	.caja_amarilla_cen p
	{
		float:none;
	}
	
	.reservar .caja_central3 .fila_forma_pago2
	{
		width: auto;
		float: none;
		margin-top: 50px;
		clear: both;
	}
	
	.reservar .caja_boton .boton_finalizar_reserva
	{
		float:none;
		margin-top:20px;
	}
	
	#caja-lateral-6
	{
		float:none;
		display:inline-block;
	}
	
	.ctn_2level
	{
		float:none;
		height:auto !important;
	}
	
	.reservar .caja_central_cen .col_mail input
	{
		float:none;
		max-width:100%;
	}
	
	.caja_paso2 .no_linies_txt
	{
		float:none;
		padding-left:10px;
	}
	
	/*tarjeta one*/
	.one .breadcrumb,.kuoni .breadcrumb
	{
		margin-left:0px;
		max-width:100%;
	}
	
	.one h1,.kuoni h1
	{
		max-width:100%;
		text-indent: 0px;
		height:auto;
		background: #d9002e;
		text-align: center;
		padding: 20px 0px;
		text-transform: uppercase;
		color: #fff;
	}
	
	.one .presentacion .tarjeta-one-nice
	{
		position:relative;
		max-width:100%;
	}
	
	.one .content
	{
		padding:0px;
	}
	
	.one .presentacion h2
	{
		-webkit-background-size: contain;
  		-moz-background-size: contain;
  		-o-background-size: contain;
  		background-size: contain;
	}
	
	.one .adquirir .grandes-pedidos
	{
		max-width:100%;
	}
	
	.one .clientes .tarjetas .muestra, .one .clientes .tarjetas .muestra img
	{
		max-width:100%;
	}
	
	.one .adquirir .por-email
	{
		max-width:100%;
	}
	
	.kuoni .tarjeta
	{
		max-width: 100%;
		box-sizing: border-box;
		margin:0px;
	}
	
	.kuoni .listado .titulo
	{
		height:auto;
		background: #0d1d48;
		padding: 24px 10px;
		color: #fff;
		font-style: italic;
		box-sizing: border-box;
		width: 100%;
		text-indent: 0px;
	}
	
	.kuoni .tarjeta .text
	{
		max-width: 100%;
		height: auto;
	}
	
	.kuoni .link
	{
		position:relative;
	}
	
	.kuoni .listado
	{
		margin-top:40px;
		margin-right:0px;
		margin-left:0px;
	}
	
	.kuoni .tiendas
	{
    	margin: 40px 0px 0;
	}
	
	.kuoni .listado ul,.kuoni .tiendas ul
	{
		max-width:100%;
		box-sizing:border-box;
	}
	
	.kuoni .tarjeta .muestra, .kuoni .tarjeta .muestra img,.kuoni .kuoni-logo
	{
		max-width:100%;
	}
	
	
	/*ayuda*/
	.faqs .top_cuadro_rojo .texto
	{
		float:none;
		padding-left:150px;
	}
	
	.faqs .contenido_faq
	{
		width:100%;
		float:none;
		padding:30px 0px;
	}
	
	.faqs .contenido_faq .col_izq
	{
		width:100%;
		float:none;
	}
	
	.faqs .caja_menu_faq
	{
		width:100%;
		float:none;
	}
	
	.faqs .caja_menu_faq .top, .faqs .caja_menu_faq .bot
	{
		display:none;
	}
	
	.faqs .caja_menu_faq .cen
	{
		float:none;
		width:100%;
	}
	
	.faqs .caja_menu_faq .cen .fila
	{
		float:none;
		padding:15px 5px;
		margin:0px;
		width:auto;
		display: inline-block;
		box-sizing: border-box;
	}
	
	.faqs .caja_menu_faq .cen .fila:first-child
	{
		width:100%;
	}
	
	.faqs .caja_menu_faq .cen .fila .titulo
	{
		float:none;
		width:100%;
	}
	
	.faqs .caja_menu_faq .cen .fila a.primera
	{
		background:none;
	}
	
	.faqs .caja_menu_faq .cen .fila a
	{
		padding-left:0px;
		float:none;
	}
	
	.faqs .caja_menu_faq .cen .fila a.sel .esquina
	{
		right: 40%;
		top: auto;
		bottom: -25px;
		background: url(../img/esquina_menu_faq2.png) right no-repeat;
		width: 35px;
		height: 20px;
	}
	
	.faqs .caja_roja
	{
		display:none;
	}
	
	.faqs .caja_central_faq
	{
		float:none;
		width:100%;
		padding-left:0px;
		margin-top:30px;
		padding: 20px;
		box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 17px 1px rgba(102,102,102,1);
		-moz-box-shadow: 0px 0px 17px 1px rgba(102,102,102,1);
		box-shadow: 0px 0px 17px 1px rgba(102,102,102,1);
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(206,206,206,1)));
		background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%);
		background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece', GradientType=1 );
	}
	
	.faqs .caja_central_faq .top, .faqs .caja_central_faq .bot
	{
		display:none;
	}
	
	.faqs .caja_central_faq .cen
	{
		float:none;
		width:100%;
		background:none;
	}
	
	.faqs .caja_central_faq .degradado
	{
		float:none;
		width:100%;
		background:none;
		padding:0px;
	}
	
	.faqs .caja_central_faq .cen .titulo
	{
		width:100%;
		float:none;
	}
	
	.faqs .caja_central_faq .cen .fila
	{
		width:100%;
		float:none;
	}
	
	.faqs .caja_central_faq .cen .fila .ctn
	{
		float:none;
	}
	
	.faqs .caja_menu_faq .cen .fila a span
	{
		display:inline;
	}
	
	
	/*quienes somos*/
	.qs_caja_top
	{
		width:100%;
		float:none;
		background:#fff;
		margin-left: 0px;
		height:auto;
	}
	
	.caja_quienes_somos .opcion
	{
		display:inline-block;
		border:none;
	}
	
	.caja_quienes_somos
	{
		background:none;
		width:auto;
		height:auto;
		float:none;
		padding:0px;
		margin-left:0px;
		padding-top:10px;
		text-align:center;
	}
	
	.qs_fila_descripcion
	{
		width:100%;
		float:none;
		padding-left:0px;
		padding-bottom: 20px;
	}
	
	.qs_fila_descripcion .titulo
	{
		width:100%;
		float:none;
		padding-left:0px;	
	}
	
	.qs_fila_descripcion .texto
	{
		width:100%;
		float:none;
	}
	
	.qs_fila_fotos
	{
		float:none;
	}
	
	.qs_fila_fotos .caja_fotos
	{
		float:none;
		margin:0px;
		width:49%;
		display:inline-block;
		height:auto;
	}
	
	.qs_fila_fotos .nomargen
	{
		margin:0px;
	}
	
	.qs_fila_fotos .caja_fotos .der
	{
		float:right;
		width:15%;
	}
	
	.qs_fila_cajas .caja_roja
	{
		float:none;
		display:inline-block;
		margin-bottom:10px;
		max-width: 100%;
		box-sizing: border-box;
		border-radius: 25px;
		height:auto;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
	
	.qs_fila_cajas .caja_gris
	{
		float:none;
		display:inline-block;
		margin-bottom:10px;
		max-width: 100%;
		box-sizing: border-box;
		border-radius: 25px;
		height:auto;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
	
	.qs_fila_cajas .caja_gris_claro
	{
		float:none;
		display:inline-block;
		margin-bottom:10px;
		max-width: 100%;
		box-sizing: border-box;
		border-radius: 25px;
		height:auto;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
	
	.qs_fila_cajas
	{
		float:none;
	}
	
	.qs_fila_cajas .caja .fila_bot
	{
		position:static;
		margin-top:10px;
	}
	
	
	/*contactar*/
	.fila_caja_contactar
	{
		float:none;
		width:100%;
		padding:0px;
	}
	
	.caja_contactar
	{
		width:100%;
		height:auto;
		float:none;
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(206,206,206,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(206,206,206,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece', GradientType=0 );
		padding: 20px;
		box-sizing: border-box;
		margin-bottom: 20px;
		webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 8px 8px -6px rgba(102,102,102,1);
		-moz-box-shadow: 0px 8px 8px -6px rgba(102,102,102,1);
		box-shadow: 0px 8px 8px -6px rgba(102,102,102,1);
	}
	
	.caja_contactar .titulo
	{
		float:none;
		width:100%;
	}
	
	.caja_contactar .fila
	{
		float:none;
	}
	
	.caja_contactar label
	{
		float:none;
	}
	
	.caja_contactar .campo_texto
	{
		float:none;
	}
	
	.caja_contactar .campo_texto_cen
	{
		float:none;
		display: inline-block;
		max-width: 100%;
		box-sizing: border-box;
		height:24px;
	}
	
	.caja_contactar .campo_texto_cen input
	{
		max-width:100%;
	}
	
	.caja_contactar .textarea_contactar
	{
		float:none;
		max-width: 100%;
		box-sizing: border-box;
		width: 355px;
		height: 88px;
	}
	
	.caja_contactar .textarea_bg
	{
		max-width:100%;
	}
	
	.fila_check .texto_check
	{
		max-width:100%;
		display:inline-block;
		float:none;
	}
	
	.caja_contactar .fila_boton
	{
		float:none;
	}
	
	
	.caja_contactar .fila_boton a.enviar_contactar
	{
		float:none;
		display:block;
		margin-top:20px;
	}
	
	.caja_contactar .titulo2
	{
		float:none;
		width:100%;
	}
	
	.caja_contactar .fila_horario, .caja_contactar .fila_direccion,.caja_contactar .fila_contacto
	{
		float:none;
		width:100%;
		box-sizing:border-box;
	}
	
	
	/*mi cuenta*/
	
	.mi_cuenta
	{
		float:none;
	}
	
	.caja_mi_cuenta_agencia,.caja_mi_cuenta
	{
		float:none;
		width:100%;
		height:auto;
		background:none;
		margin-left:0px;
		background: rgba(206,206,206,1);
		background: -moz-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(206,206,206,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(135deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff', GradientType=1 );
		padding: 10px;
		box-sizing:border-box;
	}
	
	.caja_mi_cuenta .opciones
	{
		float:none;
	}
	
	.caja_mi_cuenta .opciones a
	{
		float:none;
		display:inline-block;
	}
	
	.caja_mi_cuenta .opciones br
	{
		display:none;
	}
	
	.filtro_mi_cuenta
	{
		float:none;
		width:100%;
		margin-top: 10px;
		margin-left:0px;
	}
	
	.filtro_mi_cuenta .filtro_top,.filtro_mi_cuenta .filtro_bot
	{
		display:none;
	}
	
	.filtro_mi_cuenta .filtro_cen
	{
		width:100%;
		float:none;
		border:solid 20px #fff;
		-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
		background: rgba(206,206,206,1);
		background: -moz-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206,206,206,1)), color-stop(100%, 	rgba(255,255,255,1)));
				background: -webkit-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff', GradientType=0 );
		box-sizing: border-box;
		padding: 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;

	}
	
	.filtro_mi_cuenta .contenido_filtro
	{
		float:none;
		width:100%;
		margin-top:0px;
		padding:0px;
	}
	
	.filtro_mi_cuenta .tituloReservas
	{
		float:none;
		width:100%;
		padding:0px;
	}
	
	.filtroReservas
	{
		float:none;
		width:100%;
		padding:5px 0px;
	}
	
	.filtro_mi_cuenta .separacion
	{
		float:none;
		padding-left:0px;
		display: inline-block;
		vertical-align: top;
		max-width: 100%;
	}
	
	.filtro_mi_cuenta .fila_campos
	{
		float:none;
		max-width:100%;
	}
	
	.filtro_mi_cuenta .fila_campos .sel_nt_img
	{
		max-width:100%;
	}
	
	
	.filtro_mi_cuenta label
	{
		float:none;
		max-width:100%;
	}
	
	.filtro_mi_cuenta .fila_campos .sel_nt
	{
		max-width:100%;
	}
	
	.filtro_mi_cuenta .fila_boton
	{
		margin-top:0px;
		float:none;
	}
	
	.filtro_mi_cuenta .fila_boton .boton
	{
		float:none;
		margin-top:10px !important;
	}
	
	.mi_cuenta .tabla_mi_cuenta
	{
		float:none;
		padding:0px;
		max-width:100%;
		box-sizing:border-box;
		margin-top:20px;
	}
	
	.mi_cuenta .tabla_mi_cuenta table.tableReservas
	{
		float:none;
	}
	
	.pes_bo_agencia
	{
		position:static;
	}
	
	.mi_cuenta .tabla_mi_cuenta table td.noResultados
	{
		padding:0px;
		height:auto;
	}
	
	.fila_boton_pdvs
	{
		width:100%;
		float:none;
	}
	
	.fila_boton_suelto
	{
		float:none;
	}
	
	.fila_boton_suelto .boton_altaPDV
	{
		float:none;
		display:inline-block;
	}
	
	.sel_170,.sel_170_img
	{
		max-width:100%;
	}
	
	.sel_170
	{
		width:100%;
	}
	
	.form_cuenta_perfil_sala
	{
		float:none;
		width:100%;
		margin-left:0px;
	}
	
	.filtro_bot_740, .filtro_top_740
	{
		display:none;
	}
	
	.filtro_cen_740
	{
		float:none;
		width:100%;
		-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 20px 10px;
		box-sizing:border-box;
	}

	
	#detallePDV
	{
		float:none;
	}
	
	.form_creacionPDV
	{
    	float: none;
    	max-width: 100%;
    	display: inline-block;
		vertical-align: top;
	}
	
	.titulo_bo_peq
	{
		float:none;
	}
	
	.form_cuenta_perfil_sala .form_cp_cen
	{
		float:none;
		max-width: 100%;
		box-sizing:border-box;
	}
	
	.new_boton_rojo .izq
	{
		display:inline-block;
		vertical-align:top;
		float:none;
	}
	
	.new_boton_rojo .cen
	{
		margin-left:-5px;
		display:inline-block;
		vertical-align:top;
		float:none;
		font-size:12px;
	}
	
	.new_boton_rojo .der
	{
		margin-left:-3px;
		display:inline-block;
		vertical-align:top;
		float:none;
	}
	
	.caja_perfil_bordes
	{
		float: none;
		padding-left: 0px;
		max-width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	
	.form_cuenta_perfil .fleft
	{
		float:none;
	}
	
	.filtro_bot_370, .filtro_top_370
	{
		display:none;
	}
	
	.filtro_cen_370
	{
		float:none;
		max-width: 100%;
		box-sizing: border-box;
		padding: 20px 10px;
		-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-bottom:10px;
	}
	
	.form_cuenta_perfil
	{
		float:none;
		max-width:100%;
	}
	
	.form_cuenta_perfil .form_cp_cen
	{
		float:none;
		max-width:100%;
		box-sizing:border-box;
	}
	
	.pos_form_filtro
	{
		position:relative;
		right:auto;
	}
	
	
	.salas_vip .cuadro_reservas
	{
		width:100%;
		display:block;
		box-sizing: border-box;
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom: 10px;
		background: rgba(206,206,206,1);
		background: -moz-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(206,206,206,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(135deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff', GradientType=1 );
		height:auto;
		padding-bottom: 25px;
		

	}
	

	.salas_vip .cuadro_reservas .fila
	{
		float:none;
		width:100%;
		box-sizing: border-box;
		clear:both;
		text-align: left;
		padding: 0px 10px;
	}
	
	.salas_vip .cuadro_reservas .fila .r_online
	{
		float:none;
	}
	
	.salas_vip .cuadro_reservas .fila_separador
	{
		float:none;
		width: auto;
		display: inline-block;
	}

	
	.salas_vip .cuadro_reservas .fila_link
	{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	
	.one .adquirir .grandes-pedidos .grandes
	{
		margin-top:20px;
	}
	
	.reservar .sel_sala_dia_hora .caja_top .caja_triangulo,
	.reservar .sel_sala_dia_hora .caja_top .caja_triangulo .resp
	{
		width:100%;
	}
	
	
}

.barrasmenu
{
	display:none;
	cursor:pointer;
	background: rgba(164,13,43,1);
	background: -moz-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,13,43,1)), color-stop(51%, rgba(200,75,82,1)), color-stop(100%, rgba(206,40,54,1)));
	background: -webkit-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
	background: -o-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
	background: -ms-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
	background: linear-gradient(to bottom, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40d2b', endColorstr='#ce2836', GradientType=0 );
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	font-weight:bold;
}

@media screen and (max-width:920px) {
	.tu_central
	{
		width:50%;
	}
	
	.reservar .centro .centro_der
	{
		width:40%;
	}
	
	.reservar .centro .paso1reserva
	{
		width:59%;
	}
}

@media screen and (max-width:886px) {
	
	.menu
	{
		position:relative;
	}
	
	.submenu
	{
		display:none;
		position:absolute;
		top:50px;
		left:0px;
		width:100%;
		z-index:111;
		
	}
	
	.menu a
	{
		background: rgba(251,251,251,1);
		background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(208,208,208,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,251,251,1)), color-stop(100%, rgba(208,208,208,1)));
		background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(208,208,208,1) 100%);
		background: -o-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(208,208,208,1) 100%);
		background: -ms-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(208,208,208,1) 100%);
		background: linear-gradient(to bottom, rgba(251,251,251,1) 0%, rgba(208,208,208,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d0d0d0', GradientType=0 );
		display:block;
		margin-left:0px;
	}
	
	.menu a span.izq, .menu a span.der, .menu a.sel span.der, .menu a.sel span.izq
	{
		display:none;
	}
	
	.menu a.sel span.cen, .menu a span.cen
	{
		background:none;
		color:#525252;
		padding-right: 20px;
	}
	
	.menu a:hover span.izq, .menu a:hover span.der, .menu a:hover span.cen,
	.menu a.sel:hover span.izq, .menu a.sel:hover span.der, .menu a.sel:hover span.cen
	{
		background:none;
		color:#fff;
	}
	
	
	.menu a:hover
	{
		background: rgba(164,13,43,1);
		background: -moz-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,13,43,1)), color-stop(51%, rgba(200,75,82,1)), color-stop(100%, rgba(206,40,54,1)));
		background: -webkit-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: -o-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: -ms-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: linear-gradient(to bottom, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40d2b', endColorstr='#ce2836', GradientType=0 );
		color:#fff;

	}
	
	.menu a.reservas, .menu a.reservas:hover
	{
		background:#666;
	}
	
	.menu a.reservas span.cen, .menu a.reservas:hover span.cen
	{
		background:#666;
	}
	
	.menu a.reservas span.der, .menu a.reservas:hover span.der{
		background:url(../img/reserva_der_mov.png) no-repeat;
	}
	
	.menu a.reservas:hover span.izq, .menu a.reservas span.izq{
		background:url(../img/reserva_izq_mov.png) no-repeat;
	}
	
	.barrasmenu
	{
		display:inline-block;
	}
}

@media screen and (max-width:800px) {
	
	.cabecera
	{
		height:auto;
		background:#ccc;
		padding-bottom: 10px;
	}
	
	#menu-no-registre
	{
		float:right;
	}
	
	.cabecera .opcion
	{
		height:auto;
		background:none;
		float:none;
		position:relative;
		text-align:right;
		clear:both;
	}
	
	
	.cabecera .rojo
	{
		background:none;
	}
	
	.cuadro_reservas
	{
		margin-top:0px;
	}
	
	.fila_caja_novahome .columna
	{
		width: 100%;
	}
	
	.reservar .reservar_top .rastro2
	{
		display:none;
	}
	
	.pie .contenido_pie .ultima_col
	{
		display:none;
	}
	
	/*mi cuenta*/
	.mrgT60
	{
		margin-top:0px;
	}
	
	
	
}

@media screen and (max-width:765px) {
	
	.caja_pasos .izq
	{
		width:100%;
		float:none;
	}
	
	.caja_pasos .quees
	{
    	width: 100%;
    	text-align: center;
		float:none;
	}
	
	.caja_pasos .quees img
	{
		max-width:100%;
		height:auto !important;
	}
	
	.caja_pasos .der
	{
		float:none;
		height:auto;
	}
	
	.caja_pasos
	{
		height:auto;
		background:none;
	}
	
	.caja_pasos .izq a.enlaces
	{
		height:auto;
		margin:0px;
		box-sizing: border-box;
	}
	
	.logo_test, .logo
	{
		left:0px;
	}
	
	
	
	.cuadro_reservas
	{
		width:100%;
		display:block;
		box-sizing: border-box;
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom: 10px;
		background: rgba(206,206,206,1);
		background: -moz-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(206,206,206,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(135deg, rgba(206,206,206,1) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff', GradientType=1 );
		

	}
	
	.tu_central
	{
		display:none;
	}

	.cuadro_reservas .fila
	{
		float:none;
		width:100%;
		box-sizing: border-box;
		clear:both;
		text-align: center;
		padding: 0px 10px;
	}
	
	.cuadro_reservas .fila .r_online
	{
		float:none;
	}
	
	.cuadro_reservas .fila_separador
	{
		float:none;
		width: auto;
		display: inline-block;
	}

	.fila_select_home
	{
		float:none;
	}
	
	.sel_contenedor
	{
		float:none;
		margin:0 auto;
	}
	
	.cuadro_reservas .fila_link
	{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	a.boton_rojo span.cen
	{
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		padding: 4px 12px;
		height:auto;
		float:none;
	}

	a.boton_rojo .izq,a.boton_rojo .der
	{
		display:none;
	}
	
	.cuadro_reservas .fila_link a.boton_rojo
	{
		float: none;
		margin: 0 auto;
		margin-top: 10px;
		display: inline-block;
	}
	
	.degradado_centro
	{
		padding-top:0px;
	}
	
	
	
	
	
	/*ver sala*/
	.sala_centro_cen .caja_botones_der
	{
		float: none;
		display: block;
		margin-top: 10px;
	}
	
	.caja_marron_sala
	{
		clear:both;
	}
	
	
	/*quienes somos*/
	.qs_fila_fotos .caja_fotos .der
	{
		display:none;
	}
	
	.qs_fila_fotos .caja_fotos .izq
	{
		width:100%;
		float:none;
		padding:10px;
		box-sizing:border-box;
	}
	
	.qs_fila_fotos .caja_fotos .nombre
	{
		width:100%;
		float:none;
	}
	
	.qs_fila_fotos .caja_fotos .cargo, .qs_fila_fotos .caja_fotos .texto
	{
		width:100%;
		float:none;
	}
	
	
	/*mi cuenta*/
	.mi_cuenta
	{
		padding-top:0px;
	}
	
	.mi_cuenta .tabla_mi_cuenta table tr
	{
		display: inline-block;
		vertical-align: top;
		background: #ececec;
		padding:0px;
	}
	
	.tableReservas tr
	{
		height:auto;
	}
	
	.mi_cuenta .tabla_mi_cuenta table th
	{
		display: block;
		background: #2b2b2b !important;
		padding: 0px 5px !important;
		width:auto !important;
	}
	
	.mi_cuenta .tabla_mi_cuenta table td
	{
		padding:0px 5px;
		line-height:normal;
		vertical-align:middle;
		display:block;
		width:auto !important;
	}
	
	#detalleReserva3
	{
		display:none;
		background: #ccc;
	}
	
	.mi_cuenta .tabla_mi_cuenta table span.borde_td
	{
		display:none;
	}
	
	.mi_cuenta .tabla_mi_cuenta table .fila
	{
		float:none;
	}
	
	.mi_cuenta .tabla_mi_cuenta table a.caja_icos_tabla
	{
		display:inline-block;
		vertical-align:middle;
		float:none;
		overflow: hidden;
	}
	
	.mi_cuenta .tabla_mi_cuenta table .interior
	{
		background:none;
	}
	
	.tabla_mi_cuenta table tr#detalleReserva3 td
	{
		height:auto;
		background:#ccc;
		padding: 5px;
	}
	
	.mi_cuenta .tabla_mi_cuenta table td.borde_bot_izq,.mi_cuenta .tabla_mi_cuenta table td.borde_bot_der
	{
		display:none;
	}
	
	
	
	
	
	
}


@media screen and (max-width:700px) {
	
	.reservar .centro .centro_der
	{
		width:100%;
	}
	
	.reservar .centro .paso1reserva
	{
		width:100%;
	}
	
	.one .adquirir .por-telefono,
	.one .clientes .tarjetas .col
	{
		display: block;
    	margin-top: 20px;
	}

}



@media screen and (max-width:575px) {
	
	#firstElement
	{
		display:none !important;
	}
	
	.showmobile
	{
		display:block;
		margin:0 auto;
		max-width:100%;
		height:auto !important;
	}
	.caja_pasos .izq a.enlaces img
	{
		display:none;
	}
	
	
	.ctn_noWidth
	{
		float:none;
	}
	
	.home_modulos .modulo
	{
		width:100%;
		height:auto;
	}
	
	.home_modulos .modulo img
	{
		max-width:95%;
		height:auto !important;
	}
	
	.pie .contenido_pie .ultima_col
	{
		width:auto;
	}
	
	.pie .contenido_pie .col .enlaces .fila_apuntate
	{
		width:auto;
	}
	
	.pie .contenido_pie .col .enlaces .campo_newsletter
	{
		margin-bottom:5px;
	}
	
	/****************************************pagina registro*******************************/
	.formularios .top_cuadro_rojo .texto
	{
		padding-left:10px;
	}
	
	.formularios .contenedor_form
	{
		display:block;
	}
	
	.formularios .caja_login
	{
		display:block;
		clear:both;
		padding-left:0px;
	}
	
	.formularios .caja_login_gris_top, .formularios .caja_login_gris_bot
	{
		display:none;
	}
	
	.formularios .caja_login_gris_cen
	{
		float:none;
		padding:15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	
	.formularios .caja_login_gris_cen .titulo
	{
		float:none;
	}
	
	.formularios .caja_login_gris_cen a
	{
		float:none;
	}
	
	.formularios .caja_tipo_usuario .fila .col
	{
		display:block;
	}
	
	.faqs .top_cuadro_rojo .texto_200
	{
		padding-left:10px;
	}
	.faqs .rastro .texto
	{
		padding-left:100px;
	}
	
	/*******************pagina salas**********************************************/
	.tabla_salasVip .fila .columna_1, .tabla_salasVip .fila .columna_2, .tabla_salasVip .fila .columna_3, .tabla_salasVip .fila .columna_4,
	.tabla_salasVip .fila_titulos .columna_1,.tabla_salasVip .fila_titulos .columna_2, .tabla_salasVip .fila_titulos .columna_3, .tabla_salasVip .fila_titulos .columna_4, .tabla_salasVip .fila_titulos .columna_5
	{
		width:auto;
		display:block;
	}
	
	.tabla_salasVip .fila .columna_5
	{
		width:auto;
		display:block;
	}
	
	.tabla_salasVip .col, .tabla_salasVip .fila .columna_1
	{
		border:none;
	}
	
	.tabla_salasVip .ultima
	{
		border-bottom:0px;
	}
	
	.tabla_salasVip .fila
	{
		margin-top:30px;
	}
	
	.tabla_salasVip .fila_titulos
	{
		display:none;
	}
	
	.breadcrumb ul
	{
		padding-left:60px;
	}
	
	/*ver sala*/
	.caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_der
	{
		display: block;
		text-align: left;
		width: 100%;
		margin-top: 20px;
	}
	.caja_marron_sala .caja_marron_sala_cen .fila_datos .datos_der div
	{
		float:none;
	}
	
	.fila_marcos .marco_g
	{
		width:100%;
		height:auto;
		background:#fff;
	}
	
	.fila_marcos .marco_g img
	{
		width:100%;
		height:auto;
	}
	
	.menu_salas .fila .cuadro
	{
		float:none;
		box-sizing:border-box;
		width:100%;
	}
	
	/*reservar*/
	.reservar .reservar_top .rastro2
	{
		padding-left:0px;
	}
	
	.reservar .reservar_top .paso1, .reservar .reservar_top .paso2, .reservar .reservar_top .paso3
	{
		width:100%;
	}
	
	.reservar .sel_sala_dia_hora .caja_top .caja_triangulo
	{
		background:none;
		max-width:100%;
		height:auto;
	}
	
	.reservar .sel_sala_dia_hora .caja_top .caja_triangulo .resp
	{
		max-width:100%;
		padding-left:0px;
	}
	
	.caja_horarios_paso1
	{
		background:none;
		max-width:100%;
		box-sizing: border-box;
		padding: 0px;
		height:auto;
	}
	
	.reservar .caja_lateral_1
	{
		margin-left:0px;
	}
	
	.bc-shortpad ul, .reservar .breadcrumb ul
	{
		padding-left:40px;
	}
	
	td
	{
		word-wrap:break-word;
		word-break: break-all;
	}
	
	/*reservar paso 2*/
	.reservar .caja_central_cen .caja_paso2 .fila_titulos
	{
		width:45px;
	}
	
	.reservar .caja_central_cen .caja_paso2 .col1_foto .foto_peq
	{
		display:block;
	}
	
	/*tarjeta one*/
	.one .breadcrumb ul,.kuoni .breadcrumb ul
	{
		padding-left:50px;
	}
	
	.one .adquirir .por-email
	{
		margin-right:0px;
	}
	
	.one .adquirir h2
	{
		text-indent: 0px;
		height: auto;
		background: none;
		line-height: normal;
		color:#d9002e;
	}
	
	.one .listado ul
	{
		max-width: 100%;
		box-sizing: border-box;
	}
	
	.one .presentacion h2
	{
		text-indent: 0px;
		height: auto;
		background: none;
		color:#d9002e;
	}
	
	.one .presentacion h2 small
	{
		color:#333;
		font-style:italic;
	}
	
	/*ayuda*/
	.faqs .top_cuadro_rojo .texto
	{
		padding-left:10px;
	}
	
	.faqs .caja_menu_faq .cen .fila a.sel .esquina
	{
		display:none;
	}
	
	
	
}

@media screen and (max-width:380px) {
	
	.caja_top_salas
	{
		width: 100%;
		box-sizing: border-box;
		padding-right: 20px;
		height:auto;
		padding-bottom: 20px;
		background:#fff url(../img/caja_top_salas2_mov.png) no-repeat 0px 10px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(77,77,77,1);
		-moz-box-shadow: 0px 0px 3px 0px rgba(77,77,77,1);
		box-shadow: 0px 0px 3px 0px rgba(77,77,77,1);
	}
	
	.caja_top_salas .fila
	{
		float:none;
		width:auto;
	}
	
	.caja_top_salas .titulo_top_salas
	{
		top:10px;
		text-align:right;
	}
	
	.sel_244, .sel_244_img
	{
		max-width:100%;
	}
	
	.cuadro_reservas
	{
		height:auto;
		padding-bottom:20px;
	}
	
	.cuadro_reservas .fila_link
	{
		padding: 0px 20px;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	/*ver sala*/
	.boton_rojo2_cen
	{
		float:none;
		display: inline-block;
		background: rgba(164,13,43,1);
		background: -moz-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,13,43,1)), color-stop(51%, rgba(200,75,82,1)), color-stop(100%, rgba(206,40,54,1)));
		background: -webkit-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: -o-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: -ms-linear-gradient(top, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		background: linear-gradient(to bottom, rgba(164,13,43,1) 0%, rgba(200,75,82,1) 51%, rgba(206,40,54,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40d2b', endColorstr='#ce2836', GradientType=0 );
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding:10px;
		height: auto;
		margin-left: 2px;
	}
	
	.sala_centro_cen .caja_botones_der a
	{
		margin-top:10px;
		display: inline-block;
		vertical-align: top;
	}
	
	.boton_rojo2_izq,.boton_rojo2_der
	{
		display:none;
	}
	
	
	.contenido_sala_izq .textos .caja_info_izq
	{
		max-width:100%;
		margin-right:0px;
	}
	
	
	.contenido_sala_izq .textos .caja_info_peq_top
	{
		width:100%;
		box-sizing:border-box;
		border-right: solid thin #999;
		border-left: solid thin #999;
		padding-right: 5px;
		background: url(../img/caja_info_peq_top.png) top left no-repeat;
	}
	
	.contenido_sala_izq .textos .caja_info_izq .titulo, .caja_info_der .titulo
	{
		width:100%;
	}
	
	.contenido_sala_izq .textos .caja_info_izq .fila, .caja_info_der .fila
	{
		width:100%;
	}
	
	.contenido_sala_izq .textos .caja_info_der
	{
		padding-right:5px;
		max-width:100%;
		box-sizing:border-box;
		border-right: solid thin #999;
	}
	.contenido_sala_izq .textos .caja_info_peq_bot
	{
		width:100%;
	}
	
	/*reservar*/
	.caja_lateral_negra_cen
	{
		max-width:100%;
		padding:15px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		box-sizing: border-box;
	}
	
	.caja_lateral_negra_top,.caja_lateral_negra_bot
	{
		display:none;
	}
	
	#caja-lateral-7,#caja-lateral-3,#caja-lateral-4
	{
		display:none !important;
	}
	
	.reservar .sel_sala_dia_hora .caja_top .form
	{
		max-width:100%;
	}
	
	.calendarIcon
	{
		float:none;
		clear:both;
		margin-left:0px;
	}
	
	.caja_lateral_negra_cen .tipo1 .encabezado
	{
		max-width:100%;
		box-sizing: border-box;
		height: auto;
	}
	
	.caja_lateral_negra_cen .tipo1 .fila_bola
	{
		width:100%;
		box-sizing: border-box;
	}
	
	.caja_lateral_negra_cen
	{
		width:100%;
	}
	
	#caja-lateral-5 .fila_gris
	{
		width:100%;
		box-sizing:border-box;
	}
	
	#caja-lateral-5 .fila
	{
		width:100%;
	}
	
	.caja_lateral_negra_cen .tipo1 .terminales
	{
		padding-right:0px;
		width:100%;
		background:none;
	}
	
	.caja_lateral_negra_cen .tipo2 .encabezado
	{
		word-wrap:break-word;
	}
	
	.muestrafecha
	{
		width:100%;
	}
	
	.reservar .sel_sala_dia_hora .caja_bot .izq
	{
		max-width:100%;
	}
	
	.cal
	{
		right:auto;
		left:0px;
	}
	.reservar .caja_central3 input.campo_texto2
	{
		max-width:100%;
	}
	
	/*reservar paso 2*/
	#caja-lateral-6 .politica_cancelacion_top
	{
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
		background:none;
	}
	
	#caja-lateral-6 .politica_cancelacion_cen
	{
		max-width: 100%;
		box-sizing: border-box;
	}
	
	#caja-lateral-6 .politica_cancelacion_bot
	{
		max-width: 100%;
		box-sizing: border-box;
		background:none;
	}
	
	#caja-lateral-6
	{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background:#676767;
		padding:10px 0px;
		max-width: 100%;
	}
	
	/*quienes somos*/
	.qs_fila_fotos .caja_fotos
	{
		width:100%;
	}
	
}

@media screen and (max-width:350px) {
	
	.logo_test, .logo
	{
		width:150px;
		height:auto;
		-webkit-background-size: 100%;
  		-moz-background-size: 100%;
  		-o-background-size: 100%;
  		background-size: 100%;
	}
	
	.logo_test a
	{
		height:150px;
	}
	
	.cuadro_reservas
	{
		margin-top:0px;
	}
	
	.cuadro_reservas .fila
	{
		padding-right:30px;
	}
	
	.cabecera .der
	{
		margin-right:0px;
	}
	
	/****************pagina registro**********************/
	.formularios .registrar_rojo_cen
	{
		padding:8px 0px;
	}
	.faqs .rastro .texto
	{
		padding-left:10px;
	}
	
	/*******pantalla salas***********************/
	.breadcrumb ul
	{
		padding-left:10px;
	}
	.cuadro_reservas .lista_paises
	{
		width:100%;
		box-sizing:border-box;
	}
	
	.filaCompleta
	{
		float:none;
	}
	
	/*ver sala*/
	.contenido_sala_izq .textos .caja_info_peq_top
	{
		border-right: solid thin #999;
		border-left: solid thin #999;
	}
	
	
	.contenido_sala_izq .textos .caja_info_der
	{
		border-right: solid thin #999;
	}
	
	/*tarjeta one*/
	.one .breadcrumb ul,.kuoni .breadcrumb ul
	{
    	padding-left: 10px;
	}
	
	/*mi cuenta*/
	.filtro_mi_cuenta .fila_campos .campo_texto_cen
	{
		float:none;
	}
	
}

/***************************guia***********************************************/

.row
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

	
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}

@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}

@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}

@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}

@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}

.guiaagencias
{
	background:#fff;
	box-sizing:border-box;
	color:#33302f;
}

.textorojo
{
	color:#b12430;
}

.guiaagencias *
{
	box-sizing:border-box;
}

.guiaagencias img 
{
	max-width:100%;
}

.mb-80
{
	margin-bottom:80px;
}

.mb-20
{
	margin-bottom:20px;
}

.mb-15
{
	margin-bottom:15px;
}

.text-center
{
	text-align:center;
}

.guiaagencias h1 
{
	font-size:40px;
}

.guiaagencias .fondorojo
{
	color:#fff;
	background:#b12430;
}

.guiaagencias h3 
{
	font-size:35px;
	margin-bottom:30px;
}

.guiaagencias h4 
{
	font-size:30px;
	margin-bottom:10px;
}

.font-30
{
	font-size:30px;
}

.font-20
{
	font-size:20px;
}

.font-18
{
	font-size:18px;
}

.font-14
{
	font-size:14px;
}

.p-70
{
	padding:30px;
}

@media (min-width:768px)
{
	.p-70
	{
		padding:70px;
	}
}

.p-40
{
	padding:40px;
}

.p-15
{
	padding:15px;
}

.m-0 
{
	margin:0px;
}

.guiaagencias ul li
{
	margin-bottom:15px;
}

.text-white
{
	color:#fff !important;
}

.text-black
{
	color:#33302f !important;
}

.botonregistro
{
    margin-top: 10px;
    text-decoration: none;
    margin-bottom: 30px;
    display:inline-block;
    color: #fff;
    background: #b12430;
    padding:10px;
    border-radius:10px;
    font-size: 16px;
}

/*************************tarjeta one**************************************************/

.tarjetaone
{
	background:#fff;
	box-sizing:border-box;
	color:#767171;
	padding:40px;
}

.text-right
{
	text-align:right;
}

.tarjetaone *
{
	box-sizing:border-box;
}

.tarjetaone img 
{
	max-width:100%;
}

.font-22
{
	font-size:22px;
}

.font-15
{
	font-size:15px;
}

.font-11
{
	font-size:11px;
	line-height: 16px;
}

.text-red
{
	color:#dd052a;
}

.mb-10
{
	margin-bottom:10px;
}

.mb-30
{
	margin-bottom:30px;
}

.font-weight-bold
{
	font-weight:bold;
}

.flechatarjetaone
{
	position:absolute;
	width:43px;
	left:-20px;
	bottom:-50px;
}

.cajanormativatarjetaone
{
	border-radius:25px;
	padding:20px;
	background:#d0cece;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(102,102,102,1);
	box-shadow: 0px 0px 8px 0px rgba(102,102,102,1);
}

.position-relative
{
	position:relative;
}

.warningabsoluto
{
	position:absolute;
	left:0px;
	top:-28px;
}

@media screen and (max-width: 1050px)
{
	.tarjetaone
	{
		padding:20px 0px;
	}
}

@media screen and (min-width: 1051px) {
	.qs_caja_top.card-intro {
	background: white;
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
	margin-left: 0;
	width: 935px;
	}

	.caja_quienes_somos {
	        margin-top: 28px;
	    }
}

.card-list {
display: flex;
clear: both;
justify-content: center;
flex-wrap: wrap;
}

.card {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
        background: white;
        text-align: center;
        padding: 11px;
        width: 193px;
        border-radius: 5px;
        margin: 15px;
    }
.card img {
        border-radius: 5px;
    }
.card-title {
        color: #CD032E;
        margin-top: 10px;
        font-size: 26px;
    }
.card-text {
        color: #666;
        font-size: 16px;
    }



 .sin-fondo,  .sin-fondo .fondo_lineas
 {
 	background:none !important;
 }


/* Side info boxes
------------------------------------------------------------------ */
.box {
  background: #B2B2B2;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 10px;
  color: #484848;
  text-align: left;
}

.box-heading {
  border-bottom: 1px dashed currentColor;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-right: 64px;
}

.box-heading svg {
  height: 52px;
  width: 52px;
  position: absolute;
  right: 0;
  top: -10px;
  transform: rotate(15deg);
}

.box-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

.box-gray {
  background: #636363;
  color: #fff;
}

.box-lightgray {
  background: #b4b4b4;
  color: #fff;
}

.box-red {
  background: #cc0c2b;
  color: #fff;
}

.box-brown {
  background: #ad9576;
  color: #fff;
}

.transform-none { transform: none !important; }

.page-quienes_somos .contenido_top { background: none; }

.page-quienes_somos .degradado_centro
{
	background:none;
}

.page-quienes_somos .qs_caja_top.card-intro
{
	background:none;
	box-shadow:none;
}

.page-quienes_somos .caja_quienes_somos
{
	display:none;
}

.page-quienes_somos .qs_fila_descripcion
{
	width:100%;
	float:none;
	padding-left:0px;
}

.page-quienes_somos .qs_fila_descripcion .titulo,.page-quienes_somos .qs_fila_descripcion .texto
{
	width:100%;
	float:none;
}

/*
ONE Redesign
*/
.one .listado {
  background: none;
}

.one-listado-titulo {
  margin-bottom: 10px;
  top: 0;
  width: 100%;
  float: none;
  background: var(--primary);
  text-indent: unset;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 55px;
}

.one .listado .ciudad {
  margin-bottom: 16px;
  padding-top: 20px;
}

.one .listado ul li p:not(.ciudad) {
  padding-left: 18px;
  position: relative;
}

.one .listado ul li p:not(.ciudad)::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  background-image: url(../img/dot-svgrepo-com.svg);
  background-size: 8px 8px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.one .adquirir {
  padding: 0 0 32px 0;
  background: none;
}


.one .pasos .col p:first-child::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  background-image: url(../img/dot-svgrepo-com.svg);
  background-size: 8px 8px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.one .pasos .col p {
  position:relative;
  padding-left:18px;
}