a { background-color: transparent; }
a {
    text-decoration: none;
    cursor: pointer;
	color: white;
	font-weight: bold;
}
a:visited, a:link, a:active {
	text-decoration: none !important;
	text-decoration-line: none;
	outline: 0;
	/*color: red;*/
}
a:hover {
	text-decoration: none !important;
	text-decoration-line: none;
	outline: 0;
	color: #ff0000;
}
a.boton {
	color:#000099;
	background-color: #eeeeee;
	cursor: pointer;
	padding: 10px;
	text-align:center;
	border-radius: 5pt;
	border: 3px solid #000000;
	box-shadow: 6px 6px 6px #000;
}
a.boton:hover {
	color:#ff0000;
	border: 3px solid #ff0000;	
}
a.boton_dapp {
	color:#000099;
	background-color: #eeeeee;
	cursor: pointer;
	padding: 10px;
	text-align:center;
	font-size: 160%;
	font-weight: bold;
	border-radius: 5pt;
	border: 3px solid #000000;
	box-shadow: 6px 6px 6px #000;
}
a.cerrar_mens_cookies {
	color: #ffffff;
	text-align:center;
	font-size: 18px;
   	font-weight: bold;
	padding 2px;
	
	border: 3px solid white;
	border-radius: 7pt;
	background: rgba(0,0,0,1);
}
a.cerrar_mens_cookies:hover {
	color: #f30000;
	text-align:center;

	font-size: 18px;
   	font-weight: bold;
	border: 3px solid white;
	border-radius: 7pt;
	background: rgba(255,255,255,1);
}
a.enlace_menu {
	color: #000099;	
}
a.enlace_menu:hover {
	color: #ff0000;
}
a.guardar_ofert {
	color: #ffffff;
	cursor: pointer;	
}
a.guardar_ofert:hover {
	color: #ff0000;
	cursor: pointer;	
}
a.letra_mayor_activada {
	color:#000099;
	background-color: #ffaa99;
	cursor: pointer;
	padding 2px;
	text-align:center;
	border: 3px solid #ffaa99;
}
a.letra_mayor_activada:hover {
	color:#ffffff;
	background-color: #000099;
	border: 3px solid #000099;
	cursor: pointer;
}
a.menu_ventanas {
	text-decoration:none; 
	color:#fff;
}
a.menu_ventanas:hover {
	text-decoration:none; 
	color:#f50;
	font-weight: bold;
}
a.nom_ofert {
	font-size: 1rem;
	font-weight: bold;
}
a.opciones_bo {
	text-decoration:none;
	color:#000099;
}
a.opciones_bo_fe {
	text-decoration:none;
	color:#ffffff;	
}
a.opciones_bo_fe2 {
	text-decoration:none;
	color:#000000;	
}
body {
	font-family: "Futura Bk BT", Quicksand, Tangerine, "Open Sans", web-safe fonts;
	
	width:100%;
	height: 100%;
	margin: 0;
 	padding: 0;
	
	background-color: #ffffff;

  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: 50% 50%;
	
	-webkit-overflow-scrolling: auto;
	
 	display: -webkit-flex;
 	display:         flex;
   -webkit-flex-flow: row;
           flex-flow: row;
}
body.negro {
	background-color: #000000;	
}
body.visor_ofert {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0.1%;
  top: 0;
  width: 99.9%; /* Full width */
  height: 92.5%; /* Full height */
  overflow: scroll; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,1); /* Black w/ opacity */	
}
fondo {
	position: fixed;
    background-size:100% 100%;
	width: 100%;
	padding: 0%;
	margin: 0%;
}
cabecera {
	position: fixed;
	top: 0%;
	left: 1%;
	z-index: 1;
	
	width: 95%;
	height: 6%;
	border-radius: 7pt;
	background: rgba(0,0,99,0);
	color: #fff;
	padding: 1%;
	margin: 1%;
	text-align: center;
}
cabecera2 {
	position: fixed;
	top: 0%;
	left: 1%;
	z-index: 1;
	
	width: 95%;
	height: 11.5%;
	border-radius: 7pt;
	background: rgba(0,0,99,1);
	color: #fff;
	padding: 1%;
	margin: 1%;
	text-align: center;
}
cabecera3 {
	position: fixed;
	top: 0%;
	left: 1%;
	z-index: 1;
	
	width: 95%;
	height: 11.5%;
	background: rgba(255,255,255,0);
	border-bottom: 1px double black;
	color: #000;
	padding: 1%;
	margin: 1%;
	text-align: center;
}
cabecera4 {
	position: fixed;
	top: 0%;
	left: 1%;
	z-index: 1;
	
	width: 95%;
	height: 11.5%;
	background: rgba(255,255,255,0);
	border-bottom: 1px double black;
	color: #000;
	padding: 1%;
	margin: 1%;
	text-align: center;
}
cabecera4_fe {
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 1;
	
	width: 96%;
	height: 11.5%;
	background: rgba(255,255,255,0);
	border-bottom: 1px double black;
	color: #000;
	padding: 1%;
	margin: 1%;
	text-align: center;
}
cabecera5 {
	position: fixed;
	top: 0%;
	left: 1%;
	z-index: 1;
	
	width: 95%;
	height: 11.5%;
	background: rgba(255,255,255,0);
	border-bottom: 0px double black;
	color: #000;
	padding: 1%;
	margin: 1%;
	text-align: center;
}
main {
	position: fixed;
	left: 2%;
	top: 13%;
	z-index: 1;
	
	width: 97%;
	height: 49.5%;
	border-radius: 7pt;
	background: rgba(255,255,255,0);
	
	text-align:center;
	color: #fff;
	padding: 0%;
	margin: 0%;
}
main2 {
	position: fixed;
	left: 2%;
	top: 13%;
	z-index: 1;
	
	width: 97%;
	height: 49.5%;
	border-radius: 7pt;
	background: rgba(255,255,255,0);
	
	text-align:center;
	color: #fff;
	padding: 0%;
	margin: 0%;
	overflow: auto;
}
main3 {
	position: fixed;
	left: 2%;
	top: 18%;
	z-index: 1;
	
	width: 97%;
	height: 82%;
	border-radius: 7pt;
	background: rgba(255,255,255,0);
	
	text-align:center;
	color: #fff;
	padding: 0%;
	margin: 0%;
	/*overflow-y: scroll; /* Add vertical scrollbar */
	/*overflow: auto;*/
}
main3_visor {
	position: fixed;
	left: 2%;
	top: 3%;
	z-index: 1;
	
	width: 97%;
	height: 96.5%;
	border-radius: 7pt;
	background: rgba(255,255,255,0);
	
	text-align:center;
	color: #fff;
	padding: 0%;
	margin: 0%;
	overflow-y: scroll; /* Add vertical scrollbar */
	/*overflow: auto;*/
}
main4 {
	position: fixed;
	left: 2%;
	top: 18%;
	z-index: 1;
	
	width: 97%;
	height: 82%;
	border-radius: 7pt;
	background: rgba(255,255,255,0);
	
	text-align:center;
	color: #000099;
	padding: 0%;
	margin: 0%;
	/*overflow-y: scroll; /* Add vertical scrollbar */
	overflow: auto;
}
foot1 {
	position: fixed;
	left: 1%;
	top: 67%;
	z-index: 1;

	width: 93%;
	height: 35%;
	background: rgba(255,255,255,0);
	color: #000;
	padding: 0%;
	padding-left: 4%;
	margin: 1%;
}
cerrar {
	width: 15%;
}
cerrar_x {
	font-size: 14px;
	font-weight: bold;
}
cerrar_x:hover {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
fieldset.fieldset_center {
	margin: auto;
	text-align: center; 
}
fieldset.fieldset_redondeado7 {
	border-radius: 7pt;
	height: 97%;
}
fieldset.fieldset_ini_session {
	border-radius: 7pt;
	height: 97%;	
}
fieldset.fieldset_rojo {
	border: 1px solid red;
}
fieldset.usu_pass {
	border-radius: 7pt;
	background: rgba(250,250,255,1);
}
fieldset.captcha {
	border-radius: 7pt;
	background: rgba(250,250,255,1);	
}
fieldset.captcha_form {
	width: 95%;
}
fieldset.captcha_form_gru {
	width: 97.3%;
}
fieldset.detalles_ofert {
	width: 99%;
	height: auto;
}
fieldset.mh {
	display: block;
}
.no_ejecutar_horizon {
	display: none;
}
h4 {
	background: rgba(0,0,99,1);
	width: 99%;
}
h4.hache4 {
	padding-left: 1%;
	margin-top: 0%;
	background: rgba(0,0,99,1);
	width: 98%;
}
h4.mt0 {
	margin-top: 0%;
	background: rgba(0,0,99,1);
	width: 100%;
}
h4.mt0ymb1 {
	/*display: none;*/	
	display: block;
	margin-top: 0%;
	margin-bottom: 1%;
	background: rgba(0,0,99,1);
	width: 100%;
}
hr.hr_mt {
	margin-top: 3.5%;
}
hr.hr_mt0ymb0 {
	margin-top: 0%;
	margin-bottom: 0%;
}
hr.hr_mt1ymb3 {
	margin-top: 1.5%;
	margin-bottom: 3%;
}
img-ampliacion img {
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
	z-index: 10;
}
img-ampliacion:hover img {
    cursor: zoom-in;
	position: relative;
	z-index: 10;
	/*-webkit-transform:scale(3.5);*/
	 -webkit-transform: matrix(3.5, 0, 0, 3.5, 10, -220);
	/*-moz-transform:scale(3.5);*/
	 -moz-transform: matrix(3.5, 0, 0, 3.5, 10, -220);
	/*-ms-transform:scale(3.5);*/
	 -ms-transform: matrix(3.5, 0, 0, 3.5, 10, -220);
	/*-o-transform:scale(3.5);*/
	 -o-transform: matrix(3.5, 0, 0, 3.5, 10, -220);
	/*transform:scale(3.5);*/
	transform: matrix(3.5, 0, 0, 3.5, 10, -220);
}
img-ampliacion {/*Ancho y altura son modificables al requerimiento de cada uno*/
	/*width:300px;*/
	/*height:180px;*/
	overflow:hidden;
	z-index: 10;
}
img-ampliacion2 img {
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
}
img-ampliacion2:hover img {
    cursor: zoom-in;
	z-index: 100;
	/*position: fixed;*/
	position: relative;
	display: inline;
	/*-webkit-transform:scale(3.5);*/
	 -webkit-transform: matrix(1.55, 0, 0, 1.55, 0, -90);
	/*-moz-transform:scale(3.5);*/
	 -moz-transform: matrix(1.55, 0, 0, 1.55, 0, -90);
	/*-ms-transform:scale(3.5);*/
	 -ms-transform: matrix(1.55, 0, 0, 1.55, 0, -90);
	/*-o-transform:scale(3.5);*/
	 -o-transform: matrix(1.55, 0, 0, 1.55, 0, -90);
	/*transform:scale(3.5);*/
	transform: matrix(1.55, 0, 0, 1.55, 0, -90);
}
img-ampliacion2 {/*Ancho y altura son modificables al requerimiento de cada uno*/
	/*width:33%;*/
	/*height:100%;*/
	/*overflow:hidden;*/
	/*position: fixed;*/
	/*display: flex;*/
}
img-ampliacion3 img {
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
	z-index: 10;
}
img-ampliacion3:hover img {
    cursor: zoom-in;
	position: relative;
	z-index: 10;
	/*-webkit-transform:scale(3.5);*/
	 -webkit-transform: matrix(1.7, 0, 0, 1.7, 0, -120);
	/*-moz-transform:scale(3.5);*/
	 -moz-transform: matrix(1.7, 0, 0, 1.7, 0, -120);
	/*-ms-transform:scale(3.5);*/
	 -ms-transform: matrix(1.7, 0, 0, 1.7, 0, -120);
	/*-o-transform:scale(3.5);*/
	 -o-transform: matrix(1.7, 0, 0, 1.7, 0, -120);
	/*transform:scale(3.5);*/
	transform: matrix(1.7, 0, 0, 1.7, 0, -120);
}
img-ampliacion3 {/*Ancho y altura son modificables al requerimiento de cada uno*/
	/*width:300px;*/
	/*height:180px;*/
	overflow:hidden;
	z-index: 10;
}
img.imgfondo {
    /* Rellenamos el fondo */
    min-height: 100%;
    min-width: 800px;
 
    /* Escalamiento proporcional */
    width: 100%;
    height: auto;
 
    /* Posicionamiento */
    position: fixed;
    top: 0;
    left: 0;
}
info_ofert {
	color: #ff0000;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="button"] {
	cursor: pointer;
}
input::placeholder {
  color: red;
  font-size: 0.9em;
  font-style: italic;
}
input[type="file"].imputcontacto {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
label[for="adjunto"] {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 3px;
	box-shadow: 4px 4px 4px #000;
	background-color: #000099;
	display: inline-block;
	transition: all .5s;
	cursor: pointer;
	padding: 10px 30px !important;
	text-transform: uppercase;
	width: fit-content;
	text-align: center;
}

span.mayusculas {
	text-transform: uppercase;
}
table.tabla_list_mayor {
	border-top: 0px solid black;
	margin-left: 1%;
}
table.tbl_result_ba {
	width: 100%;
	padding: 2%;
	border-spacing: 0px;
}
table.tabla_ultimas_ofertas {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 2%;
	border-left: 0px solid red;
	border-spacing: 0px;	
}
table.tbl_ofertas {
    /*position:relative;*/
    /*display: inline-block;*/
	/*position: fixed;
	display: flex;*/
	width: 100%;
	table-layout: fixed;
	padding: 2%;
	/*border-bottom: 1px solid #ff0000;*/
	border-top: 0px solid black;
	border-spacing: 0px;
	empty-cells: show;
}
table.tbl_videos {
	width: 100%;
	table-layout: fixed;
	padding: 2%;
	border-top: 0px solid red;
	border-spacing: 0px;
	empty-cells: block;
}
td.uno {
	padding: 0px;
	border-bottom: 1px solid #ddd;
}
td.uno_mayoristas {
	padding: 0px;
	border-bottom: 1px solid #ddd;
}
td.td_ultimas_ofertas {
	border-bottom: 0px solid red;
	border-right: 0px solid red;
}
th.uno {
	max-width: 350px;
	width: 350px;
  	height: auto;
	padding: 0px;
	border: 0px solid red;
	border-bottom: 1px solid red;
	vertical-align: bottom;
	word-wrap: break-word;
}
td.uno_om {
	padding: 0px;
	padding-top: 2.75%;
	padding-bottom: 2.75%;
	border: 0px solid red;
	border-bottom: 1px solid grey;
	vertical-align: middle;
	word-wrap: break-word;
}
td.uno_om1 {
	padding: 0px;
	padding-top: 3.7%;
	padding-bottom: 3.7%;
	border: 0px solid red;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	vertical-align: middle;
	word-wrap: break-word;
}
th.dos {
	padding: 0px;
	border-bottom: 1px solid red;
}
th.tres {
	max-width: 350px;
	width: 350px;
  	height: auto;
	padding: 0px;
	border-bottom: 1px solid red;
	word-wrap: break-word;
}
tr.seleccionar_fila_agencias {
	border-bottom: 1px solid #000099;
	padding: 0%;
}
tr.seleccionar_fila_agencias:hover {
	background: rgba(200,200,200,1);
	padding: 0%;
}
tr.seleccionar_fila_ma:hover {
	background: rgba(200,0,0,1);
	padding: 0%;	
}
tr.seleccionar_fila_om {
	border-bottom: 1px solid #000000;
	padding: 0%;
}
tr.seleccionar_fila_om:hover {
	background: rgba(200,230,255,1);
}
tr.seleccionar_fila_om_movil {
	border-bottom: 1px solid #000000;
	padding: 0%;
}
tr.seleccionar_fila_om_movil:hover {
	background: rgba(200,230,255,1);
}
tr.tr_ultimas_ofertas {
	border-bottom: 1px solid red;
	/*width: 50px;*/
}
titulo_cabecera {
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	color: #000099;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 0;
}
ul.listado_mayoristas {
	list-style:square inside;
  	list-style-image: url("../img/simbolo_av_li.png");
	column-count: 2;
	font-weight: bold;
	font-variant : small-caps;
}
ul.lista_mi_pp li {
	padding-bottom: 1.9em;
}
ul.lista_tipo_ofert li {
	padding-bottom: 0.4em;
}
ul.lista_mayoris li {
	padding-top: 2.35%;
	padding-bottom: 2.35%;
}
ul.list_bo_fe {
	padding-left: 3%;
	font-weight: bold;
	color: #ffffff;
}
ul.list_bo_fe li:hover {
	background: rgba(255,0,0,1);	
}
ul.list_bo_fe li::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: white; /* Or a color you prefer */
}
ul.list_bo_fe_mv {
	display: none;
}
ul.list_bo_fe2_mv {
	display: none;
}
ul.list_bo_fe2 {
	padding-left: 3%;
	font-weight: bold;
}
ul.list_bo_fe2 li::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: #000000; /* Or a color you prefer */
}
ul.list_bo_fe2 li:hover {
	background: rgba(255,0,0,1);
}
ul.rojo {
	list-style:square inside;
	font-weight: bold;
	font-variant : small-caps;
	color: #000099;
}
ul.rojo li {
	color: #ff0000;
}
ul.rojo li:hover {
	background: rgba(0,0,0,0);	
}
li {
	color: #000099;
}
li:hover {
	cursor: pointer;
	background: rgba(200,230,255,1);
	color: #0000aa;
	font-weight: bold;
}
video {
	background: rgba(255,255,255,0.9);
	height= 50%;
}
video::-internal-media-controls-download-button {
	display:none
}

.agencia_seleccionada {
	position: relative;
	
	border-radius: 7pt;
	background: rgba(0,0,99,1);
	height: 37%;
	width: 110%;

	z-index: 1;
	
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding: 1%;
	padding-top: 3.4%;
}
.alinea_dch {
	position: absolute;
	left: 90%;
}
.app_movil1 {
	display: block;
	position: absolute;
	top: 17%;
	left: 0%;
	width: 50%;
	text-align: right;
	vertical-align: middle;
	height: auto;
	padding-top: 1.2%;
	padding-bottom: 2%;
	padding-right: 1%;
	border-bottom: 2px solid red;
}
.app_movil2 {
	display: block;
	position: absolute;
	top: 18%;
	left: 50%;
	width: 49%;
	text-align: left;
	vertical-align: middle;
	height: auto;
	padding-bottom: 0.45%;
	padding-left: 1%;
	border-bottom: 2px solid red;
}
.app_pc {
	position: absolute;
	top: 48%;
	width: 100%;
	height: auto;
}
.area_form_grup {
	width: 90%;
	overflow: auto;
}
.asterisco {
	font-size: 12px;
	color: #c00;
}
.boton {
	cursor: pointer;	
}
.boton_destino {
	display: none;
}
.boton_tipo {
	display: none;
}
.boton_lp {
	display: none;	
}
.boton_enviar {
	width: 10%;
	font-weight: bold;
}
.boton_enviar:hover {
	cursor: pointer;
	width: 10%;
	font-weight: bold;
	color: #f00;
}
.boton_fe_ss {
	position: absolute;
   	vertical-align: top;
	background: rgba(255,0,0,1);
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	top: 0%;
	left: 5%;
	width: 20%;
	height: 80%;
	box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	cursor: pointer;
}
.boton_fe_ss:hover {
	background: rgba(0,0,99,1);
}
.boton_fe_pu {
	position: absolute;
   	vertical-align: top;
	background: rgba(255,0,0,1);
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	top: 0%;
	left: 28%;
	width: 20%;
	height: 80%;
	box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	cursor: pointer;
}
.boton_fe_pu:hover {
	background: rgba(0,0,99,1);
}
.boton_fe_ve {
	position: absolute;
   	vertical-align: top;
	background: rgba(255,0,0,1);
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	top: 0%;
	left: 52%;
	width: 20%;
	height: 80%;
	box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	cursor: pointer;
}
.boton_fe_ve:hover {
	background: rgba(0,0,99,1);
}
.boton_fe_na {
	position: absolute;
   	vertical-align: top;
	background: rgba(255,0,0,1);
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	top: 0%;
	left: 75%;
	width: 20%;
	height: 80%;
	box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	cursor: pointer;
}
.boton_fe_na:hover {
	background: rgba(0,0,99,1);
}
.boton_bom {
	background: rgba(255,255,255,1);
	box-shadow: 0 3px 1px -2px rgba(200, 200, 200, 0.5);
	border: 1px solid grey;
	border-radius: 4px;
	color: #000099;
	padding: 4%;
}
.boton_bom:hover {
	background: rgba(255,0,0,1);
	color: #ffffff;
}
.boton_privado {
	color: #f00;
	font-weight: bold;
}
.boton_privado:hover {
	background: rgba(250,0,0,1);
	color: #fff;
    cursor: pointer;
}
.boton_privado2 {
	color: #f00;
	font-weight: bold;
}
.boton_privado2:hover {
	background: rgba(250,0,0,1);
	color: #fff;
    cursor: pointer;
}
.boton_privado_do {
	color: #f00;
	font-weight: bold;
}
.boton_privado_do:hover {
	background: rgba(250,0,0,1);
	color: #fff;
    cursor: pointer;
}
.boton_ob {
	color: #f00;
	font-weight: bold;
}
.boton_ob:hover {
	background: rgba(250,0,0,1);
	color: #fff;
    cursor: pointer;
}
.boton_redondo_izq {
	position: absolute;

	bottom: 6%;
	left: 4%;
	width: 20%;
	height: 50%;
	border-radius: 100%;
	background: rgba(0,0,99,1);
	box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	color: #ffffff;
	padding: 1%;
	cursor: pointer;
}
.boton_redondo_izq:hover {
	background: rgba(250,0,0,1);
	color: #ffffff;
}
.boton_redondo_dch {
	position: absolute;
	
	bottom: 6%;
	right: 4%;
	width: 20%;
	height: 50%;
	border-radius: 100%;
	background: rgba(0,0,99,1);
	box-shadow: 6px 6px 3px 0px rgba(0,0,0,0.75);
	color: #ffffff;
	padding: 1%;
	cursor: pointer;
}
.boton_redondo_dch:hover {
	background: rgba(250,0,0,1);
	color: #ffffff;
}
.busca_agencia {
	position: absolute;
	background: rgba(250,250,220,1);
	color: #000099;
	width: 60%;
	height: auto;
	padding: 1%;
	top: 10%;
	left: 19%;
	overflow: auto;
}
.busca_agencia_fondo {
	position: absolute;
	background: rgba(255,255,255,0);
	width: 100%;
	height: 100%;
	padding: 1%;
	top: 0%;
	left: 0%;	
}
.busca_agencia2 {
	background: rgba(250,250,220,1);	
}
.buscar_agencias {
	border-radius: 7pt;
	background: rgba(255,255,255,1);
	color: #000099;
	width: 100%;
	height: 14%;
	text-align: left;
	vertical-align: middle;
	padding: 1%;
}
.busca_gru {
	position: fixed;
	width: 25%;
	top: 18%;
	left: 37.5%;
	padding: 1%;
	color: #000099;
	border: 1px solid red;
	border-radius: 7pt;
	background: rgba(250,250,220,1);
	z-index: 10;
}
.busca_ofert {
	background: rgba(255,255,255,0.5);
    position: static;
	margin:0px;
	padding:0px;
	border:0px solid red;
	font-weight: bold;
	z-index:10;
}
.busca_ofert:hover {
	background: rgba(255,0,0,1);
	color: red;
	opacity: 1;
	filter: grayscale(0%);
	z-index:10;
}
.busca_ofert2 {
	background: rgba(255,255,255,0.4);
    position: static;
	margin-top:-18px;
	padding:0px;
	border:0px solid red;
	font-weight: bold;
	
}
.busca_ofert2:hover {
	background: rgba(255,0,0,1);
	color: red;
	opacity: 1;
	filter: grayscale(0%);
}
.button_plano {
	border: 0px;
	background-color: transparent;

	color: #ff0000;
   	font-weight: bold;
	text-transform: uppercase;
}
.button_plano:visited, .button_plano:link, .button_plano:active {
	text-decoration: none !important;
	text-decoration-line: none;
	outline: 0;
	color: red;
}

.cab_hor {
	display: block;
}
.cab_ver {
	display: none;	
}
.capitalize {
	text-transform : capitalize;
}
.cambiar_archivo {
	position: fixed;
	width: 25%;
	top: 45%;
	left: 37.5%;
	padding: 1%;
	color: #000099;
	border: 1px solid red;
	background: rgba(250,250,220,1);
	z-index: 10;
}
.categoria_busqueda {
	text-align: left;
	color: #ff0000;
	text-decoration: underline red;
}
.cerrar {
	border-radius: 100%;
	width: 10%;
	background: rgba(0,0,99,1);
	color: #f00;
}
.cerrar:hover {
	border-radius: 100%;
	width: 10%;
	background: rgba(0,0,99,1);
	color: #fff;
}
.cerrar_imagen {
    position: fixed;	
	border: 0px solid #000099;
	border-radius: 5%;
	background: rgba(0,0,0,0);	
	top: 2.5%;
	left: 66%;
	width: 5%;
}
.cerrar_ventana {
	width: 5%;
}
.cerrar_video {
	border-radius: 100%;
	width: 6%;
	background: rgba(0,0,99,1);
	color: #f00;
}
.cerrar_video:hover {
	border-radius: 100%;
	width: 6%;
	background: rgba(0,0,99,1);
	color: #fff;
}
.c_telefono {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 5%;
	
	width: 14%;
	height:60%;
	
	border-radius: 100%;
	border: 0.5px solid #000099;
	background: rgba(255,255,255,0.5);
	color: #000;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_telefono:hover {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 5%;
	
	width: 14%;
	height:60%;
	
	border-radius: 100%;
	border: 0.5px solid #ffffff;
	background: rgba(0,0,99,1);
	color: #fff;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_email {
	position: absolute;
	top: 10%;
	left: 30%;
	z-index: 3;
	
	width: 14%;
	height: 60%;
	
	border-radius: 100%;
	border: 0.5px solid #000099;
	background: rgba(255,255,255,0.5);
	color: #000;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_email:hover {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 30%;
	
	width: 14%;
	height:60%;
	
	border-radius: 100%;
	border: 0.5px solid #ffffff;
	background: rgba(0,0,99,1);
	color: #fff;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_mensajes {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 55%;
	
	width: 14%;
	height:60%;
	
	border-radius: 100%;
	border: 0.5px solid #000099;
	background: rgba(255,255,255,0.5);
	color: #000;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_mensajes:hover {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 55%;
	
	width: 14%;
	height:60%;
	
	border-radius: 100%;
	border: 0.5px solid #ffffff;
	background: rgba(0,0,99,1);
	color: #fff;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_reunion {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 80%;
	
	width: 14%;
	height:60%;
	
	border-radius: 100%;
	border: 0.5px solid #000099;
	background: rgba(255,255,255,0.5);
	color: #000;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_reunion:hover {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 80%;
	
	width: 14%;
	height:60%;
	
	border-radius: 100%;
	border: 0.5px solid #ffffff;
	background: rgba(0,0,99,1);
	color: #fff;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_reunion_priv {
	position: absolute;
	top: 19.5%;
	z-index: 3;
	left: 79.1%;
	
	width: 14%;
	height:60%;
	
	border-radius: 100%;
	border: 0.5px solid #000099;
	background: rgba(0,0,99,1);
	color: #fff;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_facebook {
	position: absolute;
	top: 10%;
	left: 19.5%;
	z-index: 3;
	
	width: 10%;
	height: 65%;
	
	border-radius: 100%;
	border: 0.5px solid #000099;
	background: rgba(255,255,255,0.5);
	color: #000;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_facebook:hover {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 19.5%;
	
	width: 10%;
	height:65%;
	
	border-radius: 100%;
	border: 0.5px solid #ffffff;
	background: rgba(0,0,99,1);
	color: #fff;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_instagram {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 44.5%;
	
	width: 10%;
	height:65%;
	
	border-radius: 100%;
	border: 0.5px solid #000099;
	background: rgba(255,255,255,0.5);
	color: #000;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_instagram:hover {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 44.5%;
	
	width: 10%;
	height:65%;
	
	border-radius: 100%;
	border: 0.5px solid #ffffff;
	background: rgba(0,0,99,1);
	color: #fff;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_twitter {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 69.5%;
	
	width: 10%;
	height:65%;
	
	border-radius: 100%;
	border: 0.5px solid #000099;
	background: rgba(255,255,255,0.5);
	color: #000;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.c_twitter:hover {
	position: absolute;
	top: 10%;
	z-index: 3;
	left: 69.5%;
	
	width: 10%;
	height:65%;
	
	border-radius: 100%;
	border: 0.5px solid #ffffff;
	background: rgba(0,0,99,1);
	color: #fff;
	text-align:center;
	padding: 5px;
	margin: 2%;
}
.columna_izquierda {
	display: flex;
	float: left;
	margin-top: 0%;
	left: 0.5%;
	border: 0px solid red;
	border-right: 1px solid red;
	height: 150%;
	width: 17.5%;
	z-index: 1;
	
	justify-content: center;
	text-align: center;
	overflow-y: auto; /* Add vertical scrollbar */
}
.columna_izquierda_fe {
	position: fixed;

	background-size: cover;
	top: 18.5%;
	left: 1%;
	border: 0px solid red;
	border-right: 1px solid red;
	height: 100%;
	width: 18.5%;

	text-align: left;
	overflow-y: auto; /* Add vertical scrollbar */
}
.columna_izquierda_pri {
	position: fixed;

	top: 18.5%;
	left: 0.5%;
	border: 0px solid red;
	border-right: 1px solid red;
	height: 100%;
	width: 18.5%;

	justify-content: center;
	text-align: center;
	overflow-y: auto; /* Add vertical scrollbar */
}
.columna_izquierda_vertical {
	border: 0px solid red;
	z-index: 5;
	width: 16px;
	margin-top: 1%;
	margin-left: 45%;
	word-wrap: break-word;
	justify-content: center;
	text-align:center;
	color: #000099;
	font-weight: bold;
	line-height:22px;
	font-size: 150%;
}
.columna_izquierda_vertical2 {
	display: none;
	
	border: px solid red;
	width: 16px;
	margin-top: 1%;
	margin-left: 45%;
	word-wrap: break-word;
	justify-content: center;
	text-align:center;
	color: #000099;
	font-weight: bold;
	line-height:22px;
	font-size: 150%;
}
.columna_izquierda_vertical3 {
	display: none;
	
	border: 0px solid red;
	width: 36px;
	margin-top: 1%;
	margin-left: 45%;
	word-wrap: break-word;
	justify-content: center;
	text-align:center;
	color: #000099;
	font-weight: bold;
	line-height:22px;
	font-size: 150%;
}
.columna_izquierda_vertical4 {
	border: 0px solid red;
	width: 18px;
	margin-top: 1%;
	margin-left: -35%;
	word-wrap: break-word;
	justify-content: center;
	text-align:center;
	color: #000099;
	font-weight: bold;
	line-height:22px;
	font-size: 150%;
}
.columna_izquierda_vis {
	position:fixed;
	top: 25%;
	left: 0.5%;
	border: 1px solid red;
	border-radius: 5pt;
	background: rgba(0,0,99,1);
	height: auto;
	width: 19%;
	padding: 0.5%;
	text-align: left;	
}
.columna_centro_vis {
	position:fixed;
	left: 19.5%;
	top: 0%;
	border: 0px solid red;
	/*border-left: 1px solid red;
	border-right: 1px solid red;*/
	height: 98%;
	width: 56.5%;
	padding: 1%;
	z-index: 11;
	text-align: center;
	
	overflow-y: auto; /* Add vertical scrollbar */
}
.columna_derecha_vis {
	position:fixed;
	right: 1%;
	top: 25%;
	border: 1px solid red;
	border-radius: 5pt;
	background: rgba(0,0,99,1);
	text-align: center;
	color: white;
    font-size: 1.8em;
    font-weight: 600;
	height: auto;
	width: 19%;	
	padding: 1%;
	z-index: 11;	
}
.columna_derecha {
	position:absolute;
	right: 0.1%;
	margin-top: 0%;
	margin-right: 1%;
	top: 15%;
	border: 0px solid red;
	height: 92%;
	width: 79%;	
	padding: 1%;
	z-index: 1;
}
.columna_derecha_mo {
	position:absolute;
	right: 0.1%;
	margin-top: 0%;
	margin-right: 1%;
	top: 15%;
	border: 1px solid red;
	height: 92%;
	width: 79%;	
	padding: 1%;
	z-index: 1;
}
.columna_derecha2 {
	position:fixed;
	right: 0%;
	margin-top: 1.5%;
	margin-right: 1%;
	top: 15%;
	border: 0px solid red;
	height: 78%;
	width: 77.8%;	
	padding: 1%;
	overflow-y: auto; /* Add vertical scrollbar */
}
.columna_derecha_pub {
	position:fixed;
	right: 1%;
	top: 22%;
	border: 0px solid red;
	width: 78%;	
	padding: 0%;
	padding-top:0%;
	z-index: 11;
	overflow: auto;
}
.col1_cabecera {
	float: left;
	border: 0px solid white;
	height: 100%;
	width: 10%;
	
	text-align: left;
}
.col2_cabecera {
	float: left;
	border: 0px solid red;
	height: 90%;
	width: 60%;
	text-align: right;
	padding-top: 1%;
}
.col3_cabecera {
	float: right;
	border-bottom: 1px solid red;
	border-radius: 7pt;
	background: rgba(255,255,255,0.7);
	height: 95%;
	width: 25%;
	
	padding-top: 0.5%;
	font-weight: bold;
}
.col1_cabecera2 {
	float: left;
	left 1%;
	border: 0px solid red;
	height: auto;
	width: 20%;
	
	text-align: left;
}
.col2_cabecera2 {
	display: flex; 
	float: left;
	left 1%;
	border: 0px solid red;
	height: auto;
	width: 58%;
	justify-content: center;
	text-align: center;
	padding-top: 0%;
}
.col3_cabecera2 {
	display: flex; 
	float: right;
	position: fixed;
	right: 3%;
	border: 1px solid #000099;
	border-radius: 100%;
	background: rgba(250,250,250,0.5);
	height: auto;
	width: 3%;
	padding: 1%;
}
.col1_cabecera_contac {
	float: left;
	left 1%;
	border: 0px solid red;
	height: auto;
	width: 18%;
	
	text-align: left;
}
.col2_cabecera_contac {
	float: left;
	left 1%;
	border: 0px solid red;
	width: 12%;
	justify-content: center;
	text-align: center;
	padding-top: 1.2%;
}
.col3_cabecera_contac {
	float: left;
	left 1%;
	border: 0px solid red;
	height: auto;
	width: 50%;
	justify-content: center;
	text-align: center;
	padding-top: 0%;
	padding-left: 1%;
}
.col4_cabecera_contac {
	float: left;
	margin-left: 12%;
	border: 1px solid #000099;
	border-radius: 100%;
	background: rgba(250,250,250,0.5);
	height: 60%;
	width: 4%;
	
	padding: 1%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-weight: bold;
}
.col1_cabecera_st1 {
	float: left;
	border: 0px solid red;
	height: 100%;
	width: 16%;
	
	text-align: left;
}
.col2_cabecera_st1 {
	float: left;
	border: 0px solid white;
	height: 90%;
	width: 59%;
	
	padding: 1%;
	padding-left: 3.5%;
	text-align: center;
}
.col3_cabecera_st1 {
	float: right;
	border: 0px solid red;
	height: 90%;
	width: 16%;
	
	padding: 1%;
	text-align: center;
}
.col1_cabecera_ofertas {
	float: left;
	border: 0px solid red;
	height: 95%;
	width: 16%;
	text-align: left;	
}
.col2_cabecera_ofertas {
	display: flex; 
	float: left;
	border: 0px solid red;
	height: 100%;
	width: 68%;
	
	padding-top: 0.5%;
	padding-left: 0.5%;
	text-align: center;
	justify-content: center;
}
.col3_cabecera_ofertas {
	float: right;
	border: 0px solid red;
	height: 100%;
	width: 14%;
	
	padding-top: 2%;
	text-align: center;
}
.col2_cabecera_selec_ofertas {
	display: flex; 
	float: left;
	border: 0px solid red;
	height: 99.9%;
	width: 57%;
	
	padding-top: 0%;
	padding-left: 5%;
	text-align: center;
	justify-content: center;
}
.col1_main {
	position: relative;
	float: left;
	border: 0px solid white;
	height: 85%;
	width: 25%;
	bottom: -16%;
	
	text-align: left;
}
.col2_main {
	float: left;
	border: 0px solid white;
	height: 92%;
	width: 55%;
	
	text-align: right;
	padding: 1%;
}
.col3_main {
	float: left;
	border: 0px solid white;
	height: 92%;
	width: 15%;
	
	text-align: left;
	padding: 0%;
}
.col1_col2_main {
	float: left;
	border: 0px solid white;
	height: 92%;
	width: 7%;
	
	text-align: right;
	padding: 1%;
}
.col2_col2_main {
	float: left;
	border: 0px solid white;
	height: 92%;
	width: 88%;
	
	text-align: left;
	padding: 1%;
}
.col1_foot {
	float: left;
	border: 1px solid white;
	height: 75%;
	width: 24%;
	
	text-align: center;
}
.col2_foot {
	float: left;
	border: 1px solid white;
	height: 75%;
	width: 24%;
	
	text-align: center;
}
.col3_foot {
	float: left;
	border: 1px solid white;
	height: 75%;
	width: 24%;
	
	text-align: center;
}
.col4_foot {
	float: left;
	border: 1px solid white;
	height: 75%;
	width: 24%;
	
	text-align: center;
}
.col1_destinos {
	float: left;
	border: 1px solid #000099;
	height: 75%;
	width: 19.8%;
	
	text-align: center;
	color: #000099;
	font-weight: bold;
}
.col2_destinos {
	display: none;
}
/*.col3_destinos {
	float: left;
	border: 1px solid #000099;
	height: 75%;
	width: 19%;
	
	text-align: center;
	color: #000099;
	font-weight: bold;
}
.col4_destinos {
	float: left;
	border: 1px solid #000099;
	height: 75%;
	width: 19%;
	
	text-align: center;
	color: #000099;
	font-weight: bold;
}
.col5_destinos {
	float: left;
	border: 1px solid #000099;
	height: 75%;
	width: 19%;
	
	text-align: center;
	color: #000099;
	font-weight: bold;
}*/
.col1_menu_izq {
	float: left;
	/*border-radius: 5pt;*/
	background: rgba(255,255,255,0.9);
	border-bottom: 0px solid #000099;
	
	width: 60%;

	padding: 0px;
	padding-right: 0;
	font-weight: bold;
}
.col2_menu_izq {
	float: left;
	/*border-radius: 5pt;*/
	background: rgba(255,0,0,0.9);
	border-bottom: 0px solid #000099;
	text-align: right;
	width: 5%;
	padding: 2px;
	padding-left: 0;
	font-weight: bold;
}
.col1_faa {
	float: left;
	text-align:left;
	width: 30%;
}
.col2_faa {
	float: left;
	text-align:right;
	width: 69%;
}
.col1_captcha {
	float: left;
	top: 5%;
	width: 20%;
}
.col2_captcha {
	float: right;
	top: 5%;
	width: 60%;
}
.col_letra_izq {
	float: left;
	left: 1%;
	width: 19%;
	border-bottom: 1px solid red;
	box-sizing:border-box;
	font-size: 70px;
	font-weight: bold;
}
.col_letra_dch {
	float: right;
	right: 1%;
	width: 79%;
	border-bottom: 1px solid red;
	box-sizing:border-box;
	text-align: left;
}
.col_dch_detalle_ofert {
	position: absolute;
	min-height: 98%;
	float: right;
	right: 1%;
	width: 49%;
	color: #000099;
	overflow-y: auto; /* Add vertical scrollbar */
}
.col_izq_detalle_ofert {
	float: left;
	left: 1%;
	width: 49%;
	border: 0px solid red;
	border-right: 0px solid red;
	text-align: center;
}
.col_izq_detalle_ofert2 {
	display: none;
}
.col_izq_form_contact {
	float: left;
	display: flex;
	border: 0px solid red;
	margin-left: 1%;
	width: 80%;
	height: 25px;
	text-align: left;
	margin-top: 1%;
}
.col_dch_form_contact {
	float: right;
	display: flex;
	border: 0px solid red;
	margin-right: 2%;
	width: 15%;
	height: 25px;
	text-align: right;
	margin-top: 1%;
}
.col_izq_verti {
	display: none;
}
.col_dch_verti {
	display: none;	
}
.col11 {
	float: left;
	left: 1%;
	width: 49%;
	border: 0px solid red;
	border-right: 0px solid red;
	text-align: left;
}
.col12 {
	float: right;
	left: 1%;
	width: 49%;
	border: 0px solid red;
	border-right: 0px solid red;
	text-align: left;
	font-weight: bold;
}
.col13 {
	float: left;
	left: 1%;
	width: 34%;
	border: 0px solid red;
	border-right: 0px solid red;
	text-align: left;
}
.col14 {
	float: left;
	left: 1%;
	width: 64%;
	border: 0px solid red;
	border-right: 0px solid red;
	text-align: left;
	font-weight: bold;
}
.col14_2 {
	float: left;
	left: 1%;
	width: 100%;
	text-align: left;
	font-weight: bold;
	padding-bottom: 2%;
}
.col1_do {
	float: left;
	left: 1%;
	width: 40%;
	border: 0px solid red;
	border-right: 0px solid red;
	text-align: left;
}
.col2_do {
	float: right;
	left: 1%;
	width: 58%;
	border: 0px solid red;
	border-right: 0px solid red;
	text-align: left;
	font-weight: bold;
}
.col_do1 {
	float: left;
	position: block;
	margin-left: 5%;
	margin-top: 0%;
	width: 14%;
	border: 0px solid red;
	text-align: left;
}
.col_do12 {
	float: left;
	position: block;
	margin-left: 20%;
	margin-top: 0%;

	border: 0px solid red;
	text-align: left;
	font-weight: bold;
}
.col_do2 {
	float: left;
	position: block;
	margin-left: 5%;
	margin-top: 3.5%;
	width: 14%;
	border: 0px solid red;
	text-align: left;
}
.col_do22 {
	float: left;
	position: block;
	margin-left: 20%;
	margin-top: 3.5%;

	border: 0px solid red;
	text-align: left;
	font-weight: bold;
}
.col_do3 {
	float: left;
	position: block;
	margin-left: 5%;
	margin-top: 5%;
	width: 14%;
	border: 0px solid red;
	text-align: left;	
}
.col_do32 {
	float: left;
	position: block;
	margin-left: 20%;
	margin-top: 5%;

	border: 0px solid red;
	text-align: left;
	font-weight: bold;
}
.col_do4 {
	float: left;
	position: block;
	margin-left: 5%;
	margin-top: 6.5%;
	width: 14%;
	border: 0px solid red;
	text-align: left;
}
.col_do42 {
	float: left;
	position: block;
	margin-left: 20%;
	margin-top: 6.5%;

	border: 0px solid red;
	text-align: left;
	font-weight: bold;
}
.col_do5 {
	float: left;
	position: block;
	margin-left: 5%;
	margin-top: 8%;
	width: 14%;
	border: 0px solid red;
	text-align: left;	
}
.col_do52 {
	float: left;
	position: block;
	margin-left: 20%;
	margin-top: 8%;

	border: 0px solid red;
	text-align: left;
	font-weight: bold;
}
.col1_form_grupos {
	display: flex;
	float: left;
	left: 1%;
	width: 16%;	
}
.col2_form_grupos {
	display: flex;
	float: left;
	left: 16%;
	width: 15%;	
}
.col2_form_grupos2 {
	display: flex;
	float: left;
	left: 16%;
	width: 30%;		
}
.col3_form_grupos {
	display: flex;
	float: left;
	left: 27%;
	width: 15%;	
}
.col3_form_grupos2 {
	display: flex;
	float: left;
	left: 16%;
	width: 28%;		
}
.col4_form_grupos {
	display: flex;
	float: left;
	left: 38%;
	width: 14%;	
}
.col4_form_grupos2 {
	display: flex;
	float: left;
	left: 16%;
	width: 26%;		
}
.col5_form_grupos {
	display: flex;
	float: left;
	left: 50%;
	width: 14%;	
}
.col6_form_grupos {
	display: flex;
	float: left;
	left: 61%;
	width: 13%;	
}
.col7_form_grupos {
	display: flex;
	float: left;
	left: 72%;
	width: 10%;	
}
.contenedor_letra_mayor {
	display: flex; 
	border: 0px solid black;	
}
.contenedor_celda_ofertas {
	display: flex; 
	border: 1px solid black;
}
.contenedor_sup_detalle_ofert {
	position: absolute;
	overflow: hidden;
	display: flex;
	top: 1%;
	min-height: 35%;
	width: 90%;
	border: 1px solid red;
	border-bottom: 0px;
	text-align: left;
	margin: 1%;
	padding: 2%;
	font-size: 13px;
}
.contenedor_inf_detalle_ofert {
	position: absolute;
	overflow: hidden;
	display: flex;
	top: 35.5%;
	min-height: 51%;
	width: 90%;
	border: 1px solid red;
	border-top: 0px;
	text-align: left;
	margin: 1%;
	padding: 2%;
	font-size: 13px;
}
.contenedor_inf_detalle_ofert2 {
	position: absolute;
	overflow: hidden;
	display: flex;
	top: 37%;
	min-height: 51%;
	width: 90%;
	border: 1px solid red;
	border-top: 0px;
	text-align: left;
	margin: 1%;
	padding: 2%;
	font-size: 13px;
}
.cont_agencia_seleccionada {
	position: fixed;

	background: rgba(255,255,255,0);
	
	left: 25%;
	top: 16%;
	z-index: 1;

	height: 20%;
	width: 50%;
	
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
	font-weight: bold;
	padding: 1px;	
}
.cont_menu1 {
	position:fixed;
	z-index: 1;

	top: 26%;
	left: 1%;
	padding: 1px;
	margin: 1%;
	width: 19%;
	background: rgba(255,255,255,0.9);
	border: 1px solid #000099;
		
	overflow:auto;
	text-align:left;
	font-weight: bold;
}
.cont_menu2 {
	position: fixed;
	z-index: 1;

	top: 23.5%;
	left: 7.2%;
	min-width: 9%;
	padding: 2px;
	margin: 1%;
		
	margin-top:1px;
	margin-left:16%;
	margin-right:23%;
	
	border-radius: 5pt;
	background: rgba(255,255,255,0.9);
		
	color: #1A237E;
	overflow:auto;
	text-align:center;
   	font-weight: bold;
}
.cont_menu_aa {
	position: fixed;
	z-index: 2;

	top: 15.5%;
	left: 2%;
	padding: 2px;
	margin: 1%;
	
	min-width: 10%;
	
	border-radius: 5pt;
	background: rgba(0,0,99,0.9);
   	font-weight: bold;	
	color: #ffffff;
	text-align: center;
	overflow:auto;
}
.cont_menu_dch {
	position: fixed;
	z-index: 50;

	top: 15.9%;
	right: 5%;

	padding: 2px;
	margin: 1%;
	
	min-width: 10%;
	
	border-radius: 5pt;
	border: 0.5px solid silver;
	border-top: 0.5px solid black;
	background: rgba(0,0,99,1);
   	font-weight: bold;	
	color: #ffffff;
	text-align: center;
	overflow:auto;
}
.cont_menu_dch2 {
	position: fixed;
	z-index: 50;

	top: 15.9%;
	right: 5%;

	padding: 2px;
	margin: 1%;
	
	min-width: 10%;
	
	border: 0.5px solid silver;
	border-top: 0.5px solid black;	
	border-radius: 5pt;
	background: rgba(0,0,99,1);
   	font-weight: bold;	
	color: #ffffff;
	text-align: center;
	overflow:auto;
}
.cont_menu_contactar {
	position: fixed;
	z-index: 2;

	top: 11.9%;
	left: 21.7%;
	padding: 2px;
	margin: 1%;
	
	min-width: 10%;

	border-radius: 5pt;
	border: 0.5px solid silver;
	background: rgba(0,0,99,0.9);
   	font-weight: bold;	
	color: #ffffff;
	text-align: center;
	overflow:auto;	
}
.cont_reproductor_video {
    position: fixed;
	border-radius: 50%;
	border: 1% solid red;
	text-align: center;
	background: rgba(139,0,0,0.9);
	padding: 1%;
	width: 3%;
	height: 6%;
	top: 3%;
	left: 48%;	
}
.cont_resultado_busqueda {
	position: fixed;
	z-index: 1;

	top: 14%;
	left: 10%;
	height: 78%;
	width: 80%;
	padding: 2px;
	margin: 1%;
	
	border-radius: 5pt;
	background: rgba(0,0,99,1);
		
	color: #1A237E;
	overflow:auto;
   	font-weight: bold;
	text-transform: uppercase;
}
.cont_resultado_busqueda_gru {
	position: fixed;
	z-index: 10;
	top: 16%;
	left: 33%;
	width: 30%;
	max-height: 70%;

	border: 1px solid red;
	border-radius: 7pt;
	background: rgba(250,250,220,1);
	color: #ffffff;
	font-size: 15px;
	overflow-y: auto; /* Add vertical scrollbar */
	text-align: center;
	padding: 1%;
	margin: 1%;
}
.cont_resultado_busqueda_mayor {
	position: fixed;
	z-index: 1;

	top: 20%;
	left: 9%;
	height: 75%;
	width: 80%;
	padding: 2px;
	margin: 1%;
	
	border-radius: 5pt;
	background: rgba(0,0,99,0.9);
		
	color: #1A237E;
	overflow:auto;
   	font-weight: bold;
	text-transform: uppercase;
}
.c_derecha   { 
	float: right;
	width: 7%;
}
.c_izquierda { 
	float: left;
	width: 93%;
}
.contenedor_divs {
	position: fixed;
	width: 97.2%;
	left: 1.85%;
	top: 19%;
	height: 80.5%;
	border: 0px solid red;
	overflow:auto;
}

.des_menu {
	position: fixed;
	width: 96%;
	left: 2%;
	z-index: 1000;
	top: 17.2%;	
	border-radius: 7pt;
	background: rgba(220,220,225,0.9);
	color: #fff;
	padding: 5px;
	margin: 0%;
				
	overflow:auto;
  	justify-content: left;
	text-align: left;

	color: #000000;
	font-size: 16px;
   	font-weight: bold;
}
.des_menu_movil_v {
	/*display:none;*/
}
.des_menu_contact1 {
	position: absolute;
	/*width: 86.5%;
	height: 40%;
	left: 5%;
	top: 27.5%;
	margin: 2%;*/
	
	width: 99%;
	height: 99%;
	top: 10%;
	left: 0px;
	
	z-index: 1;	

	border: 0px solid red;
	background: rgba(25,25,25,0);
	color: #fff;
	margin: 0;
 	padding: 0;
				
	overflow:hidden;
  	justify-content: center;

	color: #000000;
	font-size: 16px;
   	font-weight: bold;
}
.des_menu_contact2 {
	position: absolute;
	
	width: 99%;
	height: 67%;
	top: 108%;
	left: 0px;
	
	z-index: 1;	

	background: rgba(50,50,50,0);
	color: #fff;
	margin: 0;
 	padding: 0;
				
	overflow:hidden;
  	justify-content: center;

	color: #000000;
	font-size: 16px;
   	font-weight: bold;
}
.des_menu_ofert {
	position: fixed;
	top: 22%;
	left: 9%;
	z-index: 1;

	width: 70%;
	height: 45%;

	border-radius: 5pt;
	background: rgba(250,250,255,1);
	border: 1px solid grey;
	
	color: #000;
	text-align: left;
	
	padding: 5%;
	margin: 1%;		
}
.dest_visit {
	position: fixed;
	
	top: 47.5%;
	left: 21.3%;
	z-index: 2;

	width: 78%;
	height: 21%;

	background: rgba(255,255,255,0.9);
	border: 2px solid #000099;
	
	color: #000;
	padding-left: 0%;
	padding-right: 0%;
	margin: 0%;
	text-align: center;
}
.dest_visit2 {
	position: fixed;
	top: 38.5%;
	left: 19.5%;
	z-index: 2;

	width: 70%;
	height: 19%;

	background: rgba(255,255,255,0.9);
	color: #000;
	padding: 0%;
	padding-left: 4%;
	margin: 1%;
	
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.div_boton_fe {
	position: fixed;
	top: 19%;
	width: 98%;
	height: 4%;
	left: 1.5%;
	padding: 0%;
	padding-bottom: 0.5%;
	padding-top: 0.5%;
	border-bottom: 1px solid red;
}
.div_cabecera_fe {
	position: fixed;
	z-index: 50;
	top: 18.5%;
	right: 1%;
	width: 79.4%;
	height: auto;
	background: rgba(0,0,99,1);
	border: 0px solid #ee0000;
	color: #000099;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.div_captcha {
	position: relative;
	top: 45%;
	left: 40%;
	width: 20%;
	background: rgba(250,250,220,1);
	z-index: 999;
}
.div_fondo_fechas_espe {
	/*float: left;*/
	position: fixed;
	background-image: url("../img/fotos_fechas.webp");
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
  	/*background-size: cover;*/
	width: 98%;
	height: 74%;
	top: 25.4%;
	left: 1.5%;
	z-index: 1;
	/*padding-bottom: 4.25%;*/
	overflow:auto;
}
.div_fondo_fechas_espe_mv {
	display:none;
}
.div_fondo_promo_espe {
	/*float: left;*/
	position: fixed;
	background-image: url("../promocion_agencia/fondo_menu.png");
  	/*background-size: 100% 100%;
  	background-repeat:no-repeat;
  	/*background-size: cover;*/
	width: 98%;
	height: 74%;
	top: 25.4%;
	left: 1.5%;
	z-index: 1;
	/*padding-bottom: 4.25%;*/
	overflow:auto;
}
.div_formulario {
	position: fixed;
	z-index: 1;
	top: 18%;
	width: 95%;
	height: 76%;	
	border-radius: 7pt;
	background: rgba(250,250,255,1);
	border: 1px solid grey;
	color: #000099;
	padding: 1%;
	text-align: left;
	font-size: 10px;
	overflow: auto;
}
.div_inabilitar_resto_pant {
  /*display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  /*padding-top: 50px; /* Location of the box */
  left: 0.1%;
  top: 0;
  width: 99.9%; /* Full width */
  height: 98.5%; /* Full height */
  /*overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.2); /* Black w/ opacity */	
}
.div_logo_agencia {
	position: fixed;
	top: 22%;
	left: 19%;
	width: 80%;
	height: 78%;
	border: 0px solid red;
	z-index: -1;
}
.div_logo_agencia2 {
	position: fixed;
	top: 21%;
	left: 0%;
	width: 100%;
	height: 78%;
	border: 0px solid red;
	z-index: -1;
}
.div_menu_españa {
	position: fixed;
	top: 15%;
	left: 19.2%;
	width: 80.7%;
	text-align: left;
	border-bottom: 1px solid grey;
}
.div_menu_bop {
	position: fixed;
	top: 18.5%;
	left: 19.2%;
	width: 80.55%;
	text-align: left;
	border: 0px solid red;
	border-bottom: 1px solid grey;
	background: rgba(255,255,255,1);
	z-index: 2;
}
.div_menu_ordenar {
	position: fixed;
	top: 18.4%;
	left: 19.1%;
	width: 79.9%;
	text-align: left;
	border: 0px solid red;	
}
.div_result_busqueda {
	position: fixed;
	z-index: 20;
	top: 28.5%;
	right: 0%;
	width: 80.7%;
	height: 71.5%;
	border: 0px solid #eeeeee;
	text-align: left;
	color: #000099;
	overflow-y: scroll; /* Add vertical scrollbar */
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.div_result_busqueda2 {
	position: fixed;
	z-index: 20;
	top: 22%;
	right: 1%;
	width: 79%;
	height: 77%;
	border: 0px solid #eeeeee;
	color: #000099;
	overflow-y: auto; /* Add vertical scrollbar */
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 95%;
}
.div_result_busqueda3 {
	position: fixed;
	z-index: 20;
	top: 28.5%;
	right: 0%;
	width: 80.8%;
	height: 71.5%;
	border: 0px solid green;
	color: #000099;
	overflow-y: auto; /* Add vertical scrollbar */
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 95%;
}
.div_result_uh {
	position: fixed;

	z-index: 10;
	top: 19%;
	left: 1.5%;
	width: 97.5%;
	height: 80%;
	border: 0px solid red;
	text-align: left;
	color: #000099;
	overflow-y: scroll;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.div_result_ulti_ofert {
	position: fixed;
	display: flex;
	z-index: 10;
	top: 19%;
	right: 0%;
	width: 80.8%;
	height: 80.5%;
	border: 0px solid #eeeeee;
	color: #000099;
	overflow-y: auto;
	/*text-align: center;*/
	padding: 0px;
	margin: 0px;
}
.div_result_fe {
	position: fixed;
	display: flex;
	z-index: 10;
	top: 22%;
	right: 1%;
	width: 79%;
	height: 77%;
	border: 0px solid red;
	color: #000099;
	overflow-y: scroll;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.div_selec_ofert_dch {
	display: block;
	/*float: left;*/
	position: fixed;
	/*position: static;*/
	background-image: url("../img/cruise.webp");
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
  	background-size: cover;
	width: 48.05%;
	/*height: auto;*/
	height: 80.5%;
	top: 19%;
	right: 1%;
	z-index: 1;
	border-left: 1.5px solid red;
	padding: 0.2%;
	/*padding-bottom: 4.16%;*/
	overflow:auto;
}
.div_selec_ofert_dch:hover {
	opacity: 0.8;
	/*filter: grayscale(100%);*/
}
.div_selec_ofert_dch_mh {
	display: none;
}
.div_selec_ofert_izq_mv {
	display: none;	
}
.div_selec_ofert_izq {
	/*float: left;*/
	position: fixed;
	/*position: fixed;*/
	background-image: url("../img/paris.webp");
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
  	background-size: cover;
	width: 47.9%;
	/*height: auto;*/
	height: 80.5%;
	top: 19%;
	left: 2%;
	z-index: 1;
	border-right: 1.5px solid red;
	padding: 0.2%;
	/*padding-bottom: 4.25%;*/
	overflow:auto;
}
.div_selec_ofert_izq:hover {
	opacity: 0.8;
	/*filter: grayscale(100%);*/
}
.div_tipo_bus {
	position: fixed;
	top: 18%;
	left: 19.1%;
	width: 79.9%;
	padding-top: 0.2%;
	text-align: left;
	border: 0px solid red;
}
.div_tipo_bus_verti {
	position: fixed;
	top: 18%;
	left: 19.1%;
	width: 79.9%;
	padding-top: 0.2%;
	text-align: left;
	border: 0px solid red;
}
.enlace_busca_ofertas {
	background: rgba(255,0,0,1);
	color: #ffffff;
	width: 100%;
}
.enlace_busca_ofertas:hover {
	background: rgba(0,0,99,1);
	color: #ffffff;
	width: 100%;
}
.firma {
	position: fixed;
	width: 51%;
	top: 18%;
	left: 23%;
	padding: 1.5%;
	color: #000099;
	border: 1px solid red;
	border-radius: 7pt;
	background: rgba(250,250,220,1);
	z-index: 10;
}
.flechas {
	color: #000099;
	font-weight: bold;
	cursor: pointer;
}
.fondo_transparente {
	position: fixed;
	background: rgba(250,0,0,0);
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	z-index: 10;
}
.form_alta_agen {
	position: fixed;
	top: 22%;
	left: 9%;
	z-index: 1;

	width: 70%;
	height: 45%;

	border-radius: 7pt;
	background: rgba(250,250,255,1);
	border: 1px solid grey;
	
	color: #000;
	text-align: left;
	
	padding: 5%;
	margin: 1%;	
}
.form_sol_grupo {
	position: fixed;
	top: 22%;
	left: 9%;
	z-index: 1;

	width: 70%;
	height: 45%;

	border-radius: 5pt;
	background: rgba(250,250,255,1);
	border: 1px solid grey;
	
	color: #000;
	text-align: left;
	
	padding: 5%;
	margin: 1%;		
}
.gru_div_result {
	border: 0px solid grey;
	width: 99%;
	text-align: center;
}
.gru_la_result {
	font-size: 150%;
	text-decoration: underline;
}
.gru_text_result {
	font-size: 300%;
	font-weight: bold;
	color: red;
	border: 0px solid grey;
	background: rgba(0,0,0,0);
	text-align: center;
}
.guias {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 100;
	padding-left: 40%;
	padding-top: 13%;
}
.guias_opciones {
	position: fixed;
	width: 20%;
	border-radius: 7pt;
	background: rgba(255,255,255,1);
	color: #000099;
	font-weight: bold;
}
.guia_x_cancelar {
	position: fixed;
	top: 22.5%;
	right: 24.5%;
}
.icono_info {
	width: 1.0em;	
}
.icono_video {
	width: 18%;
}
.idiomas {
	color: #ff0000;
}
.informa_busqueda {
	display: none;
}
.inicio_sesion {
	color: #ff0000;	
}
.ini_session_pc {
	display: block;
}
.ini_session_movil {
	display: none;
}
.input_busca_agen {
	width: 50%;
	font-size: 100%;
}
.label_titulo {
	font-size: 16px;
	color: #000099;
	font-weight: bold;
}
.label_color_fondo {
	background: rgba(204,255,0,1);
	font-size: 16px;
}
.label_contador {
	border-radius: 5pt;
	background: rgba(0,0,99,1);
	color: #fff;
	font-weight: bold;
	font-size: 95%;
}
.label_contador2 {
	position: fixed;
	top: 18.5%;
	right: 7%;
	color: #fff;
	font-weight: bold;
	font-size: 95%;
}
.label_contador3 {
	position: fixed;
	top: 18.5%;
	right: 7%;
	color: #fff;
	font-weight: bold;
	font-size: 95%;
}
.label_form {
	color: #000099;
	font-size: 14px;
}
.label_form_ob {
	color: #ff0000;
	font-size: 14px;
}
.lista_documentos {
	display: flex;
	padding: 3%;
	overflow-y: auto;
}
.lista_tipo_ofert_col {
	display: none;
}
.listado_documentos {
	position: fixed;
	width: 52%;
	height: 60%;
	top: 28%;
	left: 23%;
	border-radius: 7pt;
	background: rgba(250,250,255,1);
	padding: 1%;
	color: #000099;
	text-align:left;
}
.logo {
	 width: 86%;
}
.logo2 {
	 width: 40%;
}
.logo_cabecera {
	width: 50%;
}
.logo_cabecera_be {
	width: 35%;
}
.lp_construct {
	position: fixed;
	width: 97%;
	height: 80%;
	top: 19%;
	left: 2%;

	text-align: left;
	
	overflow-y: scroll; /* Add vertical scrollbar */
}
.lp_eliminad {
	position: absolute;
	display: flex;
	top: 40%;
	left: 37%;
	width: 25%;
	height: 40%;
	border-radius: 7pt;
	border: 3px solid #000099;
	background: rgba(250,250,250,1);
	color: #ff0000;
	font-weight: bold;
	z-index: 10;
}
.lp_modificad {
	position: fixed;
	width: 97%;
	height: 80%;
	top: 19%;
	left: 2%;

	text-align: left;
	
	overflow-y: scroll; /* Add vertical scrollbar */
}
.lpc_tit_camp {
	color: #000099;
	font-size: 120%;
	font-weight: bold;	
}
.lpc_tit_field {
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
}
.lp_selecc_oferta {
	position: fixed;
	z-index: 50;

	top: 20%;
	left: 30%;

	padding: 1%;
	margin: 1%;
	
	width: 40%;
	
	border-radius: 5pt;
	border: 1.5px solid red;
	background: rgba(255,255,255,1);
   	font-weight: bold;	
	color: #ffffff;
	text-align: left;
	/*display:flex;
    /*justify-content: center; /* Horizontal center alignment */
    align-items: center; /* Vertical center alignment */
	overflow:auto;
}
.lp_selecc_sello {
	position: fixed;
	z-index: 50;

	top: 20%;
	left: 43%;

	padding: 1%;
	margin: 1%;
	
	width: 10%;
	
	border-radius: 5pt;
	border: 1.5px solid red;
	background: rgba(255,255,255,1);
   	font-weight: bold;	
	color: #ffffff;
	text-align: center;
	/*display:flex;
    /*justify-content: center; /* Horizontal center alignment */
    align-items: center; /* Vertical center alignment */
	overflow:auto;
}
.lp_textareas {
	display:flex;
    /*justify-content: center; /* Horizontal center alignment */
    align-items: top; /* Vertical center alignment */	
}
.lp_text1 {
	width: 68%;
}
.lp_text2 {
	width: 13.5%;
}
.lp_text3 {
	width: 3%;
	text-align: right;
}
.lupa {
	float: right;
	width: 3%;
	border: 1px;
}
.lupa_ofert {
	min-width: 1%;
	max-width: 15px;
}
.mayorista_activado {
	text-align: left;
	font-size: 12px;
	color: #f00;
	margin-left: 1%;
}
.mayoristas_por_letra {
	position: absolute;
	
	background: rgba(255,255,255,0.9);
	border: 1px solid #000099;
	
	z-index: 3;
	
	top: 26%;
	left: 31.5%;
	
	height: 42%;
	width: 66.5%;
	padding: 2px;
	margin: 1%;
	
	text-align:center;
	vertical-align:top;
	
	overflow-y: scroll; /* Add vertical scrollbar */
}
.mensaje_fe {
	position: fixed;
	left: 2%;
	width: 97%;
	top: 52%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 150%;
	z-index: 10;
}
.mensaje_fe_label {
	background: rgba(0,0,0,0.3);	
}
.mensaje_no_hay {
	position: fixed;
	width: 75%;
	left: 21%;
	top: 45%;
	z-index: 10;	
}
.menu_busca_ofertas {
	position: fixed;
	left: 2%;
	top: 18%;
	width: 16.9%;
	height: 80%;
	margin-top: 0.1%;
	padding-top: 0.1%;
	background: rgba(255,255,255,1);
	border: 0px solid red;
	text-align: left;
	overflow-y: auto; /* Add vertical scrollbar */
}
.menu_busca_ofertas_pri {
	position: fixed;
	left: 2%;
	top: 18%;
	width: 16.9%;
	height: 80%;
	margin-top: 0%;
	padding-top: 0.2%;
	border: 0px solid red;
	text-align: left;
	overflow-y: auto; /* Add vertical scrollbar */
}
.menu_busca_ofertas_verti {
	display: none;		
}
.menu_ofertas_agencias {
	position: absolute;
	z-index: 1;
	
	background: rgba(255,255,255,0.9);
	border: 1px solid #000099;
	
	top: 26%;
	left: 20.3%;
	padding-left: 0.5%;
	padding-right: 0.5%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin: 1%;
	
	color: #1A237E;
	text-align:left;
   	font-weight: bold;
}
.menu_mayoristas {
	position: absolute;
	z-index: 1;
	
	background: rgba(255,255,255,0.9);
	border: 1px solid #000099;
	
	top: 26%;
	left: 20.3%;
	width: 10.09%;
	padding-left: 0.5%;
	padding-right: 0.5%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin: 1%;
	
	color: #1A237E;
	text-align:left;
   	font-weight: bold;
}
.mens_cookies {
	position: fixed;
	left: 1%;
	top: 50%;
	z-index: 1;
	
	width: 95%;
	
	border-radius: 7pt;
	background: rgba(250,50,50,0.9);
	
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 8px;
	margin: 1%;
}
.mensaje_conta0_fe {
	position: fixed;
	left: 35%;
	top: 50%;
	z-index: 1;

	color: #f00;
	font-weight: bold;	
}
.mensaje_movil_vertical {
	display: none;
}
.mensaje_movil_vertical_grup {
	display: none;		
}
.mensaje_movil_horizontal_grup {
	display: none;		
}
.mv {
	display: none;		
}
.nom_agencia {
	position: relative;
	width:100%;
	border: 0px solid white;
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
}
.nom_ofert {
	font-weight: bold;
    cursor: pointer;
}
.nom_zona {
	border-radius: 5pt;
	background: rgba(0,0,99,1);
	color: #fff;
	font-size: 80%;
}
.no_ofert {
	position: fixed;
	top: 45%;
}
.ob_izq {
	position: fixed;
	background-image: url("../img/fondo_destinos.png");
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
  	background-size: cover;
	width: 24%;
	height: 80.5%;
	top: 19%;
	left: 2%;
	z-index: 1;
	padding-left: 0.2%;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	overflow:auto;	
}
.ob_cnt1 {
	position: fixed;
	background-image: url("../img/fondo_colectivos.png");
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
  	background-size: cover;
	width: 24%;
	height: 80.5%;
	top: 19%;
	left: 26.3%;
	z-index: 1;
	padding-left: 0.2%;
	text-align: center;
	vertical-align: middle;
	color: #ff0000;
	font-weight: bold;
	overflow:auto;	
}
.ob_cnt2 {
	position: fixed;
	background-image: url("../img/fondo_euro.png");
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
  	background-size: cover;
	width: 24%;
	height: 80.5%;
	top: 19%;
	right: 25.3%;
	z-index: 1;
	padding-left: 0.2%;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	overflow:auto;	
}
.ob_dch {
	position: fixed;
	background-image: url("../img/fondo_guiado.png");
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
  	background-size: cover;
	width: 24%;
	height: 80.5%;
	top: 19%;
	right: 1.15%;
	z-index: 1;
	padding-left: 0.2%;
	text-align: center;
	vertical-align: middle;
	color: #ff0000;
	font-weight: bold;
	overflow:auto;	
}
.observaciones {
	position: fixed;
	width: 35%;
	height: auto;
	top: 25%;
	left: 31.5%;
	padding: 1%;
	color: #000099;
	border: 1px solid red;
	border-radius: 7pt;
	background: rgba(250,250,220,1);
	z-index: 10;
}
.ofert_esc {
	height: 100%;
}
.oferta_detalle {
	width: 60%;
}
.oferta_detalle_visor {
	height: 99%;
}
.ofertas1 {
	width: 30%;
	
	z-index: 10;
	object-fit: cover;
    object-position: center center;
}
.ofertas2 {
	width: 50%;
	z-index: 10;
	object-fit: cover;
    object-position: center center;
}
.ofertas3 {
	min-width: 80%;
	max-width: 80%;
	z-index: 10;
	object-fit: cover;
    object-position: center center;
}
.opciones_agencias {
	position: fixed;

	top: 30%;
	left: 30%;
	width: 12%;
	
	z-index: 2;
	
	border-bottom: 1px solid red;
	border-radius: 7pt;
	background: rgba(255,255,255,0.9);
	
	padding-top: 1%;
	font-weight: bold;
	text-align: center;
}
.opciones_agencias:hover {
	background: rgba(255,255,255,1);
}
.opciones_agencias2 {
	position: fixed;

	top: 30%;
	left: 64%;
	width: 12%;
	
	z-index: 2;
	
	border-bottom: 1px solid red;
	border-radius: 7pt;
	background: rgba(255,255,255,0.9);
	
	padding-top: 1%;
	font-weight: bold;
	text-align: center;
}
.opciones_agencias2:hover {
	background: rgba(255,255,255,1);
}
.opciones_agencias3 {
	position: fixed;

	top: 30%;
	left: 47%;
	width: 12%;
	
	z-index: 2;
	
	border-bottom: 1px solid red;
	border-radius: 7pt;
	background: rgba(255,255,255,0.9);
	
	padding-top: 1%;
	font-weight: bold;
	text-align: center;
}
.opciones_agencias3:hover {
	background: rgba(255,255,255,1);
}
.opciones_agencias22 {
	position: fixed;

	top: 27%;
	left: 55%;
	width: 12%;
	
	z-index: 2;
	
	border-bottom: 1px solid red;
	border-radius: 7pt;
	background: rgba(0,0,99,1);
	color: #fff;
	
	padding-top: 1%;
	font-weight: bold;
	text-align: center;
}
.opciones_busqueda {
	color: #000099;
	font-size: 90%;
}
.opciones_busqueda_paises {
	color: #000099;
    cursor: pointer;
}
.ordena_oferts_col1 {
	display: flex;
	float: left;
	width: 45%;
	text-align: left;
	padding-left: 0.5%;
	border: 0px solid red;
	color: #fff;
	font-weight: bold;
}
.ordena_oferts_col2 {
	display: flex;
	float: left;
	width: 50%;
	text-align: left;
	padding-left: 0.5%;
	border: 0px solid red;
	color: #fff;
}
.pos_menu {
    position: fixed;
	left: 25%;
}
.privado {
    position: fixed;
	top: 8.7%;
	right: 4.3%;
	z-index: 1;
	
	border-radius: 3%;
	background: rgba(255,255,255,0.9);
	color: #000099;
	padding: 9px;
	margin: 2%;
	
	overflow-y: auto; /* Add vertical scrollbar */
}
.qr_app {
	width: 20%;
}
.recuadro_abecedario {
	border: 1px solid grey;
	padding: 5px;
	margin: 1%;
}
.reproductor_video {
    position: fixed;	
	border: 3px solid #8b0000;
	border-radius: 5%;
	background: rgba(0,0,0,0.9);	
	top: 10%;
	left: 20%;
}
.result_busq_agen {
	background: rgba(204,255,0,1);
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 1px solid grey;
	width: 100%;
	font-weight: bold;
	color: #000099;	
}
.rojo {
	color: #ff0000;
	font-weight: bold;
}
.salto_linea {
	display: none;
}
.salto_linea_hyv {
	display: none;
}
.salto_linea_mayoristas {
	display: none;
}
.sele_docu_firma {
	position: fixed;
	width: 25%;
	top: 25%;
	left: 35%;
	padding: 1%;
	color: #000099;
	border: 1px solid red;
	border-radius: 7pt;
	background: rgba(250,250,220,1);
	z-index: 10;
}
.text_buscar_agencias {
	float: left;
	width: 75%;
	margin-top: 1px;
	outline: none;
	background: rgba(255,255,255,1);
	border: 0px solid red;
	
	font-size: 15px;
	font-weight: bold;
	color: #000099;
}
.texto_etiqueta1 {
	vertical-align: middle;
}
.texto_foot {
	width: 95%;
}
.texto_fondo {
	border-radius: 5pt;
	background: rgba(0,0,99,0.7);
	color: #fff;
	margin: 0;
	padding: 0;
}
.texto_fondo_div {
	top:0px;
	width: 72%;
	border-radius: 5pt;
	background: rgba(0,0,99,0.9);
	color: #fff;
	margin: 0.5;
	padding: 0.5;
	
	display:flex;
    justify-content: center; /* Horizontal center alignment */
    align-items: center; /* Vertical center alignment */
}
.texto_fondo_div_pri {
	top:0px;
	width: 72%;
	border-radius: 5pt;
	background: rgba(0,0,99,0.7);
	color: #fff;
	margin: 0;
	padding: 0;
	vertical-align: middle;	
}
.texto_fondo_div2 {
	top:0%;
	width: 80%;
	height: 100%;
	border-radius: 5pt;
	background: rgba(0,0,99,0.9);
	padding-top: 0.5%;
	color: #fff;
	display:flex;
    justify-content: center; /* Horizontal center alignment */
    align-items: center; /* Vertical center alignment */
}
.texto_fondo_div2_publi {
	top:0px;
	width: 88%;
	border-radius: 5pt;
	background: rgba(0,0,99,0.8);
	color: #fff;
	margin: 0;
	margin-left: 2%;
	padding: 0;
}
.texto_fondo_div_rojo {
	top:0px;
	width: 70%;
	border-radius: 5pt;
	background: rgba(250,0,0,0.8);
	color: #fff;
	margin: 0;
	margin-left: 4%;
	padding: 0;
	font-size: 22px;
	display: none;
}
.text_form_aa1 {
	border-left:0px;
	border-top:0px;
	border-right:0px;
	background: rgba(250,250,255,0);
	
	width: 70%;
	color: #000099;
}
.text_form_aa1:hover {
	background: rgba(240,240,250,1);
}
.text_form_aa2 {
	border-left:0px;
	border-top:0px;
	border-right:0px;
	background: rgba(250,250,255,0);
	
	width: 40%;
	color: #000099;
}
.text_form_aa2:hover {
	background: rgba(240,240,250,1);
}
.text_form_aa3 {
	border-left:0px;
	border-top:0px;
	border-right:0px;
	background: rgba(250,250,255,0);
	
	width: 20%;
	color: #000099;
}
.text_form_aa3:hover {
	background: rgba(240,240,250,1);
}
.text_form_usu {
	border-left:0px;
	border-top:0px;
	border-right:0px;
	background: rgba(250,250,255,0);
	
	width: 50%;
}
.text_form_usu:hover {
	background: rgba(240,240,250,1);
}
.text_form_segur {
	border-left:0px;
	border-top:0px;
	border-right:0px;
	background: rgba(250,0,0,1);
	color: #ffffff;
	width: 15%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.text_form_segur_info {
	background: rgba(250,0,0,1);
	border: 0px;
	color: #ffffff;
	width: 54%;	
	font-size: 11px;
}
.text_form_rc {
	width: 90%;	
}
.text1 {
	background: rgba(220,220,225,1);
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 1px solid grey;
	width: 21%;
	color: #000099;
}
.text1:hover {
	background: rgba(240,240,240,1);
	border-bottom: 1px solid red;
	color: #000000;	
}
.text_form_contact {
	background: rgba(220,220,225,1);
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 1px solid grey;
	width: 40%;
	color: #000099;
}
.text_form_contact:hover {
	background: rgba(240,240,240,1);
	border-bottom: 1px solid red;
}
.text_form_contact:visited {
	background: rgba(240,240,255,1);
	border-bottom: 1px solid red;
}
.text_lp {
	color: #000099;
	font-size: 140%;
	font-weight: bold;
}
.text1_bz {
	background: rgba(220,220,225,1);
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 1px solid grey;
	width: 98%;
	color: #000099;
}
.text1_bz:hover {
	background: rgba(240,240,240,1);
	border-bottom: 1px solid red;
	color: #000000;	
}
.text1_eu {
	background: rgba(220,220,225,1);
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 1px solid grey;
	width: 19%;
	color: #000099;
}
.text1_eu:hover {
	background: rgba(240,240,240,1);
	border-bottom: 1px solid red;
	color: #000000;	
}
.text1_po {
	background: rgba(220,220,225,1);
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 1px solid grey;
	width: 96%;
	color: #000099;
}
.text1_po:hover {
	background: rgba(240,240,240,1);
	border-bottom: 1px solid red;
	color: #000000;	
}
.text1_na {
	background: rgba(204,255,0,1);
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 1px solid grey;
	width: 100%;
	font-weight: bold;
	color: #000099;
}
.text1_mayor {
	background: rgba(0,0,99,1);
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 1px solid red;
	width: 153.5%;
	font-weight: bold;
	color: #ffffff;
}
.text1_mayor:hover {
	background: rgba(240,240,240,1);
	border-bottom: 1px solid red;
	color: #000000;	
}
.text_sin_formato, .text_sin_formato:hover, .text_sin_formato:visited, .text_sin_formato:active {
	background: rgba(240,240,240,0);
	border: 0px solid;
}
.textarea_email_contacto {
	background: rgba(240,240,240,1);
	border-radius: 7pt;
	border-bottom: 1px solid red;
	color: #000099;
	width: 99%;
	height: 10em;
}
.txt_blanco {
	color: #ffffff;
}
.tipo_busqueda {
	display: flex; 
	float: left;
	color: #f00;
	width: 90%;
	border: 0px solid red;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}
.tip_let1 {
	font-weight: bold;
	font-size: 18px;	
}
.titulo1 {
	font-weight: bold;
	font-size: 200%;	
}
.ultimas_ofertas {
	width: 79%;
	z-index: 10;
	object-fit: cover;
    object-position: center center;
}
.usuario_password {
    position: fixed;
	top: 23%;
	left: 24%;
	z-index: 5;
	
	border-radius: 4%;
	border: 1px solid black;
	background: rgba(0,0,99,1);

	padding: 15px;
	margin: 1%;
}
.usuario_info_legal {
    position: fixed;
	top: 25%;
	left: 8%;
	height: 50%;
	width: 80%;
	z-index: 5;
	
	border-radius: 10%;
	border: 1px solid black;
	background: rgba(0,0,99,1);

	padding: 15px;
	margin: 1%;
}
.ver_horizon {
	display: block;
	width: 99%;
	height: 5%;
	margin-left: 0%;
	border: 1px solid red;		
}
.ver_horizon1 {
	display: block;
	width: 95%;
	border: 0px solid red;		
}
.ver_horizontal {
	display: block;		
}
.ver_vertical {
	display: none;		
}
.ver_verti {
	display: none;
}
.ver_verti1 {
	display: none;
}
.ver_imagen {
	position: fixed;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	padding: 0%;
	margin: 0%;
	width: 30%;
	top: 4%;
	left: 35%;
}
.verti {
	display: none;		
}
.video_nace {
    position: fixed;
    top: 14%;
    left: 23%;
    /*width: 85vw;*/
    height: 75%;
    object-fit: cover;
	border: 3px solid #8b0000;
}
.video_que {
    position: fixed;
    top: 14%;
    left: 15%;
    /*width: 85vw;*/
    height: 85%;
    object-fit: cover;
	border: 3px solid #8b0000;
}
.video_quien {
    position: fixed;
    top: 14%;
    left: 33%;
    /*width: 85vw;*/
    height: 75%;
    object-fit: cover;
	border: 3px solid #8b0000;
}
.video_webi {
    position: fixed;
    top: 14%;
    left: 15%;
    /*width: 85vw;*/
    height: 85%;
    object-fit: cover;
	border: 3px solid #8b0000;
}
.video_solu {
    position: fixed;
    top: 14%;
    left: 15%;
    /*width: 85vw;*/
    height: 85%;
    object-fit: cover;
	border: 3px solid #8b0000;
}
.video_agencia {
    position: fixed;
	top: 13%;
	left: 33%;
	z-index: 1;
	
	width: 30%;
	height: 70%;
	
	border-radius: 7%;
	background: rgba(255,255,255,0.9);
	color: #000099;
	padding: 9px;
	margin: 2%;	
}
.visor_video_agencia {
	position: fixed;
	height: 100%;
	width: 100%;
	margin: 0%;
	left: 0%;
	top: 0%;
	padding: 1%;
	background: rgba(0,0,0,0.7);
	text-align: center;
	z-index: 10;
}
.volver {
	 width: 40%;
}
.x {
	position:absolute;
	left: 93%;
	border-radius: 100%;
	top: 15%;
	width: 6%;
	height: 50%;
	padding-top: 1.4%;
	background: rgba(255,255,255,0.9);
}
.x2 {
	position:absolute;
	left: 93%;
	border-radius: 100%;
	top: 0.5%;
	width: 4%;
	height: 7%;
	padding-top: 1%;
	background: rgba(255,255,255,0.9);
}
.xc {
	width: 50%;
}

/*para ver en horizontal en pantallas de menos de 980px, moviles------------------------------------------*/
@media screen and (max-width: 980px) {
	/* div INICIO DE SESION */
	.col2_cabecera {
		width: 55%;
		text-align: center;
	}
	.ini_session_pc {
		display: none;
	}
	.privado {
		border-radius: 5%;
		left: 15%;
		width: 70%;
		height: 80%;
		
		z-index: 1;
	
		background: rgba(255,255,255,0.9);
		color: #000099;
		padding: 9px;
		margin: 2%;
		overflow-y: auto; /* Add vertical scrollbar */		
	}
	.ini_session_movil {
		display: block;
	}
	div.fieldset_ini_session1 {
		float: left;
		left: 1%;
		width: 47%;
		height: 60%;
		border-radius: 5%;
		border: 2px solid grey;
		padding: 1%;
	}
	div.fieldset_ini_session2 {
		float: left;
		left: 2%;
		width: 47%;
		height: 60%;
		border-radius: 5%;
		border: 2px solid grey;
		padding: 1%;
		padding-bottom: 8.6%;
	}
	.cont_menu1 {
		top: 29%;
		left: 0.7%;
		width: 26%;
	}
	.seleccionar_fila_om_movil {
		display: none;
	}
	.cont_menu2 {
		top: 26%;
		left: 4%;
	}
	ul.lista_mi_pp li {
		padding-bottom: 1.79em;
	}
	ul.lista_tipo_ofert li {
		padding-bottom: 0.25em;
	}
	ul.lista_mayoris li {
		padding-bottom: 0.12em;
	}
	.cont_resultado_busqueda {
		top: 14%;
	}
	.menu_ofertas_agencias {
		top: 29%;
		left: 27%;
	}

	hr.hr_mt0ymb0 {
		margin-top: 2.5%;
		margin-bottom: 2.5%;
	}
	.menu_mayoristas {
		top: 29%;
		left: 27.15%;
		width: 14.5%;
		height: 67.5%;
	}
	.mayoristas_por_letra {
		top: 29%;
		left: 42.90%;
		width: 56%;
		height: 50.8%;
	}
	.salto_linea_mayoristas {
		display: block;
	}
	.dest_visit {
		top: 31.15%;
		left: 28.1%;

		width: 71%;
		height: 42%;		
	}
	.col1_destinos {
		display:none;
	}
	.col2_destinos {
		display:block;
		float: left;
		border: 1px solid #000099;
		height: 75%;
		width: 19.67%;
	
		text-align: center;
		color: #000099;
		font-weight: bold;
	}

	.col3_cabecera {
		height: 100%;
		width: 34%;
		padding-bottom: 0.5%;
  	}
	.mensaje_movil_vertical {
		display: none;
	}

	.video {
    	top: 12%;
    	height: 75vh;
	}
	.cont_reproductor_video {
		top: 5.5%;
		left: 80%;
	}
	
	/*VENTANA CONTACTO*/
	.texto_fondo_div {
		min-height: 20%;
		height: 110%;
	}
	.reproductor_video {
		top: 15%;
		left: 18%;
	}
	.cont_menu_contactar {
		top: 14.8%;
	}
	.des_menu {
		top: 0.5%;
	}
	.text_form_contact {
		width: 30%;
	}
	.textarea_email_contacto {
		height: 7em;
	}
	.pssw_jit {
		width: 60%;
	}
	.c_facebook {
		width: 11%;
		height: 64%
	}
	.c_facebook:hover {
		width: 11%;
		height: 64%
	}
	.c_instagram {
		width: 11%;
		height: 64%
	}
	.c_instagram:hover {
		width: 11%;
		height: 64%
	}
	.c_twitter {
		width: 11%;
		height: 64%
	}
	.c_twitter:hover {
		width: 11%;
		height: 64%
	}
	.col4_cabecera_contac {
		padding-top: 1%;
		height: 75%;
	}
	.volver {
	 	width: 60%;
	}
	.cerrar_ventana {
		width: 8%;
	}
	
	/*ventana grupos*/
	.mensaje_movil_horizontal_grup {
    	display: block;
		position: fixed;
		
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		z-index: 50;

		border-radius: 7pt;
		background: rgba(250,50,50,0);
	
		text-align:center;
		font-size: 40px;
		font-weight: bold;
		color: #fff;
		padding: 8px;
		padding-top: 7.3%;
		margin: 1%;			
	}
	fieldset.fieldset_redondeado7_r {
		background: rgba(250,50,50,1);
		border-radius: 7pt;
		top: 16%;
		width: 95%;
		height: 76.9%;
	}
	label.movil_vertical_grup {
		top: 40%;
		font-size: 170%;
		font-weight: bold;
		color: #fff;	
	}
	/*ventana ofertas privadas*/
	cabecera4 {
		padding-top: 0%;
		height: 13%;
	}
	.col2_cabecera_ofertas {
		padding-top: 0%;
		height: 95%;
	}
	.list_por_dt {
		display: none;
	}
	select.por_dt {
		display: block;
	}
	.categoria_busqueda {
		display: none;		
	}
	.col_izq_verti {
		display: block;
		position:fixed;
		left: 1%;
		top: 23%;
		margin-top: 0.5%;
		border-right: 0px solid red;
		border-bottom: 0px solid red;
		height: auto;
		width: 16%;	
		padding: 1%;
		background: rgba(255,255,255,1);
		overflow: hidden;
	}
	.col_dch_verti {
		display: block;
		position:fixed;
		left: 1%;
		top: 40%;
		margin-top: 0.5%;
		border-left: 0px solid red;
		border-bottom: 1px solid red;
		height: auto;
		width: 16%;	
		padding: 1%;
		padding-right: 0.5%;
		background: rgba(255,255,255,1);
		overflow: hidden;
	}
	select.por_dt {
		display: block;
		padding-top: 3px;
		padding-bottom: 3px;
		font-weight: bold;
		color: #000099;
	}
	select.por_dt option {
		height: 30px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-weight: bold;
	}
	select.por_dt option:not(:checked) {
		background-color: #000099;
		color: #ffffff;
	}	
	.label_contador2 {
		position: fixed;
		background: rgba(0,0,99,1);
		width: 17.3%;
		height: auto;
		top: 80%;
		left: 1.5%;
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 95%;
	}
	.label_contador3 {
		position: fixed;
		background: rgba(0,0,99,1);
		width: 17.3%;
		height: auto;
		top: 85%;
		left: 1.5%;
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 95%;
	}
	.div_result_busqueda3 {
		top: 33.7%;
		height: 65%;
	}
	.cont_menu_dch {
		top: 15.4%;
	}
	
	.columna_derecha2 {
		top: 14.4%;
	}
	.columna_izquierda {
		margin-top: 0%;
	}
	.columna_izquierda_vertical {
		display: none;
	}
	.columna_izquierda_vertical2 {
		display: block;
	}
	.columna_izquierda_vertical3 {
		display: none;
	}
	.cont_menu_aa {
		min-width: 15%;
	}

	.contenedor_sup_detalle_ofert {
		min-height: 42.5%;
	}
	.contenedor_inf_detalle_ofert {
		top: 43.5%;
	}
	
	.div_result_busqueda {
		top: 34%;
		height: 64.5%;
	}
	
	.quitar_grupos {
		display: none;		
	}
	
	.app_movil1 {
		display: block;
		position: absolute;
		top: 17%;
		left: 0%;
		width: 50%;
		text-align: right;
		vertical-align: middle;
		height: auto;
		padding-top: 1.2%;
		padding-bottom: 2%;
		padding-right: 1%;
		border-bottom: 2px solid red;
	}
	.app_movil2 {
		display: block;
		position: absolute;
		top: 17%;
		left: 50%;
		width: 50%;
		text-align: left;
		vertical-align: middle;
		height: auto;
		padding-bottom: 0%;
		padding-left: 1%;
		border-bottom: 2px solid red;
	}
	.app_pc {
		position: absolute;
		top: 48%;
		width: 100%;
		height: auto;
	}
	.logo_gp {
		width: 40%;		
	}
	.qr_app {
		width: 20%;
	}
	/*Ventana BUSQUEDA DE OFERTAS PRIVADAS */
	.menu_busca_ofertas {
		top: 17.5%;
	}
	.menu_busca_ofertas_pri {
		top: 17.5%;
	}
	.div_tipo_bus {
		top: 17.5%;
	}
	.div_tipo_bus_verti {
		top: 17.5%;
		left: 19.2%;
	}
	.div_menu_ordenar {
		top: 17.9%;
	}
	.logo_cabecera {
		width: 50%;
	}
	.div_result_busqueda2 {
		top: 22.5%;
		height: 76%;
	}
	.div_logo_agencia {
		top: 23%;
	}
	h4.encuentra_mov {
		background: rgba(0,0,99,1);
		width: 99%;
		padding-top: 2.5%;
	}
	/*Ventana BUSQUEDA DE OFERTAS*/
	.texto_fondo_div2 {
		width: 85%;
		height: 97%;
		padding-bottom: 1%;
	}
	.informa_busqueda {
		display: block;
		position: fixed;		
		width: 81%;
		height: auto;
		top: 32%;
		right: 1%;
		font-weight: bold;
		font-size: 23px;
		text-align: left;
		color: #000099;
	}
	.div_boton_destino {
		position: fixed;
		top: 19%;
		width: 10%;
		height: 39%;
		left: 1.5%;
		padding: 0%;
		padding-bottom: 0.5%;
		border: 0px solid white;
	}
	.boton_destino {
		display: block;
    	vertical-align: top;
		background: rgba(255,0,0,1);
		color: #ffffff;
		font-size: 100%;
		font-weight: bold;
		top: 0%;
		width: 100%;
		height: 100%;
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	}
	.boton_lp {
		display: block;
    	vertical-align: top;
		background: rgba(255,0,0,1);
		color: #ffffff;
		font-size: 100%;
		font-weight: bold;
		top: 0%;
		width: 100%;
		height: 100%;
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	}
	.div_boton_tipo {
		position: fixed;
		top: 59%;
		width: 10%;
		height: 39%;
		left: 1.5%;
		padding: 0%;
		padding-top: 0.5%;
		border: 0px solid white;
	}
	.boton_tipo {
		display: block;
    	vertical-align: top;
		background: rgba(255,0,0,1);
		color: #ffffff;
		font-size: 100%;
		font-weight: bold;
		top: 0%;
		width: 100%;
		height: 100%;
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	}
	.mv {
		display: none;
	}
	.div_selec_ofert_izq {
		display: none;
		width: 86.5%;
		height: 79.5%;
		left: 12%;
		border-right: 0px;
		border: 1px solid red;
		font-size: 120%;
  		background-size: 100% 120%;
	}
	.icono_info {
		width: 1.35em;	
	}
	.ver_horizon {
		display: block;
		width: 99%;
		height: 5%;
		margin-left: 0%;
		border: 1px solid red;		
	}
	.ver_horizon1 {
		display: block;
		width: 95%;
		border: 0px solid red;		
	}
	.ver_horizontal {
		display: block;		
	}
	.ver_vertical {
		display: none;		
	}
	.ver_verti {
		display: none;
	}
	.ver_verti1 {
		display: none;
	}
	.nom_zona {
		font-size: 120%;		
	}
	.opciones_busqueda {
		font-size: 120%;		
	}
	.boton_privado2 {
		font-size: 150%;		
	}
	.div_selec_ofert_dch_mh {
		display: none;
		/*display: block;
		/*float: left;*/
		position: fixed;
		/*position: static;*/
		background-image: url("../img/cruise.jpg");
  		background-size: 100% 125%;
  		background-repeat:no-repeat;
  		/*background-size: contain;*/
		width: 86.5%;
		/*height: auto;*/
		height: 79.5%;
		top: 19%;
		right: 1%;
		z-index: 1;
		font-size: 120%;
		border: 1px solid red;
		padding: 0.2%;
		/*padding-bottom: 4.16%;*/
		overflow:auto;
	}
	.div_selec_ofert_dch_mh:hover {
		opacity: 0.8;
		/*filter: grayscale(100%);*/
	}
	.no_ver_movil_hor {
		display: none;		
	}
	.div_selec_ofert_dch {
		display: none;
	}
	.no_ver_movil {
		display: none;
	}
	.des_menu_movil_v {
		display:none;
	}
	
	.busca_agencia {
		width: 80%;
		left: 9%;
	}
	.input_busca_agen {
		width: 55%;
		font-size: 120%;
	}
	.salto_linea_hyv {
		display: block;
	}
	
	.texto_fondo_div2_publi {
		width: 95%;
	}
	
/* VENTANA BUSQUEDA DE AGENCIAS */
	.titulo1 {
		font-size: 250%;	
	}
	.opciones_busqueda_agen {
		color: #000099;
		font-size: 200%;
		font-weight: bold;
	}
	.cont_resultado_busqueda_agen {
		position: fixed;
		z-index: 1;

		top: 16%;
		left: 2%;
		height: 60%;
		width: 94%;
		padding: 2px;
		margin: 1%;
	
		border-radius: 5pt;
		background: rgba(0,0,99,0.9);
		
		color: #1A237E;
		overflow:auto;
   		font-weight: bold;
		text-transform: uppercase;
	}
	.div_boton_destino2 {
		position: fixed;
		top: 40%;
		width: 20%;
		height: 10%;
		left: 20%;
		padding: 0%;
		padding-bottom: 0.5%;
		border: 0px solid red;
	}
	.div_boton_lp {
		position: fixed;
		top: 40%;
		width: 20%;
		height: 10%;
		left: 42.5%;
		padding: 0%;
		padding-bottom: 0.5%;
		border: 0px solid red;
	}
	.div_boton_tipo2 {
		position: fixed;
		top: 40%;
		width: 20%;
		height: 10%;
		left: 65%;
		padding: 0%;
		padding-bottom: 0.5%;
		border: 0px solid red;
	}
/*busquedas especiales*/
	.ob_izq {
		font-size: 150%;
	}
	.ob_cnt1 {
		font-size: 150%;
	}
	.ob_cnt2 {
		font-size: 150%;
	}
	.ob_dch {
		font-size: 150%;
	}
	.guias_opciones {
		width: 25%;
	}
	.guia_x_cancelar {
		position: fixed;
		top: 21%;
		right: 15%;
	}
	
	.div_fondo_fechas_espe_mv {
		display: none;
	}
	
	.x2 {
		position:absolute;
		left: 92%;
		border-radius: 100%;
		top: 1.5%;
		width: 5%;
		height: 10%;
		padding-top: 0.7%;
		background: rgba(255,255,255,0.9);
	}
	.xc {
		width: 60%;
	}
	
}

/* VERTICAL *************************************************************************************************************/
@media screen and (orientation: portrait) {
	/*ventana principal*/
	div.col3_cabecera {
    	display: none;
	}
	.col1_main {
    	display: none;		
	}
	.col2_main {
    	display: none;			
	}
	.col2_col2_main {
    	display: none;			
	}
	.col2_cabecera {
		position: fixed;
		top: 2%;
		right: 1%;
		width: 80%;
		font-size: 30px;
		z-index: 100;
	}
	.logo {
	 	width: 150%;
	}
	.logo2 {
	 	width: 60%;
	}
	.mensaje_movil_vertical {
    	display: block;
		position: fixed;
		left: 20%;
		top: 35%;
		z-index: 1;
	
		width: 60%;
		border-radius: 7pt;
		background: rgba(250,50,50,0.9);
	
		text-align:center;
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		padding: 8px;
		margin: 1%;
	}
	
	/*ventana grupos*/
	label.movil_vertical_grup {
		top: 40%;
		font-size: 300%;
		font-weight: bold;
		color: #fff;	
	}
	.mensaje_movil_horizontal_grup {
		display: none;
	}
	.mensaje_movil_vertical_grup {
    	display: block;
		position: fixed;
		
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		z-index: 50;

		border-radius: 7pt;
		background: rgba(250,50,50,0);
	
		text-align:center;
		font-size: 40px;
		font-weight: bold;
		color: #fff;
		padding: 8px;
		padding-top: 15.2%;
		margin: 1%;		
	}
	fieldset.fieldset_redondeado7_r {
		background: rgba(250,50,50,1);
		border-radius: 7pt;
		top: 10%;
		width: 95%;
		height: 86%;
	}
	
	.texto_foot {
		display: none;		
	}
	.col1_foot {
		display: none;
	}
	.cont_menu1 {
		display: none;		
	}
	.cont_menu2 {
		display: none;		
	}
	.menu_ofertas_agencias {
		display: none;			
	}
	.cont_resultado_busqueda {
		display: none;			
	}

	.nom_agencia {
		display: none;		
	}
	.opciones_agencias {
		display: none;			
	}
	.opciones_agencias2 {
		display: none;			
	}
	.cont_agencia_seleccionada {
		display: none;		
	}
	.agencia_seleccionada {
		display: none;		
	}
	.privado {
		display: none;			
	}
	.dest_visit {
		display: none;
	}
	.menu_ofertas_agencias {
		display: none;
	}
	.menu_mayoristas {
		display: none;		
	}
	.mayoristas_por_letra {
		display: none;		
	}
	
	/*ventana contactar*/
	.texto_fondo_div {
		width: 100%;
	}
	.col2_cabecera_contac {
		padding-top: 3.3%;	
	}
	.cont_menu_contactar {
		top: 5.65%;
		left: 18.5%;
	}
	.pss_docu {
		width: 65%;
		font-size: 30px;
	}
	.des_menu_contact1 {
		top: 0.5%;
	}
	.c_telefono {
		top: 1%;
		left: 13%;
		width: 30%;
		height:39%;
		
		font-size: 25px;
	}
	.c_telefono:hover {
		top: 1%;
		left: 13%;
		width: 30%;
		height:39%;
		
		font-size: 25px;
	}
	.c_email {
		top: 1%;
		left: 60%;
		width: 30%;
		height:39%;
		
		font-size: 25px;
	}
	.c_email:hover {
		top: 1%;
		left: 60%;
		width: 30%;
		height:39%;
		
		font-size: 25px;
	}
	.c_mensajes {
		top: 55%;
		left: 13%;
		width: 30%;
		height:39%;
		
		font-size: 25px;
	}
	.c_mensajes:hover {
		top: 55%;
		left: 13%;
		width: 30%;
		height:39%;
		
		font-size: 25px;
	}
	.c_reunion {
		top: 55%;
		left: 60%;
		width: 30%;
		height:39%;
		
		font-size: 25px;
	}
	.c_reunion:hover {
		top: 55%;
		left: 60%;
		width: 30%;
		height:39%;
		
		font-size: 25px;
	}
	.c_reunion_priv {
		top: 55%;
		left: 60%;
		width: 30%;
		height:39%;
		
		font-size: 25px;	
	}
	.c_reunion_priv:hover {
		top: 55%;
		left: 60%;
		width: 30%;
		height:39%;
		
		font-size: 25px;	
	}
	cerrar_x {
		font-size: 25px;
	}
	cerrar_x:hover {
		font-size: 25px;
	}
	
	.c_facebook {
		top: 10%;
		left: 13%;
		width: 16%;
		height:30%;
		
		font-size: 23px;
	}
	.c_facebook:hover {
		top: 10%;
		left: 13%;
		width: 16%;
		height:30%;
		
		font-size: 23px;
	}
	.c_instagram {
		top: 10%;
		left: 43%;
		width: 16%;
		height:30%;
		
		font-size: 23px;
	}
	.c_instagram:hover {
		top: 10%;
		left: 43%;
		width: 16%;
		height:30%;
		
		font-size: 23px;
	}
	.c_twitter {
		top: 10%;
		left: 72%;
		width: 16%;
		height:30%;
		
		font-size: 23px;
	}
	.c_twitter:hover {
		top: 10%;
		left: 72%;
		width: 16%;
		height:30%;
		
		font-size: 23px;
	}
	.observaciones {
		width: 50%;
		left: 25%;
		font-size: 25px;
	}
	.label_form {
		font-size: 25px;
	}
	.col4_cabecera_contac {
		width: 8%;
		margin-left: 7%;
		padding-top: 2.5%;
		padding-bottom: 1%;
	}	
	.volver {
	 	width: 60%;
	}
	.col3_cabecera2 {
		width: 8%;
		height: auto;
	}
	.cerrar_ventana {
		width: 10%;
	}
	.des_menu {
		display:none;
	}
	.des_menu_movil_v {
		display:block;
		position: fixed;
		width: 96%;
		left: 2%;
		z-index: 1000;
		top: 10%;	
		border-radius: 7pt;
		background: rgba(220,220,225,0.9);
		color: #fff;
		padding: 5px;
		margin: 0%;
				
		overflow:auto;
  		justify-content: left;
		text-align: left;

		color: #000000;
		font-size: 30px;
   		font-weight: bold;
	}
	.text_form_contact_mv {
		font-size: 30px;
		width: 95%;
		height: auto;
	}
	.textarea_email_contacto {
		background: rgba(240,240,240,1);
		border-radius: 7pt;
		border-bottom: 1px solid red;
		color: #000099;
		width: 95%;
		height: 20em;
	}
	.boton_adjunto {
		font-size: 25px;		
	}
	.check_mv {
  		-ms-transform: scale(2); /* IE */
  		-moz-transform: scale(2); /* FF */
  		-webkit-transform: scale(2); /* Safari y Chrome */
  		-o-transform: scale(2); /* Opera */
  		padding: 10px;	
	}
	.boton_enviar {
		width: 30%;
		font-size: 30px;
		font-weight: bold;
	}
	.boton_enviar:hover {
		cursor: pointer;
		width: 30%;
		font-size: 30px;
		font-weight: bold;
		color: #f00;
	}
	.col_izq_form_contact {
		height: 40px;
	}
	.asterisco_mv {
		font-size: 20px;
		color: #c00;		
	}
	label[for="adjunto"] {
		font-size: 20px;
	}
	
	/*ventana ofertas privadas*/
	cabecera4 {
		height: 8.2%;
	}
	
	.columna_izquierda {
		display: flex;
		/*position: fixed;*/
		float: left;
		left: 0.5%;
		/*top: 9.8%;*/
		width: 99%;
		height: auto;
		margin-top: 0%;
		padding-top: 0.1%;
		border: 0px solid yellow;
		text-align: left;
		z-index: 1;
	}

	.columna_izquierda_vertical {
		display: none;
	}
	.columna_izquierda_vertical2 {
		display: none;
	}
	.columna_izquierda_vertical3 {
		display: block;
	}
	.columna_derecha_pub {
		left: 1%;
		top: 30%;
		border: 0px solid red;
		height: 69%;
		width: 98%;
		font-size: 85%;
	}
	.div_tipo_bus {
		top: 30.5%;
		left: 1%;
		width: 98%;
		padding-top: 0.2%;
		text-align: left;
		border-top: 1px solid red;
	}
	.div_result_busqueda2 {
		top: 33%;
		left: 1%;
		width: 98%;
		height: 67%;
		border: 0px solid red;
		font-size: 95%;
	}
	.div_menu_ordenar {
		top: 30.5%;
		left: 2%;
		width: 97%;
		border-top: 1px solid red;
		font-size: 120%;
	}
	.lista_tipo_ofert_col {
		display: block;
	}
	.col1_cabecera_ofertas {
		/*visibility: hidden;	*/	
	}

	.menu_busca_ofertas {
		/*display: none;*/	
		position: relative;
		float: left;
		z-index: 1;
		left: 0%;
		/*top: 9.8%;*/
		width: 99%;
		height: auto;
		margin-top: 0%;
		padding-top: 0.1%;
		padding-left: 0.2%;
		padding-bottom: 1%;
		border: 0px solid red;
		border-bottom: 0px solid red;
		text-align: left;
	}
	h4.mt0ymb1 {
		display: block;
		margin-top: 0%;
		margin-bottom: 1%;
		background: rgba(0,0,99,1);
		width: 100%;
		font-size: 110%;
	}

	ul.lista_tipo_ofert_col {
		columns: 3; 
		-webkit-columns: 3; 
		-moz-columns: 3; 	
	}
	ul.lista_tipo_ofert_col li {	
		padding-bottom: 0.6em;
		padding-left: 0.5em;
	}
	ul.lista_tipo_ofert {
		display: block;
		columns: 2; 
		-webkit-columns: 2; 
		-moz-columns: 2; 		
	}
	ul.lista_tipo_ofert li {
		padding-left: 0.5em;
	}
	.oferta_detalle {
		width: 87%;
	}
	main3 {
		overflow-y: auto; /* Add vertical scrollbar */
		top: 9.5%;
		height: 85%;
		border: 0px solid blue;
	}
	.tip_let1 {
		font-size: 180%;	
	}
	.col_dch_detalle_ofert {
		position: absolute;
		left: 1%;
		width: 99%;
		color: #000099;
		overflow-y: auto; /* Add vertical scrollbar */
	}
	.contenedor_sup_detalle_ofert {
		font-size: 150%;	
	}
	.contenedor_inf_detalle_ofert {
		font-size: 150%;		
	}
	.asterisco {
		font-size: 100%;
	}
	.text1_na {
		font-size: 100%;		
	}
	.text1_po {
		font-size: 100%;		
	}
	.input_busca_agen {
		width: 70%;
		font-size: 150%;
	}
	.col_izq_detalle_ofert2 {
		display: block;
		width: 99%;
	}
	.col_izq_detalle_ofert {
		display: none;		
	}

	.texto_fondo_div_pri {
		font-size: 200%;
	}
	.texto_fondo_div2_publi {
		font-size: 200%;
	}

	.columna_derecha2 {
		position: relative;
		display: flex;
		float: left;
		/*width: 96.5%;*/

		top: 0%;
		width: 98%;
		left: 0.5%;
		height: auto;
		border: 0px solid orange;
	}
	.div_result_ulti_ofert {
		top: 9.5%;
		height: 89%;
	}
	
	/*Ventana BUSQUEDA DE OFERTAS*/
	body.movil {
		font-size: 200%;		
	}
	cabecera3 {
		height: 8%;
	}
	.texto_fondo_div2 {
		width: 90%;
		height: auto;
		font-size: 28px;
	}
	.informa_busqueda {
		display: block;
		position: fixed;		
		width: 93%;
		height: auto;
		top: 23%;
		left: 1%;
		padding: 3%;
		font-weight: bold;
		font-size: 33px;
		text-align: left;
		color: #000099;
	}
	.cont_menu_dch {
		top: 8.8%;
	}
	.cont_menu_dch2 {
		font-size: 200%;
		top: 9.3%;
	}
	.logo_cabecera {
		width: 100%;
	}
	.lupa_ofert {
		min-width: 5%;
		max-width: 25px;
	}
	.div_boton_tipo {
		position: fixed;
		top: 10%;
		width: 48.5%;
		height: auto;
		left: 50%;
		padding: 0%;
		padding-left: 1%;
		border: 0px solid white;
	}
	.boton_tipo {
		display: block;
    	vertical-align: top;
		font-size: 100%;
		font-weight: bold;
		top: 0%;
		width: 100%;
		height: 100%;
		padding: 2%;
	}
	.div_selec_ofert_dch_mh {
		display: none;
		position: fixed;
		background-image: url("../img/cruise.jpg");
  		background-size: 115% 100%;
  		background-repeat:no-repeat;
  		/*background-size: cover;*/
		width: 96.6%;
		height: 85.5%;
		top: 14%;
		left: 2.2%;
		z-index: 1;
		border: 1px solid red;
		padding: 0.2%;
		overflow:auto;
		
		font-size: 105%;
	}
	.div_selec_ofert_dch_mh:hover {
		opacity: 0.8;
		/*filter: grayscale(100%);*/
	}
	.div_selec_ofert_dch {
		display: none;
	}
	.div_boton_destino {
		position: fixed;
		top: 10%;
		width: 48%;
		height: auto;
		left: 2%;
		padding: 0%;
		padding-right: 1%;
		border: 0px solid white;
	}
	.boton_destino {
		display: block;
    	vertical-align: top;
		font-size: 100%;
		font-weight: bold;
		top: 0%;
		width: 100%;
		height: 100%;
		padding: 2%;
	}

	.div_selec_ofert_izq {
		display: none;
		position: fixed;
		background-image: url("../img/paris.jpg");
  		background-size: 100% 100%;
  		background-repeat:no-repeat;
  		background-size: cover;
		width: 96.6%;
		height: 85.5%;
		top: 14%;
		left: 2.2%;
		z-index: 1;
		border: 1px solid red;
		padding: 0.2%;
		overflow:auto;
		
		font-size: 105%;
	}
	.div_selec_ofert_izq_mv:hover {
		opacity: 0.8;
		/*filter: grayscale(100%);*/
	}
	.busca_ofert {
		padding-bottom: 20px;
	}
	.busca_ofert2 {
		margin-top: -30px;
		padding-top: 20px;
		padding-bottom: 20px;
		border:0px solid red;
		font-weight: bold;
	}
	.boton_privado {
		font-size: 100%;		
	}
	.boton_privado_do {
		font-size: 130%;		
	}
	.boton_privado2 {
		font-size: 40px;
		padding: 2%;
	}
	.busca_agencia {
		width: 90%;
		padding: 1%;
		top: 84%;
		left: 3%;
		overflow: auto;
		font-size: 170%;
	}
	.cont_resultado_busqueda_mayor {
		top: 15%;
		left: 1%;
		height: 84%;
		width: 96%;
		padding: 2px;
		margin: 1%;
		margin-top:1px;
	
		border-radius: 5pt;
		background: rgba(0,0,99,0.9);
		
		color: #1A237E;
		overflow:auto;
   		font-weight: bold;
		font-size: 150%;
		text-transform: uppercase;
	}
	.text1_mayor {
		font-size: 120%;
	}
	.div_result_uh {
		top: 10%;
		height: 89%;
	}
	
	.app_pc {
		position: absolute;
		top: 20%;
		width: 100%;
		height: auto;
	}
	.app_movil1 {
		display: block;
		position: absolute;
		top: 2%;
		left: 0%;
		width: 50%;
		text-align: right;
		vertical-align: middle;
		height: auto;
		padding-top: 1.2%;
		padding-bottom: 3.3%;
		padding-right: 1%;
		border-bottom: 2px solid red;
	}
	.app_movil2 {
		display: block;
		position: absolute;
		top: 2%;
		left: 50%;
		width: 50%;
		text-align: left;
		vertical-align: middle;
		height: auto;
		padding-bottom: 1%;
		padding-left: 1%;
		border-bottom: 2px solid red;
	}
	.app_pc {
		position: absolute;
		top: 48%;
		width: 100%;
		height: auto;
	}
	.logo_gp {
		width: 60%;		
	}
	.qr_app {
		width: 50%;
	}
	/*ver o no ver en vertical*/
	.no_ver_movil {
		display: none;
	}
	.no_ver_verti {
		display: none;		
	}
	.verti {
		display: block;		
	}
	.salto_linea {
		display: block;
	}
	.salto_linea_hyv {
		display: block;
	}
	
	/* VENTANA OFERTAS ULTIMA HORA */
	a.nom_ofert {
		font-size: 1.5rem;
	}
	
	/*VENTANA OFERTAS PRIVADAS*/
	.col2_cabecera_ofertas {
		padding-top: 0%;
		width: 69%;
		border: 0px solid red;
		height: 100%;
	}
	.columna_izquierda_pri {
		top: 10%;
		padding-top: 1%;
	}
	.menu_busca_ofertas_pri {
		/*display: none;	*/	
		position: fixed;
		z-index: 10;
		left: 2%;
		top: 9.8%;
		width: 16.9%;
		margin-top: 0%;
		padding-top: 0%;
		border: 0px solid red;
		text-align: left;
	}
	select.por_dt {
		display: block;
		padding: 5px 15px;
		font-weight: bold;
		font-size: 30px;
		color: #000099;
	}
	select.por_dt option {
		height: 30px;
		padding: 5px 4px;
		font-weight: bold;
		font-size: 25px;
	}
	select.por_dt option:not(:checked) {
		background-color: #000099;
		color: #ffffff;
	}
	.list_por_dt {
		display: none;	
	}
	.col_izq_verti {
		display: block;
		position:fixed;
		left: 1.5%;
		top: 11.85%;
		margin-top: 0.5%;
		border-right: 1px solid red;
		border-bottom: 1px solid red;
		height: auto;
		width: 48%;	
		padding: 1%;
		background: rgba(255,255,255,1);
		overflow: hidden;
	}
	.col_dch_verti {
		display: block;
		position:fixed;
		left: 48%;
		top: 11.85%;
		margin-top: 0.5%;
		border-left: 0px solid red;
		border-bottom: 1px solid red;
		height: auto;
		width: 48%;	
		padding: 1%;
		padding-right: 0.5%;
		background: rgba(255,255,255,1);
		overflow: hidden;
	} 
	.categoria_busqueda_verti {
		text-align: left;
		color: #ff0000;
		text-decoration: underline red;		
	}
	.div_logo_agencia {
		position: fixed;
		top: 12%;
		left: 0.5%;
		width: 99%;
		height: 87.5%;
	}
	.columna_derecha {
		position: static;
		/*display: none;*/
		left: 0%;
		margin-top: 0%;
		top: 18.5%;
		height: 150%;
		width: 98%;
		border: 0px solid blue;
	}
	.div_menu_bop {
		/*position: static;
		/*display: flex;
		float: left;
		top: 21%;
		/*margin-top: 5.5%;*/
		/*padding-left: 1%;*/
		left: 1.5%;
		width: 97%;
		text-align: left;
		border: 0px solid red;
		border-bottom: 1px solid grey;
		background: rgba(255,255,255,1);
		z-index: 10;
	}
	.div_result_busqueda {
		position: static;
		/*float: left;
		top: 12.5%;*/
		left: 0%;
		width: 99%;
		height: 100%;
		border: 0px solid yellow;
	}
	.div_tipo_bus_verti {
		display: none;
	}
	.rdt {
		width: 30px;
		height: 30px;
		padding: 5px 4px;
	}
	.opciones_busqueda {
		font-size: 130%;
		font-weight: bold;
	}
	
	.nom_ofert {
		font-size: 28px;		
	}
	.label_contador2 {
		top: 34.5%;
		width: 97%;
		text-align: center;
	}
	.label_contador3 {
		top: 9.8%;
		left: 40%;
		width: 57%;
		text-align: center;
		font-size: 110%;
	}
	.div_result_busqueda3 {
		top: 37%;
		height: 62.5%;
		left: 1%;
		width: 98%;
	}
	
	/*pantalla video*/
	.icono_video {
		width: 35%;
	}
	.div_videos {
		position: fixed;
		top: 10%;
	}
	.cont_reproductor_video {
		top: 5.8%;
		left: 73%;
		width: 40%;
	}
	.reproductor_video {
		top: 8%;
		left: 1%;
	}
	.video {
    	top: 10%;
    	left: 1%;
   		width: 97vw;
    	height: 60vh;
	}
	
	/*ventana buscador ofertas mayoristas*/
	.div_pd {
		float: left;
		left: 1%;
		width: 48%;
		border-right: 1px solid red;
		padding-left: 1%;
	}
	.div_pt {
		float: left;
		left: 1%;
		width: 48%;
		border-left: 1px solid red;
		padding-left: 1%;
	}

/* VENTANA BUSQUEDA DE AGENCIAS */
	.titulo1 {
		font-size: 400%;	
	}
	.col2_cabecera_st1 {
		padding-top: 3.5%;
	}
	titulo_cabecera {
		font-size: 150%;
	}
	.col3_cabecera_st1 {
		padding-top: 5%;
	}
	.opciones_busqueda_agen {
		color: #000099;
		font-size: 350%;
		font-weight: bold;
	}
	.cont_resultado_busqueda_agen {
		position: fixed;
		z-index: 1;

		top: 10%;
		left: 4%;
		height: 50%;
		width: 90%;
		padding: 2px;
		margin: 1%;
	
		border-radius: 5pt;
		background: rgba(0,0,99,0.9);
		
		color: #1A237E;
		overflow:auto;
   		font-weight: bold;
		text-transform: uppercase;
	}
	.div_logo_agencia2 {
		top: 11%;
		height: 88%;
	}
	.div_boton_destino2 {
		position: fixed;
		top: 20%;
		width: 30%;
		height: 10%;
		left: 35%;
		padding: 0%;
		padding-bottom: 0.5%;
		border: 0px solid white;
	}
	.div_boton_lp {
		position: fixed;
		top: 35%;
		width: 30%;
		height: 10%;
		left: 35%;
		padding: 0%;
		padding-bottom: 0.5%;
		border: 0px solid white;
	}
	.div_boton_tipo2 {
		position: fixed;
		top: 50%;
		width: 30%;
		height: 10%;
		left: 35%;
		padding: 0%;
		padding-top: 0.5%;
		border: 0px solid white;
	}
	/*busquedas especiales*/
	.ob_izq {
		width: 48%;
		height: 44.5%;
		top: 10%;
		left: 2%;
		font-size: 150%;
	}
	.ob_cnt1 {
		width: 48%;
		height: 44.5%;
		top: 10%;
		left: 50.3%;
		font-size: 150%;
	}
	.ob_cnt2 {
		width: 48%;
		height: 44.5%;
		top: 55%;
		right: 1.15%;
		font-size: 150%;
	}
	.ob_dch {
		width: 48%;
		height: 44.5%;
		top: 55%;
		right: 49.3%;
		font-size: 150%;
	}
	.guias_opciones {
		top: 25%;
		left: 25%;
		width: 50%;
	}
	.guia_x_cancelar {
		position: fixed;
		width: 40%;
		top: 20%;
		right: -12%;
	}
	.label_form_ob {
		color: #ff0000;
		font-size: 250%;
	}
	.label_titulo {
		font-size: 250%;
	}
	.boton_ob {
		font-size: 250%;
	}
	/*fechas especiales*/
	.mensaje_fe {
		background: rgba(0,0,99,1);
		font-size: 105%;
		top: 10%;
	}
	.div_fondo_fechas_espe {
		display: none;
	}
	.div_fondo_fechas_espe_mv {
		display: block;
		position: fixed;
		background-image: url("../img/fotos_fechas_mix.webp");
  		background-size: 100% 100%;
  		background-repeat:no-repeat;
		width: 98%;
		height: 87.5%;
		top: 12.5%;
		left: 1.5%;
		z-index: 1;
		overflow:auto;
	}
	.boton_fe_ss {
		top: 17.75%;
		left: 5%;
		width: 40%;
		height: 8%;
	}
	.boton_fe_pu {
		top: 17.75%;
		left: 55%;
		width: 40%;
		height: 8%;
	}
	.boton_fe_ve {
		top: 63%;
		left: 5%;
		width: 40%;
		height: 8%;
	}
	.boton_fe_na {
		top: 63%;
		left: 55%;
		width: 40%;
		height: 8%;
	}
	.div_boton_fe {
		top: 12.5%;
		height: 87%;
		z-index: 10;		
	}
	cabecera4_fe {
		height: 9.5%;
	}
	.columna_izquierda_fe {
		top: 11%;
		width: 97%;
		height: 15%;
	}
	.div_cabecera_fe {
		left: 1%;
		top: 25%;
		width: 97%;
	}
	.col3_cabecera_ofertas {
		padding-top: 5%;
	}
	ul.list_bo_fe {
		display: none;	
	}
	ul.list_bo_fe2 {
		display: none;	
	}
	ul.list_bo_fe_mv {
		display: block;
		column-count: 3;
		padding-left: 3%;
		font-weight: bold;
		font-size: 150%;
		color: #ffffff;
	}
	ul.list_bo_fe_mv li:hover {
		background: rgba(255,0,0,1);
	}
	ul.list_bo_fe_mv li::before {
 	 	content: "•"; /* Insert content that looks like bullets */
  		padding-right: 8px;
  		color: white; /* Or a color you prefer */
	}
	ul.list_bo_fe2_mv {
		display: block;
		column-count: 3;
		padding-left: 3%;
		font-weight: bold;
		font-size: 150%;
		color: #000000;
	}
	ul.list_bo_fe2_mv li:hover {
		background: rgba(255,0,0,1);
	}
	ul.list_bo_fe2_mv li::before {
 	 	content: "•"; /* Insert content that looks like bullets */
  		padding-right: 8px;
  		color: #000000; /* Or a color you prefer */
	}
	.ordena_oferts_col1 {
		text-align: center;
	}
	.mensaje_conta0_fe {
		left: 1%;
		width: 97%;
		text-align: center;
	}
	.ordena_oferts_col2 {
		text-align: center;
	}
	.ordenar_ofertas {
		width: 70%;
		height: 50%;
		font-size: 80%;
	}
	.ordenar_ofertas2 {
		height: 50%;
		font-size: 80%;
	}
	.mensaje_no_hay {
		width: 97%;
		left: 2%;
	}
	
	.cab_hor {
		display: none;
	}
	.cab_ver {
		display: block;	
	}
	
	.icono_info {
		width: 1.5em;	
	}
	.ver_horizon {
		display: none;			
	}
	.ver_horizon1 {
		display: none;			
	}
	.ver_vertical {
		display: block;		
	}
	.ver_horizontal {
		display: none;		
	}
	.ver_verti {
		display: block;
		width: 96%;
		height: 5%;
		margin-left: 0%;
		border: 1.5px solid red;
	}
	.ver_verti1 {
		display: block;
		width: 95%;
		border: 0px solid red;
	}
	.x2 {
		position:absolute;
		left: 92%;
		border-radius: 100%;
		top: 0.5%;
		width: 6.5%;
		height: 3.7%;
		padding-top: 1%;
		background: rgba(255,255,255,0.9);
	}
	.xc {
		width: 60%;
	}
}