﻿/* AEROMEXICO */
.header-container {background-color:#fff;}
.logo,
.logo.avis {
	background-image: url('/Assets/Images/Aeromexico/head_left.png');
    background-position: center;
    height: 40px;
}

#head_borde_izq {height: 80px}
.navbar {background-color:#005C94}
.navbar-nav > li > a {padding:14px; border-right: 1px solid #4795C3;}
.navbar-nav > li:hover {background-color: #0095FF;}
.navbar-nav > li.nav-socio {display:none;}

#country-select-esp {background-position: 7px 18px;}
#country-select-eng {background-position:7px 18px;}

#header-links li#nav-reservaciones-mexico, #header-links li#nav-reservaciones-internacionales {background-color: #003C71;}
#header-links li#nav-reservaciones-mexico:hover, #header-links li#nav-reservaciones-internacionales:hover {background-color: #002e4a;}
#header-links li#nav-reservaciones-internacionales {
    padding-left: 30px;
    background-color: #003C71;
}
#header-links li#nav-reservaciones-internacionales {
    padding-left: 30px;
    background: #003C71 url('/Assets/Images/Aeromexico/icon-world.png') no-repeat 10px 13px;
    background-color: #003C71;
    background-image: url('/Assets/Images/Aeromexico/icon-world.png');
    background-repeat:no-repeat;
    background-position: 10px 13px;
}

/* Extra small devices (phones, less than 768px) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .logo.avis {background-position:2px -35px; width: 250px;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }