@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css);

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 0;
    padding: 5px 15px;
    background: #eee;
    font-size: 30px;
    cursor: pointer;
    color: #000;
}
.back-to-top:hover {
    background-color: #006e93;
    color: #fff;
}


table#destinos_normales input[type=text] {
    width: 80% !important;
    margin: 5px 0;
}

.colFoot1{
	width: 145px;
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}
.colFoot2{
	width: 160px;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #838383;
	padding-left: 10px;
}

#banner3-aereos-ya {	
    cursor: pointer;
     width: 400px; 
    height: 160px;
    display: inline-block;
    margin-top: 8px;
}
section#lateral-promo2{
    width: 150px;
    height: 116px;
    display: inline-block;
    cursor: pointer;
}

.box-promo{
	min-width: 120px;
}


form#myform input {
    width: initial !important;
}
aside section#box iframe {
    width: 200px;
    height: 140px;
    display: inline;
}

#respMenu{
	display: none;
}
table#opciones_avanzadas tr {
    display: inline-block;
    width: inherit;
}

table#opciones_avanzadas tr td {
    display: block;
}
div#mapa_canvas iframe{
	width: 100% !important;
}










p,a,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: 'PT Sans', sans-serif;
}
input, select, textarea{
	font-family: 'PT Sans', sans-serif;
}
*{
	outline:none;
}
body{
	background:#fff;
	margin:0;
	padding:0;
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
}

header{
	width:980px;
	height:120px;
	margin:0 auto 0 auto;
	padding:0;
}
header section#logo{
	background:url(../img/logo-horizontal.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:250px;
	width:250px;
	height:35px;
	margin:0;
	padding:85px 0 0 0;
	display:inline-block;
	vertical-align:top;
}
header section#logo h2{
	text-align:center;
	font-size:22px;
	letter-spacing:1px;
}
header section#lateral-promo{
	width:403px;
	height:120px;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
}
nav{
	background-image:url(../img/fondonav.jpg);
	background-repeat:repeat-x;
	position:relative;
	width:100%;
	height:40px;
	margin:0;
	padding:0;
	/*background:#01b5f2;*/
}
nav section#centrar{
	width:980px;
	margin:0 auto;
	padding:0;
}
nav ul{
	float:right;
	list-style:none;
	margin:0 2px 0 0;
	padding:0;
	width:770px;
}
nav ul li{
	display:inline-block;
	margin:0 0px 0 0px;
	/*padding: 8px 0;*/
	position: relative;
}
nav ul li a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	padding: 8px 12px 12px 12px;
}
nav ul li a:hover{
	color:#000;
}
nav ul li.activo a{
	background:#016d91;
	color:#fff;
}

nav ul li a{
	display: block;
	color:#fff;
}

nav ul li.activo-especial a{
	/*background:#016d91;*/
	background-image:url(../img/fondoh2.jpg);
	background-repeat:repeat-x;
	/*padding-bottom:23px;*/
	/*padding-top:3px;*/
}

.submenu{
	display: none;
	position: absolute;
	top: 38px;
	border:none;
	height: auto;
	z-index: 10;
	width: auto;
}
 
nav .submenu li{
	margin: 0;
	padding: 0;
	font-variant: normal;
	display: block;
	width: 100px;
	background-image:url(../img/fondonav.jpg);
}
 
nav .submenu li a{
	color: #FFFFFF;

}


section#contenedor{
	width:980px;
	margin:0 auto 0 auto;
	padding:0;
	height:auto;
	vertical-align:top;
}

aside{
	position:relative;
	background:#dddee0;
	width:200px;
	margin:-40px 0 0 0;
	padding:0;
	display:inline-block;
	zoom:1; *display: inline; _height: 30px;
	vertical-align:top;
	float:left;
}
aside section#box{
	background-image:url(../img/fondobox.jpg);
	background-repeat:repeat-y;
	width:200px;
	height:auto;
	margin:0;
	padding:0;
	/*padding:0 0 10px 0;*/
}
aside section#box h2{
	/*background:#016d91;*/
	background-image:url(../img/fondoh2.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin:0 0 10px 0;
	padding:8px 0 9px 0;
	color:#fff;
	font-weight:normal;
	font-size:18px;
	height:23px;
}
aside section#box h3{
	padding:10px 5px;
	margin:0;
	color:#01b5f2;
	font-size:16px;
	border-bottom:1px solid #eeeeee;
	cursor:pointer;
}
aside section#box h3:hover{
	background:#71d9fc;
	color:#fff;
}
aside section#box h3.selected{
	background:#71d9fc;
	color:#fff;
}
aside section#box h4{
	padding:5px 5px 5px 30px;
	margin:0;
	color:#000;
	font-size:16px;
	cursor:pointer;
}
aside section#box h4:hover{
	background:#666;
	color:#fff;
}
aside section#box .expande{
	background:#fff;
	display:none;
}
aside section#box ul{
	margin:20px;
	padding:0;
	list-style:none;
}
aside section#box ul li{
	margin-bottom:10px;
}
aside section#box ul li a{
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

section#contenido{
	display:inline-block;
	zoom:1; *display: inline; _height: 30px;
	vertical-align:top;
	width:755px;
	padding:10px;
	float:right;
}
section#contenido h2{
	font-size:18px;
	margin:0 0 5px 0;
	padding:0;
	letter-spacing:1px;
}

#buscador table tr td{
	font-size:12px;
}
#buscador table tr td input,#buscador table tr td select{
	font-size:12px;
	padding:4px;
}

#consultar{
	font-size:13px;
	color:#FFF;
	background:#016d91;
	width:120px;
	height:25px;
	border:0;
	border-radius:4px;
	cursor:pointer;
}

section#contenido div#buscador-ver{
	background:#006d91;
	background-image:url(../img/fondomotor.jpg);
	background-repeat:no-repeat;
	box-shadow:4px 4px 10px 2px #666666;
	width:338px;
	min-height:355px;
	display:inline-block;
	vertical-align:top;
	padding:10px;
	margin: 0 10px 0 0;
}
section#contenido div#resultados-ver{
	background:#016d91;
	width:735px;
	min-height:355px;
	display:inline-block;
	vertical-align:top;
	padding:10px;
}
section#contenido div#resultados-ver iframe{
	background:#FFFFFF;
}

section#contenido div#ofertas{
	width:375px;
	height:auto;
	display:inline-block;
	vertical-align:top;
}
section#contenido div#ofertas .ofertas-txt{
	background:#86CCEE;
	margin:0;
	padding:0;
}
section#contenido div#ofertas .ofertas-txt h2{
	font-size: 18px;
	color: #FFF;
	padding: 5px;
}
section#contenido div#header-submenu{
	width:750px;
	margin:0 auto;
	margin-bottom:10px;
	display:inline-block;
	vertical-align:top;
}
section#contenido div#header-submenu ul{
	width:715px;
	height:25px;
	margin:0 auto;
	padding-top:5px;
	display:inline-block;
	vertical-align:top;
	background:#016d91;
}
section#contenido div#header-submenu li{
	width:150px;
	margin:0 auto;
	display:inline-block;
	vertical-align:middle;
	color:#FFF;
	font-size:15px;
}
section#contenido div#header-submenu a{
	text-decoration:none;
	color:#FFF;
}
section#contenido div#header-submenu a:hover{
	text-decoration:none;
	color:#212121;
}
section#contenido div#header-submenu a.active{
	text-decoration:underline;
	color:#FFF;
}
section#contenido .content-servicios{
	width:755px;
	background:#FFF;
}
section#contenido #traslado{
	width:755px;
	margin: 15px auto;	
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	box-shadow: 1px 1px 10px #dce2e2;
}
section#contenido #traslado #img{
	width:150px;
	height:110px;
	display:inline-block;
	vertical-align:top;
	background-repeat:no-repeat;
	background-size:150px;
	margin:10px;
}
section#contenido #traslado #descripcion{
	width:400px;
	height:125px;
	display:inline-block;
	vertical-align:top;
	margin-top: 10px;
}
section#contenido #traslado #descripcion h2{
	font-size:18px;
	font-weight:bold;
	color:#016d91;
}
section#contenido #traslado #descripcion h3{
	font-size:15px;
	font-weight:normal;
	color:#016d91;
}
section#contenido #traslado #descripcion p{
	font-size:13px;
	color:#212121;
}
section#contenido #traslado #verprecio {
	float: right;	
	color: #FFF;	
	width: 120px;
	height: 120px;
	margin: 10px 10px 10px 0;
	background-image: url('img/bg-precio-gde.png');
	background-repeat: no-repeat;  
	position: relative;
	z-index: 0;      
}
section#contenido #traslado #verprecio .precio {	
	position: absolute;
	top: 45px;
	left: 35px;
	z-index: 10;
	text-align: center;
	font-weight: bold;
		
}

section#contenido #traslado #contenedorConsultar {
	text-align:right;
	height:30px;
	width: 755px;	
	display:inline-block;
}
section#contenido #traslado #consultar{
	font-size:13px;
	color:#FFF;
	background:#016d91;
	width:120px;
	height:25px;
	border:0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	cursor:pointer;
	float: right;
	margin: 0 10px 10px 0;
}
section#contenido #traslado #consultar:hover{
	font-size:13px;
	color:#016d91;
	background:#FFF;
	border:1px solid #016d91;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	cursor:pointer;
}
section#contenido div.img{
	position:relative;
	margin:0 0 10px 0;
	padding:0;
}
section#contenido div.img .texto-img{
	position:absolute;
	bottom:10px;
	left:10px;
}
section#contenido div.img .texto-img h2{
	background:rgba(1, 109, 145, 0.5);
	color:#fff;
	font-size:22px;
	padding:5px;
	display:inline-block;
	margin:0;
}

section#contenido article#menu{
	width:755px;
	height:40px;
	background:#949599;
	margin:0 0 20px 0;
	padding:0;
}
section#contenido article#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
section#contenido article#menu ul li{
	display:inline-block;
	margin:0 5px 0 0;
	padding:10px 30px;
	color:#fff;
	cursor:pointer;
}
section#contenido article#menu ul li:hover{
	background:#1395c0;
}
section#contenido article#menu ul li.activo{
	background:#016d91;
}

section#contenido div#box-promo{
	width:180px;
	display:inline-block;
	vertical-align:top;
	margin:0 7px 20px 0;
}
section#contenido div#box-promo:nth-child(2),section#contenido div#box-promo:nth-child(3),section#contenido div#box-promo:nth-child(6),section#contenido div#box-promo:nth-child(7){
	margin:0 8px 0 0;
}
section#contenido div#box-promo:nth-child(4),section#contenido div#box-promo:nth-child(8){
	margin:0;
}
section#contenido div#box-promo .img{
	width:180px;
	height:120px;
	background:#ccc;
}
section#contenido div#box-promo .descripcion{
	display:inline-block;
	vertical-align:center;
	width:180px;
}
section#contenido div#box-promo .descripcion h2{
	font-size:16px;
	margin:0;
	padding:0;
	color:#000;
}
section#contenido div#box-promo .descripcion h3{
	font-size:16px;
	margin:0;
	padding:0;
	color:#10b9f2;
}
section#contenido div#box-promo .descripcion p{
	font-size:14px;
	margin:0;
	padding:0;
	color:#000;
}
section#contenido div#box-promo .mas-info{
	display:inline-block;
	vertical-align:center;
	width:180px;
}
.linea{
	float: left;
    width: 126px;
    height: 2px;
    background: #016d93;
    margin-top: 13px;
	border-bottom:1px solid #7fb7c8;
}
button.mas-info-btn{
	padding:5px 10px;
	border:0;
	background:#00b6f2;
	color:#fff;
	font-size:12px;
	float:right;
	cursor:pointer;
}

section#contenido article#banner-pub{
	width:755px;
	height:100px;
	margin:20px 0 10px 0;
	padding:0;
}

section#contenido article#resto{
	width:755px;
	height:auto;
	margin:10px 0;
	padding:0;
}
section#contenido article#resto div#banner-pub2{
	width:347px;
	height:auto;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
}
section#contenido article#resto div#box-bottom{
	width:180px;
	height:100px;
	margin:0;
	padding:10px;
	background:#949599;
	display:inline-block;
	vertical-align:top;
}
.columna{
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
}
section#contenido article#resto div#box-bottom h2{
	color:#000;
	font-size:16px;
}
section#contenido article#resto div#box-bottom p{
	color:#fff;
	font-size:12px;
}
section#contenido article#resto div#box-bottom a{
	text-decoration: none;
	color: #fff;
}
section#contenido article#resto div#box-bottom a:hover{
	color: #00b9ee;
	font-weight: bold;
}
section#contenido article#resto div#box-bottom input{
	font-size:14px;
	width:167px;
	margin:5px 0 0 0;
	padding:5px;
	border:1px solid #ccc;
}

#campo{
	width:300px;
}

.campo{
	width:300px;
}

#mensaje_contacto{
	height:46px;
}

#contacto{
	display:inline-block;
	margin:10px;
	padding:0;
	vertical-align:top;
	width:300px;
}


/* paquete - plan de vuelo */
.ver-plan-vuelo{
    /*display: none !important;*/
    padding: 10px;
    background: #6ABCD1;
    color: #FFF;
    width:100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

.plan-vuelo{
    padding: 5px;
    background: #398FB8;
    font-size: 14px;
    width:100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.plan-vuelo:hover{
	cursor: pointer;	
}

footer{
	background:#636466;
	width:100%;
	margin:0;
	padding:0;
	padding-bottom: 0px;
	position: relative;
}
footer section#centrar{
	width:980px;
	margin:0 auto;
	padding:0;
	position: relative;
}
footer div#box-footer{
	display:inline-block;
	width:140px;
	vertical-align:top;
}
footer div#box-footer-2{
	display:inline-block;
	width:280px;
	height:130px;
	vertical-align:top;
	border-left:1px solid #ccc;
	padding-left:10px;
	padding-top:20px;
}
footer div#box-footer-3{
	display:inline-block;
	width:100px;
	height:130px;
	vertical-align:top;
	border-left:1px solid #ccc;
	padding-left:10px;
	padding-top:20px;
}
footer div#box-footer-3 p{
	color:#fff;
	margin:0;
	padding:0;
	font-size:12px;
	text-align:right;
}
footer div#box-footer-2 p{
	color:#fff;
	margin:0;
	padding:0;
	font-size:12px;
	text-align:left;
}
footer div#box-footer-2 h2{
	color:#fff;
	margin:0;
	padding:0;
	font-size:18px;
	text-align:left;
}
footer div#box-footer-copy{
	display:inline-block;
	width:240px;
	vertical-align:top;
	padding-top:25px;
}

footer div#box-footer-copy p{
	color:#fff;
	margin:0;
	padding:0;
	font-size:12px;
	text-align:center;
}
footer div#box-footer a.big{
	font-size:22px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
footer div#box-footer a.big:hover{
	text-decoration:underline;
}

footer #logo_aptek{
    color: #ffffff;         
    position: absolute;
    right: 0px;
    bottom: 10px;    
    font-size: 8px;
    display: inline-block;
}

footer #logo_aptek a{
    color:#ffffff;
    color: rgba(255,255,255,0.7);
    font-size:10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3 ease-in-out;
}
footer #logo_aptek img{
    margin-left: 5px;     
    vertical-align: middle;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
     filter: alpha(opacity=70); 
    -moz-opacity: 0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7;    
    border: none;
}
footer #logo_aptek a:hover {    
    color: rgba(255,255,255,1); 
    -webkit-text-shadow: 0px 1px 1px #1d417b;  
    -moz-text-shadow: 0px 1px 1px #1d417b; 
    -ms-text-shadow: 0px 1px 1px #1d417b; 
    -o-text-shadow: 0px 1px 1px #1d417b;    
    text-shadow: 0px 1px 1px #1d417b;     
}
footer #logo_aptek a:hover img {   
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  filter: alpha(opacity=100); 
  -moz-opacity: 1;  
  -khtml-opacity: 1;  
  opacity: 1;
}


section#contenedor_mapa {
    width: calc(100% - 215px);
    margin-left: auto;
}
#info_contacto{
	border-top: 1px dotted #000000;
	display:block;
	margin:0 10px;
	padding:15px 0 0 0;
	vertical-align:top;
	/*width:100%;*/
}
#info_contacto #columna_contacto1{
	/*display:inline-block;
	vertical-align:top;
	max-width: 750px;*/
}
#info_contacto #columna_contacto2{
	display:inline-block;
	margin-left:25px;
	vertical-align:top;
}
#info_contacto #columna_contacto3{
	display:inline-block;
	margin-left:25px;
	vertical-align:top;
}
#info_contacto #columna_contacto4{
	display:inline-block;
	margin-left:25px;
	vertical-align:top;
}

#mapa_canvas{
	background-color:#123465;
	display:inline-block;
	height:300px;
	margin:10px;
	padding:0;
	width:calc(100% - 365px);
}

.tabla{
	margin:10px;
}
.tabla tr td{
	
}

.ofertas_paquetes{
	color:#949496;
	text-decoration:none;
}
.ofertas_paquetes:hover{
	color:#949496;
	text-decoration:underline;
}


















/*************MENU ACORDEON*******************/
#wrapper {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
.accordionButton {	
	width: 190px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	padding:10px 5px;
	margin:0;
	color:#01b5f2;
	height:21px;
	font-size:16px;
	border-bottom:1px solid #eeeeee;
	cursor:pointer;
	}
	
.accordionButton:hover{
	background:#71d9fc;
	color:#fff;
}
	
.accordionContent {	
	width: 200px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background:#fff;
	}
	
	
	.accordionButton2 {	
	width: 190px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	padding:10px 5px;
	margin:0;
	color:#01b5f2;
	height:21px;
	font-size:16px;
	border-bottom:1px solid #eeeeee;
	cursor:pointer;
	}
	
.accordionButton2:hover{
	background:#71d9fc;
	color:#fff;
}
	
.accordionContent2 {	
	width: 200px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background:#fff;
	}
	
	
	
	/*aside section#box h3{
	padding:10px 5px;
	margin:0;
	color:#01b5f2;
	font-size:16px;
	border-bottom:1px solid #eeeeee;
	cursor:pointer;
}
aside section#box h3:hover{
	background:#71d9fc;
	color:#fff;
}
	*/
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #990000;
	}
	
.over {
	background: #CCCCCC;
	}
	
.move_flecha img{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg); 
    -o-transform: rotate(90deg);
    transform: rotate(90deg); 
}