* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


@font-face {
    font-family: 'Lato-Reg';
    src: url('../fonts/Lato-Reg.eot');
    src: local('☺'), url('../fonts/Lato-Reg.woff') format('woff'), url('../fonts/Lato-Reg.ttf') format('truetype'), url('../fonts/Lato-Reg.svg') format('svg');
}

@font-face {
    font-family: 'Lato-RegIta';
    src: url('../fonts/Lato-RegIta.eot');
    src: local('☺'), url('../fonts/Lato-RegIta.woff') format('woff'), url('../fonts/Lato-RegIta.ttf') format('truetype'), url('../fonts/Lato-RegIta.svg') format('svg');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Lig.eot');
    src: local('☺'), url('../fonts/Lato-Lig.woff') format('woff'), url('../fonts/Lato-Lig.ttf') format('truetype'), url('../fonts/Lato-Lig.svg') format('svg');
}

@font-face {
    font-family: 'Lato-LightIta';
    src: url('../fonts/Lato-LigIta.eot');
    src: local('☺'), url('../fonts/Lato-LigIta.woff') format('woff'), url('../fonts/Lato-LigIta.ttf') format('truetype'), url('../fonts/Lato-LigIta.svg') format('svg');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bol.eot');
    src: local('☺'), url('../fonts/Lato-Bol.woff') format('woff'), url('../fonts/Lato-Bol.ttf') format('truetype'), url('../fonts/Lato-Bol.svg') format('svg');
}

@font-face {
    font-family: 'Lato-BoldIta';
    src: url('../fonts/Lato-BolIta.eot');
    src: local('☺'), url('../fonts/Lato-BolIta.woff') format('woff'), url('../fonts/Lato-BolIta.ttf') format('truetype'), url('../fonts/Lato-BolIta.svg') format('svg');
}


@font-face {
    font-family: 'Lato-Hai';
    src: url('../fonts/Lato-Hai.eot');
    src: local('☺'), url('../fonts/Lato-Hai.woff') format('woff'), url('../fonts/Lato-Hai.ttf') format('truetype'), url('../fonts/Lato-Hai.svg') format('svg');
}


@font-face {
    font-family: 'Lato-HaiIta';
    src: url('../fonts/Lato-HaiIta.eot');
    src: local('☺'), url('../fonts/Lato-HaiIta.woff') format('woff'), url('../fonts/Lato-HaiIta.ttf') format('truetype'), url('../fonts/Lato-HaiIta.svg') format('svg');
}


@font-face {
    font-family: 'Lato-Bla';
    src: url('../fonts/Lato-Bla.eot');
    src: local('☺'), url('../fonts/Lato-Bla.woff') format('woff'), url('../fonts/Lato-Bla.ttf') format('truetype'), url('../fonts/Lato-Bla.svg') format('svg');
}


@font-face {
    font-family: 'Lato-BlaIta';
    src: url('../fonts/Lato-BlaIta.eot');
    src: local('☺'), url('../fonts/Lato-BlaIta.woff') format('woff'), url('../fonts/Lato-BlaIta.ttf') format('truetype'), url('../fonts/Lato-BlaIta.svg') format('svg');
}


@font-face {
    font-family: 'BNeueReg';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
}


::-webkit-input-placeholder {
   font-family: 'Verdana', 'Arial', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: 'Verdana', 'Arial', sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'Verdana', 'Arial', sans-serif;
}

:-ms-input-placeholder {  
   font-family: 'Verdana', 'Arial', sans-serif;
}


@media only screen
and (max-device-width : 480px) {
.visiblebox{
display: none !important
}
}

body {
    margin: 0;
    padding: 0;
    background: url(../images/colorbar-thin.jpg) 0px -2px repeat-x;
    padding-top: 5px;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 14px; color:#231f20;
    min-width: 1080px;
}

h1 {
	font-family: 'Muli', sans-serif;
    font-size: 28px; color:#003d79; font-width:400;
    font-weight:600;
    margin: 15px 0;
}

h2, h3 {
    margin: 10px 0;
	font-family: 'Muli', sans-serif;

}

h2 {
    color: #003D79;
    font-size: 19px;
	font-family: 'Muli', sans-serif;

}

h3 {
    color: #003D79;
    font-size: 17px;
	font-family: 'Muli', sans-serif;
}

p {
    font-size: 14px;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-weight:400;

}

.hidden {
    display: none;
}

header {
    position: absolute;
    top: 0;
    width: 1080px;
    height: 115px;
    left: 50%;
    margin-left: -540px;
    z-index: 10;
}

header nav {
    height: 60px;
    width: 780px;
    position: absolute;
    top: 5px;
    left: 300px;
    background: rgb(241, 241, 242);
    /*background: rgba(241, 241, 242, 0.9);*/
    border-bottom-right-radius: 15px;
}

.mainMenu {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.mainMenu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: auto;
	padding: 13px 17px;
    border-right: solid 1px #bfc8d2;
    font-size: 14px;
    border-left: 1px solid white;
    height: 5px;
    margin-top: 15px;
}


.mainMenu li:last-child {
    border-right: none;
}

.mainMenu li:first-child {
    border-left: none !important;
}

.mainMenu li a {
    text-decoration: none;
    color: #184076;
    font-size: 14px;
    font-family: 'Verdana', 'Arial', sans-serif;
/*    font-weight: 400;*/
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-top: -8px;
	font-weight: normal;
}

.mainMenu li a:hover { color: #00AAA6; }

.logoTab {
    position: relative;
    height: 105px;
    width: 300px;
    background: #F1F1F2 url(../images/sprites.png) 20px 10px;
    border-right: solid 1px #e3e3e3;
    cursor: pointer;
}

.logoTab .corner {
    position: absolute;
    right: -20px;
    top: 65px;
    height: 40px;
    width: 20px;
    background: url(../images/sprites.png) -285px -95px;
}

.banner {
    position: relative;
    z-index: 5;
    height: 540px;
    background: url(../images/bg-home.jpg) center 18px no-repeat;
}

.banner #prev {
    background: url(../images/sprites.png) -354px -167px; 
    width: 25px;
    height: 45px;
    position: absolute;
    top: 270px;
    left: 5%;
    cursor: pointer;
}

.banner #next {
    background: url(../images/sprites.png) -354px -96px;
    width: 25px;
    height: 45px;
    position: absolute;
    top: 270px;
    right: 5%;
    cursor: pointer;
}

.banner .widget {
    position: absolute;
    width: 620px;
    height: 200px;
    bottom: 30px;
/*    left: 50%;*/
    margin-left: -75px;
    color: white;
    left: 50%;
/*  transition: bottom 1.5s ease, opacity 1.5s ease;
    -webkit-transition: bottom 1.5s ease, opacity 1.5s ease;
    -moz-transition: bottom 1.5s ease, opacity 1.5s ease;*/
    z-index: 101;
    opacity: 0;
}

.banner .widget.show {
/*    bottom: 225px;
    opacity: 1;*/
}

.banner .widget .searchWrapper {
    background: rgb(149, 221, 219);
    background: rgba(149, 221, 219, 0.7);
    padding: 15px;
    border: solid 1px #00AAA6;
    border-radius: 10px;
    position: relative;
    overflow: visible;
    height: 120px;
}

.banner .widget .searchWrapper input {
    border: none;
    width: 144px;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 18px;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

.banner .widget .searchWrapper select {
    width: 180px;
    height: 45px;
    background: url(../images/sprites.png) -5px -342px;
    border: none;
    float: left;
    margin-left: 5px;
}

.banner .widget .searchWrapper .fullCta {
    width: 265px;
    height: 35px;
    background: #183f74;
    border: none;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    clear: both;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px; 
}

.banner .widget .searchWrapper select:focus {
    outline: none;
}

.banner .widget button.transparent {
    position: absolute;
    border: none;
    background: none;
    color: #00AAA6;
    cursor: pointer;
    top: 24px;
    font-size: 18px;
    right: 28px;
}

.banner .widget .searchWrapper input:focus {
    outline: none;
}

#flightNum {
    width: 115px;
}

.banner .widget .col {
    float: left;
}

.banner .widget .left {
    width: 340px;
    background: rgb(0,153,145);
    background: rgba(0,153,145,0.8);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 200px;
    padding: 10px 20px;
}

.banner .widget .right {
    width: 210px;
    background: rgb(0,59,107);
    background: rgba(0,59,107,0.8);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 200px;
    padding: 14px;
}

.banner .widget .row {
    border-bottom: solid 1px white;
    padding: 5px 12px;
}

.banner .widget .right > .row {
    text-align: center;
    padding: 5px;
}

.banner .widget .right .col {
    width: 50%;
    float: left;
    padding: 10px;
}

.banner .widget .right .col:last-child {
    border: none;
    padding: 0;
}

.banner .widget .right .temp {
    font-size: 48px;
    display: block;
    text-align: center;
	font-family: 'BNeueReg', sans-serif;
}

.banner .widget .right .city {    
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}

.banner .widget .right .day {
    clear: both;
    display: block;
    text-align: left;
    padding: 3px;
    padding-top: 5px;
    font-family: 'BNeueReg', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}


.banner .widget .right .time {
    font-size: 10px;
    text-align: left;
    display: block;
    padding: 3px;
}

.banner .widget .right .metadata {
    font-size: 12px;
    padding: 5px 15px;
}

.banner .widget .caption {
    color: #666;
    text-align: right;
    position: absolute;
    bottom: 18px;
    right: 35px;
    width: 180px;
}

.banner .widget .right .row:last-child {
    border: none;
}

/* --- */

.divider {
    height: 85px;
    margin-top: -113px;
    position: relative;
    z-index: 20;
    background: url(../images/colorbar-thick.jpg) top repeat-x;
    background-position-x: 0px;
/*    transition: background-position 800s linear;
    -webkit-transition: background-position 800s linear;
    -moz-transition: background-position 800s linear;*/
    position: relative;
    z-index: 100;
}

.divider.show {
/*    background-position-x: -9999px;*/
}

.divider .content {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 50px;
    background: #003D79;
}

.divider .content .wrap {
    width: 1080px;
    margin: 0 auto;
}

.langDrop {
    display: none;
    float: left;
    width: 150px;
    color: white;
    margin-top: 15px;
    cursor: pointer; 
    font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}

.langDrop .dropper {
    display: none;
    margin: 0;
    padding: 0;
    background: #003D79;
    height: 37px;
    width: 76%;
}

.langDrop:hover .dropper {
    display: block;
}

.langDrop .dropper li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.langDrop .dropper li a {
    display: block;
    width: 100%;
    padding: 10px 17px;
    color: white;
    text-decoration: none;
}

.divider .searchWrap {
    float: right;
    width: 140px;
	height:35px;
	margin-top:8px;
	border:solid #FFF 1px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.divider .searchWrap form{
	margin-top:-10px;
	margin-left: 8px;
	}

.divider .searchWrap input {
    color: white;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 18px;
    background: transparent;
    border: none;
    margin-top: 15px;
    width: 100px;
}

.divider .searchWrap input:focus {
    outline: none;
}

.divider .searchWrap input::-webkit-input-placeholder,
.divider .searchWrap input:-moz-placeholder,
.divider .searchWrap input::-moz-placeholder {
    color: white;
    font-family: 'Verdana', 'Arial', sans-serif;
}

footer {
    background: #eeeeee;
    overflow: auto;
    padding-top: 20px;
    border-top: solid 1px #d9d9d9;
    margin-top: 80px;
}

footer .wrapper {
    width: 1140px;
    margin: 0 auto;
    overflow: auto;
}

footer .logo {
    width: 170px !important;
    margin-right: 30px;
    height: 140px;
    padding: 10px;
    margin-right: 20px;
    background: url(../images/sprites.png) 20px -131px;
}

footer .col {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    padding: 3px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 13px;
}
footer li a {
    color:#000;
}
footer li a:hover {
    color:#174279;
}

footer .social {
    margin-bottom: 10px;
    overflow: auto;
}

footer .social li {
    width: 33px;
    height: 33px;
    float: left;
    margin-right: 5px;
}

footer .social .facebook {
    background: url(../images/sprites.png) -88px -98px;
}

footer .social .twitter {
    background: url(../images/sprites.png) -136px -98px;
}

footer .social .linkedIn {
    background: url(../images/sprites.png) -184px -98px;
}

footer .social .pinterest {
    background: url(../images/sprites.png) -232px -98px;
}

input.boletin {
    width: 185px;
    height: 32px;
    border: none;
    padding-right: 50px;
    padding-left: 10px;
    background: #fff;
}

input.boletin:focus {
    outline: none;
}

.caption {
    font-size: 12px;
    color: gray;
    margin-top: 10px;
}

.subfoot {
    background: #282827;
    padding: 10px;
    overflow: auto;
    color: white;
    font-size: 12px;
}

.subfoot a {
    color: white;
}

.subfoot .col {
    float: left;
    width: 50%;
}

button.primary {
    width: 140px;
    height: 40px;
    background: #1eb9b6;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 17px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

/* Home styles */

.home section.content {
    overflow: auto;
    width: 1080px;
    margin: 0 auto;
    padding-top: 36px;
}

.home section.content .col {
    float: left;
    width: 340px;
}

.home section.content .col.middle {
    margin: 0 30px;
}

.home .module {
    position: relative;
    background: #F1F1F2;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 1px 1px 0px rgba(219, 219, 219, 0.5);
    -webkit-box-shadow: 1px 1px 0px rgba(219, 219, 219, 0.5);
    -moz-box-shadow: 1px 1px 0px rgba(219, 219, 219, 0.5);
}

.home .module .header {
    background: rgb(0,153,145);
    background: rgba(0,153,145,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 4px 13px;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 17px;
}

.home .module.flights {
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    --webkit-border-bottom-left-radius: 8px;
}

.home .module.flights .imageWrapper {
    height: 255px;
    background: url(../images/home-plane-1.jpg) top center no-repeat;
}

.home .module.flights .searchWrapper {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    position: absolute;
    width: 300px;
    left: 50%;
    top: 140px;
    margin-left: -150px;
    border-radius: 10px;
}

.home .module.flights .searchWrapper input {
    background: url(../images/sprites.png) -5px -342px;
    border: none;
    height: 32px;
    padding: 5px 10px;
    width: 215px;
    border-bottom: solid 1px #00AAA6;
}

.home .module.flights .searchWrapper button {
    background: url(../images/sprites.png) -237px -342px;
    border: none;
    height: 32px;
    padding: 5px 10px;
    color: #00AAA6;
    width: 70px;
    margin-left: -10px;
    border-bottom: solid 1px #00AAA6;
    border-right: solid 1px #00AAA6;
}

.home .module.flights .searchWrapper input:focus {
    outline: none;
}

.home .module.flights .table .departures {
    display: none;
}

.home .module.flights .table .row:first-child {
    background: #00AAA6 !important;
}

.home .module.flights .table .row {
    overflow: auto;
}

.home .module.flights .table .cell {
    float: left;
    padding: 7px;
    color: #666;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 11px;
    width: 33%;
    text-align: center;
}

.home .module.flights .table .cell.first {
    width: 23%!important;
}

.home .module.flights .table .cell.second {
    width: 35%!important;
}

.home .module.flights .table .cell.third {
    width: 17%!important;
}

.home .module.flights .table .cell.fourth {
    width: 25%!important;
}

.home .module.flights .table .row:nth-child(odd) {
    background: #e4e4e3;
}

.home .module.flights .table .row .cell:nth-child(even) {
    border-right: 1px solid white;
    border-left: 1px solid white;
    width: 34%;
}

.home .module.flights .bar {
    background: #6D6E70;
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 5px;
}

.home .module.flights .table .heading {
    background: #00AAA6;
    color: white;
    text-align: center;
}
.moduleRotator .module {
	height:578px;
	}

table tr:nth-child(2) th {
    padding: 7px;
    background: #00AAA6;
    color: white;
    font-size: 16px;
}

.cleanTable { 
    font-family: 'Verdana', sans-serif;
    background-color: transparent;
    border: 0px;
    border-collapse: collapse;
    color: #000;
}

.cleanTable th {
    padding: 12px;
    text-align: left;
}


.cleanTable td {
    padding: 12px;
    text-align: center;
}

.home .module.flights .tabs {
    height: 40px;
    margin-top: -40px;
    background: rgb(0, 170, 166);
    background: rgba(0, 170, 166, 0.5);
    overflow: auto;
}

.home .module.flights .tab {
    float: left;
    width: 50%;
    text-align: center;
    color: white;
    height: 40px;
    vertical-align: middle;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 16px;
    padding-top: 5px;
    cursor: pointer;
}

.home .module.flights .tabs .selected {
    background: rgb(0, 61, 121);
    background: rgba(0, 61, 121, 0.8);
    border-top-right-radius: 5px;
}

.home .module.map .imageWrapper {
    height: 230px;
    background: url(../images/home-map-bg.jpg) top center no-repeat;
	margin-top: 27px;
}

.home .module.map .graphic {
    position: absolute;
    top: 200px;
    left: -25px;
    height: 163px;
    width: 213px;
    background: url(../images/home-map-top.jpg) top center no-repeat;
}

.home .module.map h3, .home .module.map p {
    padding: 0 10px;
}

.home .module.map h3 {
    margin-top: 90px;
}

.home .module.map button.primary {
    margin: 10px;
    float: left;
    margin-left: 95px;
}

.home .ad.square {
    width: 300px;
    height: 250px;
    margin: 20px;
    background: url(../images/home-ad-pr.png);
}

.home .header.orange {
    background: #F6921E;
}

.home .module.transport {
    padding-top: 30px;
}

.home .module.transport .item {
    border-bottom: solid 1px #D0D2D3;
    border-top: solid 1px #fff;
    padding: 15px 30px;
}

.home .module.transport .item i {
    margin-right: 15px;
}

.home .module.transport .item a {
    text-decoration: none;
    color: #033e7a;
    font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.home .module.transport .item a:hover{ 
    text-decoration: none;
    color: #00aaa6;
	font-size: 18px;
	font-weight: normal;
}

.home .module.links {
    padding: 10px;
    padding-top: 35px;
}

.home .module.links .col {
    width: 50%;
    float: left;
    margin-bottom: 50px;
    border-right: solid 1px #e3e3e3;
}

.home .module.links .col:last-child {
    border: none;
}

.home .module.links .col ul {
    margin: 0;
    padding: 5px 15px;
}

.home .module.links .col ul li {
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 16px;
    list-style: none;
    padding: 3px;
}

.home .module.links .col ul li:before {
    content: '≫';
    color: #033e7a;
    font-size: 12px;
    padding: 5px;
}

.home .module.links a {
    text-decoration: none;
    color: #58595b;

}

.home .module.links a:hover {
    text-decoration: none;
    color: #00aaa6;
}

.home .module.links .header, 
.home .module.map .imageWrapper,
.home .module.new .imageWrapper {
    border-bottom: solid 4px #00AAA6;
}

.home .module.new {
    padding-top: 30px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    overflow:hidden;
}

.home .module.new .imageWrapper {
    height: 280px;
    width: 340px;
    background: url(../images/home-plane-2.jpg) top center no-repeat;
}

.home .module .header.blue {
    background: #003D79;
    height: 31px;
    width: 340px;
    z-index: 1;

}

.home .module.new .body {
    padding: 10px;
	margin-bottom: 77px;
    width: 340px;

}

.home .module.new .paging {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 120px;
    height: 20px;
}

.home .module.new .paging li {
    list-style-type: none;
    float: left;
    width: 15px;
    height: 14px;
    background: url(../images/sprites.png) -309px -61px;
    margin-right: 3px;
    cursor: pointer;
}

.home .module.new .paging li.selected {
    background: url(../images/sprites.png) -286px -61px;
}

html {
    background: url(../images/grid.png);
}

.pagingDots {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 120px;
    height: 20px;
}

.pagingDots li {
    list-style-type: none;
    float: left;
    width: 15px;
    height: 14px;
    background: url(../images/sprites.png) -309px -61px;
    margin-right: 3px;
    cursor: pointer;
}

.pagingDots li.selected {
    background: url(../images/sprites.png) -286px -61px;
} 
/* Page styles */ 

.page .content .wrapper {
    overflow: auto;
}

.page .content .col {
    float: left;
}

.page .content .sidebar {
    width: 300px;
    background: #f1f1f2;
}

.page .content {
    background: url(../images/bg-plane.jpg) center 105px no-repeat;
    min-height: 630px;
    padding-top: 140px;
}

.page .salidas .content, 
.page .llegadas .content,
.vuelos .content {
    background: url(../images/bg-plane.jpg) center 7px no-repeat;
}

.page .salidas table, 
.page .llegadas table, 
.page .salidas th, 
.page .llegadas th,
.vuelos th {
    border-radius: 0 !important;
}

.vuelos table {
    border-top-left-radius: 0px !important;
}

.page .salidas table, 
.page .llegadas table {
    border-top-right-radius: 10px !important;
}

.page .content .wrapper {
    width: 1080px;
    margin: 0 auto;
}

.page .sidebar .header {
    padding: 7px;
    background: #00AAA6;
    color: white;
	font-size: 16px;
}

.page .sidebar .menu {
    margin: 0;
    padding: 0;
}

.page .menu li.selected {
    padding-left: 40px !important;
}

.page .menu li.selected a,
.page .menu li:hover a {
    color: #00AAA6 !important;
}

.page .sidebar .menu li a {
    text-decoration: none;
    color: #003D79;
    font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: normal
}

.page .sidebar .menu li {
    list-style-type: none;
    padding: 15px;
    margin: 0;
    border-bottom: solid 1px #D0D2D3;
    border-top: solid 1px #fff;
    font-size: 16px;
}

.page .sidebar .menu li:first-child {
    border-top: none;
}

.page .sidebar .menu li:last-child {
    border-bottom: none;
}

.page .body .imageWrapper {
    position: relative;
    width: 780px;
    height: 225px;
}

.page .body .imageWrapper:after {
    content: "";
    display: block;
    width: 100%;
    background: url('../images/shadow-featured-image.jpg') right center no-repeat;
    height: 30px;
    margin-top: -4px;
}

.page .mapas .body .imageWrapper:after {
    content: "";
    display: block;
    width: 100%;
    background: url('../images/shadow-featured-image.jpg') right center no-repeat;
    height: 37px;
    margin-top: 40px;
}

.page .body .imageWrapper .header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px;
/*  background: rgb(0, 170, 166);
    background: rgba(0, 170, 166, 0.5);*/
    color: white;
    width: 100%;
    height: 34px;
}

.page .body .text {
    width: 780px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 7px #e3e3e3;
}

.page .body tr:nth-child(odd) { background-color: #cee1d2 !important; }
.page .body tr:nth-child(even) { background-color: rgba(232,245,244,1)!important; }

.page .body th {
    background: rgba(0,170,166,1);
    color: white;
}

.page .body td, .page .body th {
    padding: 10px;
    font-size: 14px !important;
}

.page .body th:first-child {
   border-top-left-radius: 10px;
}

.page .body th:last-child {
   border-top-right-radius: 10px;
}

.page .body td {
    font-size: 12px;
}

/*.page table.clean tr {
    background: white;
}

.page table.clean td {
    background: white;
}*/

.page .body li {
    list-style-image: url('../images/bullet.png');
    font-size: 12px;
}

/* Maps */

.maps .wrapper {
    height: 950px;
}

.maps .imageWrapper {
    background: white;
}

.maps .overlayer {
    position: absolute;
    width: 780px;
    height: 890px;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.9);
    display: none;
}

.maps .overlayer.icons {
    background: transparent;
}

.maps .leyend {
    margin: 0;
    padding: 20px 0 5px 0;
    background: transparent;
}

.maps .leyend li {
    list-style-type: none;
    padding: 5px;
    font-size: 12px;
}

.maps .leyend i {
    width: 24px;
    height: 24px;
    margin: 0 10px;
}

.maps .overlayers {
    position: relative;
    z-index: 99;
}

.maps .imageWrapper .header {
    z-index: 100;
}

/* Terminal A */

.maps .overlayer.base.A { background-image: url(../images/maps/Terminal-A-Base-Map.png); }
.maps .overlayer.icons.A.default { background-image: url(../images/maps/Terminal-A-Icons-default.png); }
.maps .overlayer.icons.A.food { background-image: url(../images/maps/Terminal-A-Icons-food.png); }
.maps .overlayer.icons.A.banks { background-image: url(../images/maps/Terminal-A-Icons-Bancos.png); }
.maps .overlayer.icons.A.stores { background-image: url(../images/maps/Terminal-A-Icons-tiendas.png); }
.maps .overlayer.icons.A.services { background-image: url(../images/maps/Terminal-A-Icons-Servicio-Pasajero.png); }

/* Terminal B */

.maps .overlayer.base.B { background-image: url(../images/maps/Terminal-B-Base-Map.png); }
.maps .overlayer.icons.B.default { background-image: url(../images/maps/Terminal-B-Icons-default.png); }
.maps .overlayer.icons.B.food { background-image: url(../images/maps/Terminal-B-Icons-food.png); }
.maps .overlayer.icons.B.banks { background-image: url(../images/maps/Terminal-B-Icons-Bancos.png); }
.maps .overlayer.icons.B.stores { background-image: url(../images/maps/Terminal-B-Icons-tiendas.png); }
.maps .overlayer.icons.B.services { background-image: url(../images/maps/Terminal-B-Icons-Servicio-Pasajero.png); }

/* Terminal C */

.maps .overlayer.base.C { background-image: url(../images/maps/Terminal-C-Base-Map.png); }
.maps .overlayer.icons.C.default { background-image: url(../images/maps/Terminal-C-Icons-default.png); }
.maps .overlayer.icons.C.food { background-image: url(../images/maps/Terminal-C-Icons-food.png); }
.maps .overlayer.icons.C.banks { background-image: url(../images/maps/Terminal-C-Icons-Bancos.png); }
.maps .overlayer.icons.C.stores { background-image: url(../images/maps/Terminal-C-Icons-tiendas.png); }
.maps .overlayer.icons.C.services { background-image: url(../images/maps/Terminal-C-Icons-Servicio-Pasajero.png); }

/* Terminal D */

.maps .overlayer.base.D { background-image: url(../images/maps/Terminal-D-Base-Map.png); }
.maps .overlayer.icons.D.default { background-image: url(../images/maps/Terminal-D-Icons-default.png); }
.maps .overlayer.icons.D.food { background-image: url(../images/maps/Terminal-D-Icons-food.png); }
.maps .overlayer.icons.D.banks { background-image: url(../images/maps/Terminal-D-Icons-Bancos.png); }
.maps .overlayer.icons.D.stores { background-image: url(../images/maps/Terminal-D-Icons-tiendas.png); }
.maps .overlayer.icons.D.services { background-image: url(../images/maps/Terminal-D-Icons-Servicio-Pasajero.png); }

/* Terminal E */

.maps .overlayer.base.E { background-image: url(../images/maps/Terminal-E-Base-Map.png); }
.maps .overlayer.icons.E.default { background-image: url(../images/maps/Terminal-E-Icons-default.png); }
.maps .overlayer.icons.E.food { background-image: url(../images/maps/Terminal-E-Icons-food.png); }
.maps .overlayer.icons.E.banks { background-image: url(../images/maps/Terminal-E-Icons-Bancos.png); }
.maps .overlayer.icons.E.stores { background-image: url(../images/maps/Terminal-E-Icons-tiendas.png); }
.maps .overlayer.icons.E.services { background-image: url(../images/maps/Terminal-E-Icons-Servicio-Pasajero.png); }

/* Tables */
/*
table {
    font-family: 'Arial', 'Helvetica', sans-serif;
    margin: 15px auto;
    width: 780px; height: auto; overflow: hidden;
    border-collapse: collapse;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

table th { height: 50px; }

table td, table th { border-right: 2px solid rgba(255,255,255,1); }

table td:last-child, table th:last-child { border-right: 0px; }

.table-style-1 { font-size: 17px; }

.table-style-1 thead {
    background-color: rgba(0,170,166,1);
    border-bottom: 2px solid rgba(255,255,255,1);
}

.table-style-1 th { color: rgba(255,255,255,1); font-weight: normal; }

.table-style-1 td { height: 55px; }

.table-style-1 td:last-child,
.table-style-1 th:last-child { border-right: 0px; }

.table-style-1 td { color: rgba(0,61,121,1); text-align: center; }

.table-style-1 tbody tr:nth-child(odd) { background-color: rgba(223,241,238,1); }

.table-style-1 tbody tr:nth-child(even) { background-color: rgba(232,245,244,1); }*/

/* Icons */

.page .menu .selected i.sideArrow,
.page .menu li:hover i.sideArrow  {
    background: url(../images/sprites.png) -15px -104px; 
}

i {
    display: inline-block;
    vertical-align: middle;
}

i.plane {
    width: 52px;
    height: 52px;
    background: url(../images/sprites.png) -276px -159px; 
    position: relative;
    top: -3px;
}

#flightTitle {
	margin: 5px 0;
    font-family: 'BNeueReg', sans-serif;
    font-size: 28px; color:#fff; font-width:400;
    display: inline-block;
    
}

i.condition {
    width: 84px;
    height: 68px;
    background: url(../images/icon-weather.png) no-repeat; 
}

i.compass {
    width: 9px;
    height: 9px;
    background: url(../images/sprites.png) -148px -304px;  
}

i.drop {
    width: 9px;
    height: 9px;
    background: url(../images/sprites.png) -148px -318px; 
}

i.sideArrow {
    width: 13px;
    height: 18px;
    margin-right: 10px;
    background: url(../images/sprites.png) 0 -104px; 
}

i.arrivals {
    width: 35px;
    height: 35px;
    background: url(../images/sprites.png) -172px -153px; 
}

i.departures {
    width: 35px;
    height: 35px;
    background: url(../images/sprites.png) -217px -153px; 
}

i.parking {
    width: 35px;
    height: 35px;
    background: url(../images/sprites.png) -172px -204px; 
}

i.cars {
    width: 35px;
    height: 40px;
    background: url(../images/sprites.png) -220px -200px; 
}

i.taxis {
    width: 35px;
    height: 35px;
    background: url(../images/sprites.png) -172px -250px;     
}

i.refresh {
    width: 35px;
    height: 40px;
    background: url(../images/sprites.png) -220px -249px; 
}

i.checkpoint {
    background: url(../images/map-sprites.png) 0 0; 
}

i.usda {
    background: url(../images/map-sprites.png) 0 -36px; 
}

i.park {
    background: url(../images/map-sprites.png) 0 -72px; 
}

i.restrooms {
    background: url(../images/map-sprites.png) 0 -108px; 
}

i.phones {
    background: url(../images/map-sprites.png) 0 -143px; 
}

i.atm {
    background: url(../images/map-sprites.png) 0 -178px; 
}

i.chapel {
    background: url(../images/map-sprites.png) 0 -215px; 
}

i.salon {
    background: url(../images/map-sprites.png) 0 -251px; 
}

i.stores {
    background: url(../images/map-sprites.png) 0 -287px; 
}

i.dufree {
    background: url(../images/map-sprites.png) 0 -323px; 
}

i.smoking {
    background: url(../images/icon-fumar.png); 
    background-size: 100%;
    background-repeat: no-repeat;
}
i.info {
    background: url(../images/info.png); 
    background-size: 100%;
    background-repeat: no-repeat;
}
i.c-store {
    background: url(../images/c-store.png); 
    background-size: 100%;
    background-repeat: no-repeat;
}

i.bank {
    background: url(../images/map-sprites.png) 0 -394px; 
}

i.restaurants {
    background: url(../images/map-sprites.png) 0 -430px; 
}

i.bars {
    background: url(../images/map-sprites.png) 0 -466px; 
}

i.search {
    width: 22px;
    height: 22px;
    background: url(../images/sprites.png) -33px -104px; 
}

i.arrow {
    width: 22px;
    height: 22px;
    background: url(../images/sprites.png) -59px -104px; 
}

.canceled {
    color: #FF0000!important;
}

.landed {
    color: #110273!important;
}

.departed {
    color: #00AAA6!important;
}

#page {
    background: url(../images/page-top-bar.jpg) center -20px repeat-x
}

.home #page {
    background: none !important;
}

.page .widgets {
    position: absolute;
    right: 0;
    top: 70px;
    width: 180px;
}

.page .langDrop {
    font-size: 16px;
}

.page .weather.widget {
    position: absolute;
    right: 0px;
    top: 37px;
    width: 75px;
}

.page .widget .temp {
    font-family: 'BNeueReg', sans-serif;
    color: white;
    position: absolute;
    right: 32px;
    bottom: 0px;
    font-size: 20px;
}

.page i.condition {
    width: 25px !important;
    height: 25px !important;
    background-size: 100% !important;
    position: absolute;
    right: 5px;
    bottom: 0;
}

#linksSlider {
	position:absolute;
	bottom:7px;
	left:240px;
	}

#linksSlider a {
	display: block;
margin-left: 8px;
width: 15px;
height: 14px;
background: url(../images/sprites.png) -309px -61px;
/*background-color: #F69;*/
opacity: 1;
float: left;
	}
#linksSlider .jshowoff-active {
    background: url(../images/sprites.png) -286px -61px;
}

