html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
@font-face {
  font-family: 'ropa_sansregular';
  src: url("assets/font/ropa_sans/ropasans-regular-webfont.eot");
  src: url("assets/font/ropa_sans/ropasans-regular-webfontd41d.eot?#iefix") format('embedded-opentype'), url("assets/font/ropa_sans/ropasans-regular-webfont.woff") format('woff'), url("assets/font/ropa_sans/ropasans-regular-webfont.ttf") format('truetype'), url("assets/font/ropa_sans/ropasans-regular-webfont.svg#ropa_sansregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ropa_sansitalic';
  src: url("assets/font/ropa_sans/ropasans-italic-webfont.eot");
  src: url("assets/font/ropa_sans/ropasans-italic-webfontd41d.eot?#iefix") format('embedded-opentype'), url("assets/font/ropa_sans/ropasans-italic-webfont.woff") format('woff'), url("assets/font/ropa_sans/ropasans-italic-webfont.ttf") format('truetype'), url("assets/font/ropa_sans/ropasans-italic-webfont.svg#ropa_sansitalic") format('svg');
  font- : normal;
  font-style: normal;
}
@font-face {
  font-family: 'cantarellbold';
  src: url("assets/font/cantarell/cantarell-bold-webfont.eot");
  src: url("assets/font/cantarell/cantarell-bold-webfontd41d.eot?#iefix") format('embedded-opentype'), url("assets/font/cantarell/cantarell-bold-webfont.woff") format('woff'), url("assets/font/cantarell/cantarell-bold-webfont.ttf") format('truetype'), url("assets/font/cantarell/cantarell-bold-webfont.svg#cantarellbold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cantarellboldoblique';
  src: url("assets/font/cantarell/cantarell-boldoblique-webfont.eot");
  src: url("assets/font/cantarell/cantarell-boldoblique-webfontd41d.eot?#iefix") format('embedded-opentype'), url("assets/font/cantarell/cantarell-boldoblique-webfont.woff") format('woff'), url("assets/font/cantarell/cantarell-boldoblique-webfont.ttf") format('truetype'), url("assets/font/cantarell/cantarell-boldoblique-webfont.svg#cantarellboldoblique") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cantarelloblique';
  src: url("assets/font/cantarell/cantarell-oblique-webfont.eot");
  src: url("assets/font/cantarell/cantarell-oblique-webfontd41d.eot?#iefix") format('embedded-opentype'), url("assets/font/cantarell/cantarell-oblique-webfont.woff") format('woff'), url("assets/font/cantarell/cantarell-oblique-webfont.ttf") format('truetype'), url("assets/font/cantarell/cantarell-oblique-webfont.svg#cantarelloblique") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cantarellregular';
  src: url("assets/font/cantarell/cantarell-regular-webfont.eot");
  src: url("assets/font/cantarell/cantarell-regular-webfontd41d.eot?#iefix") format('embedded-opentype'), url("assets/font/cantarell/cantarell-regular-webfont.woff") format('woff'), url("assets/font/cantarell/cantarell-regular-webfont.ttf") format('truetype'), url("assets/font/cantarell/cantarell-regular-webfont.svg#cantarellregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
==========================
*/
body {
  min-width: 1020px;
  font-size: 13px;
  font-family: "cantarellregular";
  line-height: 17px;
  color: #7f7977;
  background: #fff url("assets/bg/bg_diagonal_noise_cream.png") repeat-x left top;
}
.active {
  color: #ffd144;
}
a,
input {
  text-decoration: none;
  color: #23bbc0;
  border: none;
  background-color: transparent;
  -webkit-transition: color 0.25s;
}
a:hover,
input:hover {
  color: #ffd144;
  cursor: pointer;
}
a.important,
input.important {
  font-size: 13px;
  font-family: "ropa_sansregular";
  text-transform: uppercase;
}
a.right,
input.right {
  float: right;
  text-align: right;
}
a.title {
  color: #005ebd;
}
a.title:hover {
  color: #ffd144;
}
i {
  font-style: italic;
}
img {
  border: none;
}
img.imgShadow {
  margin-bottom: 20px;
  border: 3px solid #fff;
  box-shadow: 0px 5px 10px -7px #000;
}
p,
ol,
ul,
dl {
  margin-bottom: 20px;
}
ol li {
  list-style-position: inside;
  color: #005ebd;
}
ol li p,
ol li div,
ol li li {
  color: #aea7a3;
}
ol ul li {
  margin-bottom: 20px;
}
p {
  clear: both;
  line-height: 1.8em;
}
p.important {
  font-size: 14px;
  line-height: 1.5em;
  color: #23bbc0;
}
p.mark {
  font-size: 13px;
  font-style: italic;
}
p.mark a {
  text-decoration: underline;
}
p.right {
  margin: 30px 0px 10px;
  text-align: right;
}
li,
dt,
dd {
  margin-bottom: 5px;
}
input {
  font-size: 14px;
  font-family: "ropa_sansregular";
  outline: none;
}
input[type="text"] {
  padding: 6px 10px;
  width: 90%;
  color: #23bbc0;
  border: 1px solid #aea7a3;
  border-left-width: 2px;
  border-top-width: 2px;
  background-color: #fff;
}
input[type="text"]::placeholder {
    color:#23bbc0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 10px;
  width: 90%;
  color: #23bbc0;
  border: 1px solid #aea7a3;
  border-left-width: 2px;
  border-top-width: 2px;
  background-color: #fff;
}
input[type="text"].half {
  width: 45%;
}
input.submitDark {
  display: block;
  padding: 8px 35px 8px 10px;
  min-width: 160px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  background: #aea7a3 url("assets/icon/icons.png") no-repeat 105% -2665px;
}
input.submitDark:hover {
  background-color: #ffd144;
  background-position: 105% -2615px;
}
input.s-3 {
  padding: 6px 8px;
  width: 144px;
}
table {
  margin: 40px 0px 20px;
  width: 100%;
  text-align: left;
}
table td,
table th {
  vertical-align: middle;
}
table tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
table tr:hover td {
  background-color: #d7d5d4;
}
table thead th {
  color: #fff;
  background: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
table th {
  padding: 10px 10px;
  font-size: 13px;
  font-family: "ropa_sansregular";
  text-transform: uppercase;
  color: #aea7a3;
  background: #d9d3d2;
}
table th .icon-downloadMini {
  display: block;
  float: none;
  margin: 0px auto;
  width: 15px;
  height: 15px;
  background: transparent url("assets/icon/icons.png") center -3668px;
}
table th.right {
  text-align: right;
}
table td {
  padding: 6px 10px;
  background: #eceae9;
}
table td.important {
  background-color: #ffd144 !important;
}
table.border th {
  border: 1px solid #fff;
}
table.border_vertical tr {
  margin: 0px !important;
  border: none;
}
table.border_vertical th,
table.border_vertical td {
  border-top: none;
  border-right: 1px solid #fff;
  border-bottom: none;
  border-left: 1px solid #fff;
}
table.docs td {
  background-color: #ffd144 !important;
}
table.docs .documents .icon-file {
  background-position: center -5515px;
}
table.docs .documents .icon-pen {
  background-position: center -5215px;
}
table.docs .documents .icon-audio {
  background-position: center -5365px;
}
table .icon-monitor {
  float: none;
  margin: 0px auto;
}
table .icon-monitor:hover {
  background-position: center -5717px;
}
table.docs td {
  margin: 0px;
  padding-left: 0px;
}
table.docs .documents {
  margin: 0px;
  padding: 0px;
}
table .documents {
  float: right;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
table .documents li {
  list-style: none;
  float: left;
  margin-left: 10px;
}
table .documents .icon {
  display: block;
  margin: 0px;
  width: 25px;
  height: 25px;
  background: url("assets/icon/icons.png") no-repeat;
}
table .documents .icon-file {
  background-position: center -5915px;
}
table .documents .icon-file:hover {
  background-position: center -5565px;
}
table .documents .icon-pen {
  background-position: center -5865px;
}
table .documents .icon-pen:hover {
  background-position: center -5265px;
}
table .documents .icon-audio {
  background-position: center -5815px;
}
table .documents .icon-audio:hover {
  background-position: center -5415px;
}
table.even tr:nth-child(odd) td {
  background-color: #dfdad9 !important;
}
table.even tr:nth-child(even) td {
  background-color: #f3f0ef !important;
}
table td.green {
  color: #008000 !important;
}
table.white th {
  color: #fff;
}
table.white td {
  background-color: #d9d3d2;
}
table.colapseTop {
  margin-top: 0px !important;
}
table.colapseBottom {
  margin-bottom: 0px !important;
}
.presentation-primary {
  margin-bottom: 80px;
}
.presentation-primary h2 {
  margin: 0px;
  padding: 15px 25px !important;
  font-size: 14px;
  color: #fff !important;
  background-color: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.presentation-primary a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  position: relative;
  color: #aea7a3;
  background: #eceae9 url("assets/icon/icons.png") no-repeat 5px -3364px;
}
.presentation-primary a span {
  display: block;
  height: 35px;
  text-transform: uppercase;
}
.presentation-primary a span:first-child {
  padding: 0px 40px 0px 50px;
  line-height: 35px;
}
.presentation-primary a .icon {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  width: 35px !important;
  height: 35px !important;
  background-color: #ffd144;
}
.presentation-primary a .icon-monitor {
  background-position: center -5660px;
}
.presentation-primary a:hover {
  color: #fff;
  background-color: #ffd144;
}
.presentation-primary a:hover .icon-monitor {
  background-position: center -5710px;
}
.ico-list {
  background: #fff url("assets/icon/icons.png") no-repeat 103% -760px !important;
}
textarea {
  padding: 6px 5%;
  width: 90%;
  max-width: 90%;
  min-width: 90%;
  min-height: 80px;
  font-size: 14px;
  font-family: "ropa_sansregular";
  outline: none;
  color: #23bbc0;
  border: 1px solid #ececec;
  border-left-width: 2px;
  border-top-width: 2px;
}
label {
  font-size: 13px;
}
h1.important {
  text-transform: uppercase !important;
  color: #23bbc0 !important;
}
h1,
h2,
h3 {
  clear: both;
  margin: 40px 0px 30px;
  font-size: 20px;
  font-family: "ropa_sansregular";
  line-height: 25px;
  text-transform: uppercase;
  color: #005ebd;
}
h1.important,
h2.important,
h3.important {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  color: #005ebd;
}
h1.titleColor,
h2.titleColor,
h3.titleColor {
  color: #005ebd !important;
}
h1.titleColor a,
h2.titleColor a,
h3.titleColor a {
  color: #005ebd;
}
h1.titleColor a:hover,
h2.titleColor a:hover,
h3.titleColor a:hover {
  color: #ffd144;
}
h4 {
  margin: 10px 0px 20px 0px;
  font-size: 14px;
  font-family: "ropa_sansregular";
  color: #666;
}
.home h2 {
  color: #23bbc0;
}
.error {
  color: #f00 !important;
}
.error::placeholder {
    color: #f00 !important;
}
.content ul {
  padding-left: 20px;
  list-style-image: url("assets/bg/list_bg.png");
}
.list_dash {
  list-style-image: url("assets/bg/list_bg.png") !important;
}
ul li.half {
  float: left;
  width: 48%;
}
ul li.alpha {
  margin-right: 4%;
}
/*=====================
  HEADER
=======================*/
#header {
  float: left;
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
}
#header_mb {
  display: none;
}
.header-nav {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -510px;
  padding: 20px 30px 0px;
  width: 960px;
  min-height: 60px;
  background: #fff;
  box-shadow: 0px 2px 6px -4px #000;
}
.header-content {
  z-index: 0;
  position: relative;
  top: 0px;
  width: 100%;
  overflow: hidden;
}
.header-content:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -600px;
  width: 1200px;
  height: 10px;
  background: #00f;
  border-top-left-radius: 60px 20px;
  border-top-right-radius: 60px 20px;
  box-shadow: 0px 0px 20px 10px #f0eae7;
}
.header-content.home .slider {
  height: 415px;
  overflow: hidden;
}
.header-content.home label {
  top: 200px;
}
.header-content label {
  position: absolute;
  left: 50%;
  top: 150px;
  margin: 0px;
  margin-left: -510px;
  padding: 0px;
  width: 1020px;
  font-size: 30px;
  font-family: "ropa_sansregular";
  text-transform: uppercase;
  color: #fff;
}
.header-content label span {
  display: block;
  float: right;
  clear: both;
  margin-top: 5px;
  padding: 10px 15px;
  background-color: #02458d;
}
.header-content .slider {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  width: 1150px;
  height: 320px;
  overflow: hidden;
}
.header-content .slider li {
  margin: 0px;
}
/*=====================
  FOOTER
=======================*/
#footer_mb {
  display: none;
  float: left;
  clear: both;
  padding: 20px 4%;
  width: 92%;
  background: url("assets/bg/bg_diagonal_noise_blue.png");
}
#footer_mb .nav {
  float: left;
  margin: 0px 0px 10px;
  width: 100%;
  list-style: none;
}
#footer_mb .nav li {
  float: left;
  margin: 0px 13px 0px 0px;
  padding-left: 15px;
  text-align: center;
  text-decoration: underline;
  border-left: 1px solid #00707b;
}
#footer_mb .nav li:first-child {
  border: none;
  padding-left: 0px;
}
#footer_mb .nav a {
  color: #00707b;
}
#footer_mb .nav a:hover {
  color: #fff;
}
#footer {
  float: left;
  clear: both;
  padding: 50px 0px 40px;
  width: 100%;
  background: url("assets/bg/bg_diagonal_noise_blue.png");
}
#footer h3 {
  margin-top: 0px;
  font-size: 14px;
  color: #00707b;
}
#footer ul {
  list-style: none;
}
#footer li {
  margin-bottom: 20px;
}
#footer a {
  font-size: 14px;
  font-family: "ropa_sansregular";
  text-transform: uppercase;
  color: #00707b;
}
#footer a:hover,
#footer a.active {
  color: #fff;
}
#footer .container {
  margin: 0px auto;
  width: 950px;
}
#footer .col {
  float: left;
  margin-left: 1%;
  width: 24%;
}
#footer .col:first-child {
  margin-left: 0px;
  margin-right: 0px;
}
#footer .airports li {
  margin-bottom: 10px;
}
#footer .airports a {
  text-transform: capitalize;
}
#footer .list_dash {
  margin-left: 15px;
}
#footer .list_dash a {
  color: #005ebd;
}
#footer .list_dash a:hover,
#footer .list_dash a.active {
  color: #fff;
}
.logo {
  display: block;
  float: left;
  margin-top: 10px;
/*width:146px
  height:50px
  text-indent:-999px
  overflow:hidden
  background:url($logo/logo_asur.png) no-repeat left top*/
}
.logo span {
  display: none;
}
#nav-main {
  float: right;
  clear: right;
  margin: 8px 0px 10px 0px;
  list-style: none;
  padding: 0px;
}
#nav-main >li {
  position: relative;
  float: left;
  margin: 0px;
  padding: 10px 9px 13px 9px;
  border: 1px solid #fff;
  border-bottom: none;
}
#nav-main >li:first-child {
  margin-left: 0px;
}
#nav-main >li.submenu:hover {
  border-color: #f1f0ee;
  background: #fff;
}
#nav-main >li.submenu:hover >a {
  color: #ffd144 !important;
}
#nav-main >li.submenu:hover div {
  display: block;
}
#nav-main a {
  font-size: 14px;
  font-family: "ropa_sansregular";
  text-decoration: none;
  text-transform: uppercase;
  color: #23bbc0;
}
#nav-main a:hover,
#nav-main a.active {
  color: #ffd144;
}
#nav-main .important {
  color: #005ebd;
}
#nav-main .macro {
  z-index: -1;
  display: block;
  position: absolute;
  top: 40px;
  left: -305px;
  margin: 0px;
  padding: 25px;
  list-style: none;
  border: 1px solid #f1f0ee;
  background: #fff;
  box-shadow: 0px 7px 5px -8px #000;
}
#nav-main .macro li {
  list-style: none;
}
#nav-main .macro h3 {
  margin: 0px 0px 10px;
  font-size: 12px;
  color: #ccc;
}
#nav-main .macro h3 a {
  font-size: 12px;
  color: #aea7a3;
}
#nav-main .macro h3 a:hover {
  color: #ffd144;
}
#nav-main .macro .nav {
  float: left;
  margin: 0px 0px 0px 20px;
  padding: 0px !important;
}
#nav-main .macro .nav li {
  width: 150px;
  margin: 12px 0px 12px;
  padding: 0px;
  list-style-image: url("assets/bg/list_bg.png") !important;
}
#nav-main .macro .nav >li {
  margin: 0px;
  padding: 12px 0px;
}
#nav-main .macro .nav >li:hover >a {
  color: #ffd144 !important;
}
#nav-main .macro.prensa {
  display: none;
  width: 650px;
}
#nav-main .macro.prensa .cont {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  width: 439px;
  border-left: 1px dotted #dad2ce;
}
#nav-main .macro.prensa .cont >li {
  margin-top: 30px;
}
#nav-main .macro.prensa .cont >li:first-child {
  margin-top: 0px;
}
#nav-main .macro.prensa .cont h2 {
  margin: 0px;
  font-size: 14px;
  line-height: 1.5em;
}
#nav-main .macro.prensa .cont h3 {
  margin: 0px;
  font-size: 12px;
  font-family: "cantarellregular";
  line-height: 1.5em;
  text-transform: none;
  color: #787775;
}
#nav-main .macro.prensa .cont p {
  margin: 0px;
  font-size: 12px;
  line-height: 1.5em;
  color: #aea7a3;
}
#nav-main .macro.prensa .cont p a {
  float: right;
  text-transform: capitalize;
}
#nav-main .macro.inversionistas,
#nav-main .macro.pasajeros {
  left: -170px;
  width: 410px;
  display: none;
}
#nav-main .macro.inversionistas .nav,
#nav-main .macro.pasajeros .nav{
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
  width: 170px;
}
#nav-main .macro.inversionistas .nav:first-child,
#nav-main .macro.pasajeros .nav:first-child {
  margin-right: 20px;
  border-right: 1px dotted #dad2ce;
}
#nav-main .macro.inversionistas .nav ul,
#nav-main .macro.pasajeros .nav ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 150px;
  padding: 0px 10px 0px 40px;
  width: 350px;
  min-height: 195px;
  border-right: 1px dotted #dad2ce;
}
#nav-main .macro.inversionistas .nav ul li,
#nav-main .macro.pasajeros .nav ul li {
  list-style: none !important;
  float: left;
  width: 50%;
}
#nav-main .macro.inversionistas .nav ul a,
#nav-main .macro.pasajeros .nav ul a {
  color: #005ebd;
  font-size: 13px !important;
}
#nav-main .macro.inversionistas .nav ul a:hover,
#nav-main .macro.pasajeros .nav ul a:hover {
  color: #ffd144;
}

#nav-main .macro.conoce-asur{
  width: 200px;
  left: -55px;
}

#nav-main .macro.conoce-asur .nav{
  border: none !important;
}

.language {
  margin: 0px;
  padding: 0px;
}
.language li {
  float: left;
  list-style: none;
  margin: 10px 0px 0px !important;
  padding: 0px 5px !important;
  height: 15px;
  font-size: 13px;
  font-family: "ropa_sansregular";
  text-transform: uppercase;
  color: #d6d2d1;
}
.language li:first-child {
  border-right: 1px solid #aea7a3;
}
.language li a {
  color: #aea7a3;
  line-height: 15px !important;
}
.language li a:hover {
  color: #ffd144;
}
#nav-airports {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin: 0px 0px 0px -475px;
  padding-left: 50px;
  width: 899px;
  list-style: none;
}
#nav-airports:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  background: #ffd144 url("assets/icon/icons.png") no-repeat 0px -1750px;
  box-shadow: 0px -10px 10px -10px #daa400 inset;
}
#nav-airports li {
  float: left;
  margin: 0px;
  padding: 0px 18px 0px 19px;
  height: 49px;
  border-bottom: 1px solid #ccc;
  background-color: #fff9f5;
  box-shadow: 0px -10px 10px -10px #aea7a3 inset;
}
#nav-airports a {
  font-size: 15px;
  font-family: "ropa_sansregular";
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  color: #aea7a3;
}
#nav-airports a:hover,
#nav-airports a.active {
  color: #ffd144;
}
#nav-section {
  clear: both;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
#nav-section >li {
  background: #fff;
}
#nav-section li {
  margin: 0px;
}
#nav-section li:hover > ul,
#nav-section li.active > ul {
  display: block;
}
#nav-section li >ul {
  display: none;
  margin: 0px;
  padding: 0px;
}
#nav-section li >ul li {
  margin-bottom: 2px;
  background: #f6f4f1;
}
#nav-section li >ul a {
  padding-left: 10px;
  padding-right: 50px;
  box-shadow: none;
}
#nav-section li >ul a span {
  left: auto;
  right: 10px;
  background-position: 0px -2612px;
}
#nav-section li >ul a .icon-download {
  background-position: center 0px !important;
}
#nav-section li >ul a:hover,
#nav-section li >ul a.active {
  color: #fff;
  background: #ffd144 !important;
}
#nav-section li >ul a:hover span,
#nav-section li >ul a.active span {
  background-position: 0px -2612px;
}
#nav-section li >ul a:hover .icon-download,
#nav-section li >ul a.active .icon-download {
  background-position: center -150px;
}
#nav-section a {
  display: block;
  position: relative;
  padding: 16px 10px 16px 50px;
  font-size: 16px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  color: #aea7a3;
  box-shadow: 0px 6px 10px -10px #ccc;
}
#nav-section a .icon-download {
  background-position: center -5px;
}
#nav-section a:hover,
#nav-section a.active {
  color: #ffd144;
}
#nav-section a:hover span,
#nav-section a.active span {
  background-position: 0px -3412px;
}
#nav-section a:hover .icon-download,
#nav-section a.active .icon-download {
  background-position: center -155px;
}
#nav-section a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url("assets/icon/icons.png") no-repeat 0px -3262px;
}
#nav-socialTools {
  position: relative;
  float: right;
  list-style: none;
  margin: 0px 0px 70px;
  box-shadow: 0px 5px 7px -7px #000;
}
#nav-socialTools li {
  float: left;
  margin: 0px 0px 0px 1px;
}
#nav-socialTools a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f6f4f1;
}
#nav-socialTools a>span {
  z-index: 1;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: -50px;
  padding-right: 5%;
  width: 95%;
  height: 50px;
  font-size: 18px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  line-height: 50px;
  color: #fff;
  background: #ffd144;
  -webkit-transition: width 0.2s, padding-right 0.2s;
}
#nav-socialTools a>span:first-child {
  z-index: 2;
  padding: 0px;
  width: 50px;
  background: url("assets/icon/icons.png") no-repeat 0px -350px;
}
#nav-socialTools a:hover > span {
  display: block;
}
#nav-socialTools .ico-transport {
  background-image: url("assets/icon/icons.png");
  background-repeat: no-repeat;
  background-position: 0px -700px;
}
#nav-socialTools .ico-transport:hover {
  background-image: url("assets/icon/icons.png");
  background-repeat: no-repeat;
  background-position: 0px -650px;
}
#nav-socialTools .ico-location {
  background-image: url("assets/icon/icons.png");
  background-repeat: no-repeat;
  background-position: 0px -1200px;
}
#nav-socialTools .ico-location:hover {
  background-image: url("assets/icon/icons.png");
  background-repeat: no-repeat;
  background-position: 0px -1150px;
}
#nav-socialTools .ico-contact {
  background-image: url("assets/icon/icons.png");
  background-repeat: no-repeat;
  background-position: 0px -1450px;
}
#nav-socialTools .ico-contact:hover {
  background-image: url("assets/icon/icons.png");
  background-repeat: no-repeat;
  background-position: 0px -1400px;
}
#nav-socialTools .ico-twitter {
  background-image: url("assets/icon/icons.png");
  background-repeat: no-repeat;
  background-position: 0px -2000px;
}
#nav-socialTools .ico-twitter:hover {
  background-image: url("assets/icon/icons.png");
  background-repeat: no-repeat;
  background-position: 0px -1950px;
}
.fontTools {
  float: left;
  width: 100%;
}
.fontTools li {
  float: left;
  margin: 0px 5px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  background: url("assets/icon/icons.png") no-repeat;
  cursor: pointer;
}
.fontTools .fontSize_large {
  width: 11px;
  height: 12px;
  background-position: 0px -3457px;
}
.fontTools .fontSize_large:hover,
.fontTools .fontSize_large.active {
  background-position: -11px -3457px;
}
.fontTools .email {
  width: 18px;
  height: 12px;
  background-position: -30px -3470px;
}
.fontTools .email:hover,
.fontTools .email.active {
  background-position: 0px -3485px;
}
.fontTools .print {
  margin-top: -1px;
  width: 15px;
  height: 16px;
  background-position: 0px -3469px;
}
.fontTools .print:hover,
.fontTools .print.active {
  background-position: -15px -3469px;
}
.fontTools .fontSize_normal {
  width: 8px;
  height: 12px;
  background-position: -35px -3457px;
}
.fontTools .fontSize_normal:hover,
.fontTools .fontSize_normal.active {
  background-position: -43px -3457px;
}
.fontTools .fontSize_mini {
  width: 7px;
  height: 12px;
  background-position: -21px -3457px;
}
.fontTools .fontSize_mini:hover,
.fontTools .fontSize_mini.active {
  background-position: -28px -3457px;
}
.breadcrum {
  float: right;
  margin: 15px 0px 25px;
  list-style: none;
}
.breadcrum li {
  float: left;
  margin-left: 5px;
}
.breadcrum li:first-child {
  margin: 0px;
}
.breadcrum a {
  color: #7f7977;
}
.breadcrum a:hover {
  color: #ffd144;
}
.nav-services {
  float: left;
  margin: 40px 0px 20px 0px;
  padding: 30px 0px 0px 0px !important;
  width: 100%;
  border-top: 1px dotted #dad2ce;
}
.nav-services li {
  float: right;
}
.nav-services li a {
  display: block;
  width: 34px;
  height: 34px;
  text-align: left;
  text-indent: -9999px;
  list-style: none;
  border: 3px solid #ffd144;
  background: #fff url("assets/icon/icons.png") no-repeat center -3415px;
}
.nav-services li a:hover {
  background-position: center -3365px;
  background-color: #ffd144;
}
.nav-services li.prev {
  float: left;
}
.nav-services li.prev a {
  background-position: center -4311px;
}
.nav-services li.prev a:hover {
  background-position: center -4011px;
}
.nav-numeric {
  margin: 20px 0px 0px;
}
.nav-numeric.absolute >.nav {
  position: absolute;
  top: 0px;
  left: 1px;
}
.nav-numeric li {
  list-style: none;
}
.nav-numeric >.nav {
  float: left;
  padding: 0px;
  width: 100%;
}
.nav-numeric >.nav li {
  position: relative;
  float: left;
  padding: 9px 33px 5px 10px;
  min-width: 90px;
  font-size: 13px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  background-color: #e6e3e1;
  cursor: pointer;
}
.nav-numeric >.nav li span {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
  padding: 0px 5px;
  font-size: 16px;
  text-align: center;
  color: #aea7a3;
  border: 2px solid #aea7a3;
  border-radius: 20px;
}
.nav-numeric >.nav li:hover,
.nav-numeric >.nav li.active {
  color: #fff;
  background-color: #ffd144;
}
.nav-numeric >.nav li:hover span,
.nav-numeric >.nav li.active span {
  color: #fff;
  border-color: #fff;
}
.nav-numeric >.cont {
  padding: 0px;
}
.nav-numeric >.cont >li {
  display: none;
}
.nav-numeric >.cont >li:first-child {
  display: block;
}
.nav-numeric >.cont img {
  border: none !important;
  box-shadow: none !important;
}
a:hover .icon-left.bus {
  background-position: center -613px !important;
}
a:hover .icon-left.dolar {
  background-position: center -4566px !important;
}
a:hover .icon-left.banca {
  background-position: center -4466px !important;
}
a:hover .icon-left.engrane {
  background-position: center -4666px !important;
}
a:hover .icon-left.wifi {
  background-position: center -4766px !important;
}
a:hover .icon-left.tel {
  background-position: center -1365px !important;
}
a:hover .icon-left.suitcase {
  background-position: center -4867px !important;
}
a:hover .icon-left.faq {
  background-position: center -5067px !important;
}
a:hover .icon-left.item-list {
  background-position: center -4967px !important;
}
.icon-left {
  position: absolute;
  left: 10px !important;
  width: 24px !important;
  height: 24px !important;
}
.icon-left.bus {
  background-position: center -663px;
}
.icon-left.dolar {
  background-position: center -4616px;
}
.icon-left.banca {
  background-position: center -4516px;
}
.icon-left.engrane {
  background-position: center -4716px;
}
.icon-left.wifi {
  background-position: center -4816px;
}
.icon-left.tel {
  background-position: center -1415px !important;
}
.icon-left.suitcase {
  background-position: center -4917px !important;
}
.icon-left.faq {
  background-position: center -5117px !important;
}
.icon-left.item-list {
  background-position: center -5017px !important;
}
#search {
  float: right;
}
#search ul {
  margin: 0px;
  padding: 0px;
  float: left;
}
#search ul li {
  float: left;
  margin: 0px;
  width: auto;
  list-style: none;
}
#search ul a {
  line-height: 35px;
}
#search input[type="text"] {
  float: right;
  padding-right: 30px;
  width: 70%;
  color: #aea7a3;
  background: url("assets/icon/icons.png") no-repeat 105% -3710px;
}
#search .submit {
  display: none;
}
.search_result-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.search_result-list >li {
  margin-bottom: 35px;
  padding-bottom: 25px;
  list-style: none;
  border-bottom: 1px dotted #dad2ce;
}
.search_result-list h2 a {
  font-size: 18px;
  color: #005ebd;
}
.search_result-list h2 a:hover {
  color: #ffd144;
}
.search_result-list .imgContainer {
  height: 170px;
  overflow: hidden;
}
.search_result-nav {
  float: right;
  padding: 0px;
  list-style: none;
}
.search_result-nav li {
  float: left;
  margin-left: 6px;
  list-style: none;
  color: #23bbc0;
}
.search_result-nav a {
  display: block;
  padding: 0px 4px;
  font-size: 14px;
  color: #ffd144;
}
.search_result-nav a:hover {
  color: #23bbc0;
}
#content-main {
  position: relative;
  clear: both;
  margin: 0px auto;
  padding: 35px 40px 50px;
  width: 950px;
  min-height: 950px;
}
#content-main .content {
  position: relative;
  float: right;
  margin-right: 237px;
  padding-bottom: 100px;
  width: 450px;
}
#content-main .content-investors{
  min-height: 700px;
  width: 400px;
}
#content-main .content h2 {
  color: #23bbc0;
}
#content-main .content h2:first-child,
#content-main .content h3:first-child {
  margin-top: 0px;
}
#content-main .content.miniTxt p {
  font-size: 70%;
}
#content-main .content.normalTxt p {
  font-size: 100%;
}
#content-main .content.hugeTxt p {
  font-size: 120%;
}
#content-main.home .content {
  padding-bottom: 70px;
}
#content-main .content.full {
  margin-right: 60px;
  width: 590px;
}
#content-main .content.historia {
  margin-right: 60px;
  width: 650px;
}
#content-main .content.historia .container-historia {
  position: relative;
  background: url("assets/bg/bg_historia.png") no-repeat left top;
  height: 670px;
}
#content-main .content.all {
  margin: 0px;
  width: 100%;
}
#content-main .content.center {
  float: left;
  margin: 0px 100px;
  width: 700px;
}
#content-main .bg {
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  width: 270px;
  height: 210px;
}
#content-main .bg.icon_P,
#content-main .bg.icon_C,
#content-main .bg.icon_G,
#content-main .bg.icon_N,
#content-main .bg.icon_I,
#content-main .bg.icon_RS,
#content-main .bg.icon_B,
#content-main .bg.icon_SM,
#content-main .bg.icon_SP {
  background: url("assets/icon/content_bg.png") no-repeat;
}
#content-main .bg.icon_C {
  background-position: 0px 0px;
}
#content-main .bg.icon_G {
  background-position: -270px 0px;
}
#content-main .bg.icon_I {
  background-position: 0px -210px;
}
#content-main .bg.icon_N {
  background-position: -270px -210px;
}
#content-main .bg.icon_P {
  background-position: -540px 0px;
}
#content-main .bg.icon_B {
  background-position: -540px -210px;
}
#content-main .bg.icon_RS {
  background-position: 0px -420px;
}
#content-main .bg.icon_SM {
  background-position: -270px -420px;
}
#content-main .bg.icon_SP {
  background-position: -540px -420px;
}
.content-header {
  float: left;
  margin-bottom: 50px;
  width: 650px;
  border-bottom: 1px dotted #dad2ce;
}
.home #lateral {
  top: auto;
}
#lateral {
  position: absolute;
  top: 180px;
  right: 0;
  width: 206px;
}
#lateral>div h2:first-child,
#lateral>div h3:first-child,
#lateral>div h4:first-child {
  margin-top: 0px;
}
#lateral >ul {
  padding-left: 0px !important;
  list-style: none;
}
#lateral .title-icon {
  margin-bottom: 20px;
}
#lateral .title-icon:first-child {
  margin-top: 0px !important;
}
#aside {
  float: left;
  padding: 0px 0px 100px 0px;
  width: 225px;
}
#aside.home {
  padding-bottom: 70px;
}
#aside>div {
  float: left;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
  border-top: 1px dotted #dad2ce;
}
#aside>div:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border: none;
}
#aside>div:first-child h2:first-child,
#aside>div:first-child h3:first-child {
  margin-top: 0px;
}
#aside p {
  margin-bottom: 30px;
  padding-left: 0px;
  line-height: 1.5em;
}
#aside .important {
  margin-top: 20px;
  font-size: 14px;
}
#aside ul {
  padding: 0px;
  list-style: none;
}
#aside .fontTools {
  float: right;
  margin-bottom: 30px;
  width: auto;
}
#aside .alone:first-child {
  margin-top: 0px !important;
}
#aside h2.mini {
  margin-bottom: 0px !important;
}
#aside .aside-twitter {
  border: none;
}
#aside input.ico-list {
  width: 157px !important;
  padding-right: 35px !important;
}
#content-news {
  float: left;
  clear: both;
  padding: 40px 0px 20px;
  width: 100%;
  background: #f6f4f1;
}
#content-news h2 {
  font-size: 20px;
  color: #005ebd;
}
#content-news h2 a {
  color: #005ebd;
}
#content-news h2 a:hover {
  color: #ffd144;
}
#content-news h3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
#content-news p {
  margin-top: 10px;
}
#content-news .container {
  margin: 0px auto;
  width: 950px;
}
#content-news .col {
  float: left;
  margin-left: 5%;
  width: 30%;
}
#content-news .col:first-child {
  margin-left: 0px;
  margin-right: 0px;
}
#content-news .slider h3 {
  margin-top: 0px;
}
.no-encontrado {
  margin: 0px;
  padding: 300px 0px 0px 0px !important;
  list-style: none;
  background: url("assets/bg/error_404.jpg") no-repeat center top;
}
.no-encontrado li {
  float: left;
  margin-left: 9%;
  width: 20%;
  list-style: none;
}
.no-encontrado li:first-child {
  margin: 0px 0px 30px 0px;
  width: 100%;
  font-size: 30px;
  font-family: "ropa_sansregular";
  text-align: center;
  text-transform: uppercase;
  color: #23bbc0;
}
.no-encontrado h2 {
  margin-bottom: 0px;
  font-size: 30px;
}
.site_info {
  float: right;
  margin-top: 60px;
  width: 49%;
}
.copy {
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 18px;
  color: #00707b;
}
.weather {
  margin: -10px 0px 50px;
  padding: 0px 25px 0px 15px;
  font-size: 13px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  color: #7f7977;
}
.weather span {
  display: block;
  margin-bottom: -5px;
  padding: 40px 0px 0px;
  width: 145px;
  height: 60px;
  font-size: 20px;
  font-family: "cantarellregular";
  text-align: center;
  letter-spacing: -2px;
  color: #ffd144;
  background: url("assets/weather/weather.png") no-repeat;
}
.weather.ico-1 span {
  background-position: 0px 0px;
}
.weather.ico-2 span {
  background-position: -145px 0px;
}
.weather.ico-3 span {
  background-position: 0px -100px;
}
.weather.ico-4 span {
  background-position: -145px -100px;
}
.weather.ico-5 span {
  background-position: -290px 0px;
}
.weather.ico-6 span {
  background-position: -290px -100px;
}
.weather.ico-7 span {
  background-position: 0px -200px;
}
.weather.ico-8 span {
  background-position: -145px -200px;
}
.weather.ico-9 span {
  background-position: -290px -200px;
}
.weather.ico-10 span {
  background-position: 0px -300px;
}
.weather.ico-11 span {
  background-position: -145px -300px;
}
.weather.ico-12 span {
  background-position: -290px -300px;
}
.weather.ico-13 span {
  background-position: -435px 0px;
}
.weather.ico-14 span {
  background-position: -435px -100px;
}
.weather.ico-15 span {
  background-position: -435px -200px;
}
.weather.ico-16 span {
  background-position: -435px -300px;
}
.weather.ico-17 span {
  background-position: 0px -400px;
}
.weather.ico-18 span {
  background-position: -145px -400px;
}
.weather.ico-19 span {
  background-position: -290px -400px;
}
.weather.ico-20 span {
  background-position: -435px -400px;
}
.weather.ico-21 span {
  background-position: -580px 0px;
}
.weather.ico-22 span {
  background-position: -580px -100px;
}
.weather.ico-23 span {
  background-position: -580px -200px;
}
.weather.ico-24 span {
  background-position: -580px -300px;
}
.weather.ico-25 span {
  background-position: -580px -400px;
}
.weather.ico-26 span {
  background-position: 0px -500px;
}
.weather.ico-27 span {
  background-position: -145px -500px;
}
.weather.ico-28 span {
  background-position: -290px -500px;
}
.weather.ico-29 span {
  background-position: -435px -500px;
}
.weather.ico-30 span {
  background-position: -580px -500px;
}
.weather.ico-31 span {
  background-position: 0px -600px;
}
.weather.ico-32 span {
  background-position: -145px -600px;
}
.weather.ico-33 span {
  background-position: -290px -600px;
}
.weather.ico-34 span {
  background-position: -435px -600px;
}
.weather.ico-35 span {
  background-position: -580px -600px;
}
.weather.ico-36 span {
  background-position: -725px 0px;
}
.weather.ico-37 span {
  background-position: -725px -100px;
}
.weather.ico-38 span {
  background-position: -725px -200px;
}
.weather.ico-39 span {
  background-position: -725px -300px;
}
.weather.ico-40 span {
  background-position: -725px -400px;
}
.weather.ico-41 span {
  background-position: -725px -500px;
}
.weather.ico-42 span {
  background-position: -725px -600px;
}
.site-map {
  padding: 0px !important;
}
.site-map >li {
  float: left;
  margin: 0px 2.5%;
  padding-left: 0px;
  width: 45%;
  list-style: none;
}
.site-map >li .r {
  float: right !important;
  clear: right;
}
.site-map >li:first-child h2 {
  padding-top: 0px;
}
.site-map >li a {
  color: #aea7a3;
}
.site-map >li.full {
  margin: 0px;
  width: 100%;
}
.site-map >li.full >ul> li {
  float: left;
  width: 50%;
}
.site-map >li >ul >li >a {
  font-size: 16px;
  color: #aea7a3;
}
.site-map >li >ul >li ul {
  margin: 10px 0px;
}
.site-map >li >ul >li ul a {
  font-size: 14px;
  color: #23bbc0;
}
.site-map >li >ul >li ul ul a {
  font-size: 12px;
  color: #005ebd;
}
.site-map >li a {
  font-size: 16px;
}
.site-map >li a:hover {
  color: #ffd144;
}
.site-map h2 {
  margin: 0px 0px 30px 0px;
  padding: 50px 0px 30px 0px;
  border-bottom: 1px dotted #dad2ce;
}
.site-map h2 a {
  font-size: 18px;
  color: #005ebd;
}
.site-map h2 a:hover {
  color: #ffd144;
}
.title-section {
  display: block;
  margin: 0px !important;
  width: 100%;
  font-size: 30px;
  font-family: "ropa_sansregular";
  line-height: 30px;
  text-align: right;
  text-transform: uppercase;
  color: #005ebd;
}
.title-bigDetail {
  font-size: 30px;
  font-weight: normal;
  color: #aea7a3;
}
.title-icon {
  display: block;
  clear: both;
  margin-bottom: 5px;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 5px 7px -7px #000;
}
.title-icon.desc span {
  line-height: 45px;
}
.title-icon.mini {
  margin-bottom: 20px;
}
.title-icon.mini span {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 13px;
  line-height: 35px !important;
  white-space: nowrap;
}
.title-icon.mini span:first-child {
  padding: 0px !important;
  width: 35px;
  height: 35px;
}
.title-icon.mini .icon-download {
  background-position: center -558px;
}
.title-icon.mini:hover .icon-download {
  background-position: center -107px;
}
.title-icon.double span {
  padding: 10px 20px 10px 70px;
  font-size: 16px;
  font-weight: normal;
  line-height: 15px;
}
.title-icon.double span:first-child {
  padding: 0px;
}
.title-icon span {
  display: block;
  padding: 0px 15px 0px 60px;
  font-size: 18px;
  font-family: "ropa_sansregular";
  line-height: 50px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  color: #7f7977;
}
.title-icon span:first-child {
  display: block;
  float: left;
  padding: 0px;
  width: 50px;
  height: 50px;
}
.title-icon span strong {
  display: block;
  margin-top: -13px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #23bbc0;
}
.title-icon input[type="submit"] {
  -webkit-appearance: button;
  display: block;
  width: 170px;
  height: 50px;
  font-size: 18px;
  font-family: "ropa_sansregular";
  line-height: 50px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  color: #7f7977;
  border: 0px;
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
}
.title-icon input[type="submit"]:hover {
  color: #ffd144;
}
.title-icon.external {
  background: url("assets/icon/icons.png") no-repeat 185px -2657px;
}
.title-icon.external span {
  padding-right: 30px !important;
  line-height: 45px;
}
.title-icon.external span:first-child {
  padding-right: 0px !important;
}
.title-icon.left {
  float: left;
  margin-bottom: 30px;
}
.title-icon.right {
  float: right;
  margin-bottom: 30px;
}
.title-icon.dark {
  background-color: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.title-icon.dark span {
  font-size: 14px;
  padding-left: 60px;
  line-height: 50px;
  color: #fff;
}
.title-icon.dark span:first-child {
  padding-left: 0px;
  background-color: #ffd144;
}
.title-icon.dark:hover span {
  color: #fff !important;
  background-color: #ffd144;
}
.title-icon.dark:hover strong {
  color: #fff !important;
}
.title-icon.dark strong {
  margin-top: -15px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 12px;
  color: #ffd144;
}
.title-icon.dark.sub span {
  line-height: 45px;
}
.title-icon.dark.sub .icon-download {
  background-position: center -50px;
}
.title-icon.dark.sub:hover .icon-download {
  background-position: center -100px;
}
.title-icon.dark .icon-download {
  background-position: center -57px;
}
.title-icon.alone {
  margin: 60px 0px 60px !important;
}
.title-icon.onTop {
  margin: 20px 0px 50px !important;
}
a.title-icon:hover span {
  color: #ffd144;
}
.icon {
  display: block;
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  text-align: left;
  text-indent: -999px;
  background: #23bbc0;
  overflow: hidden;
}
.icon-search {
  background: #23bbc0 url("assets/icon/icons.png") no-repeat center -1550px;
}
.icon-link {
  background: #23bbc0 url("assets/icon/icons.png") no-repeat center -300px;
}
.icon-external_link {
  background: #23bbc0 url("assets/icon/icons.png") no-repeat;
}
.icon-download {
  background: #23bbc0 url("assets/icon/icons.png") no-repeat center -550px;
}
.icon-monitor {
  width: 20px;
  height: 20px;
  background: transparent url("assets/icon/icons.png") no-repeat center -5767px;
}
.dark .icon-download {
  background: url("assets/icon/icons.png") no-repeat center -50px;
}
.dark:hover .icon-download {
  background-position: center -100px;
}
.icon-twitter {
  background: #23bbc0 url("assets/icon/icons.png") no-repeat 0px -1850px;
}
.link-external {
  display: block;
  position: relative;
  padding-right: 50px;
}
.link-external a {
  display: block;
  position: relative;
}
.link-external span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: url("assets/icon/icons.png") no-repeat center -2523px;
}
.link-external:hover span {
  background-position: center -2673px;
}
.title-flight {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  background: #fff9f5;
  box-shadow: 0px 5px 7px -7px #000;
}
.title-flight>span {
  float: left;
  margin: 20px 0px 0px 20px;
  font-size: 24px;
  font-family: "ropa_sansregular";
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #7f7977;
}
.title-flight>span span {
  font-size: 20px;
  font-family: "cantarellregular";
  text-transform: capitalize;
  color: #daa400;
}
.title-flight em {
  float: left;
  display: block;
  width: 90px;
  height: 90px;
  background: #ffd144 url("assets/icon/ico_flight_title.png") no-repeat;
text-indent: -999px;
}
.downloads {
  float: left;
  width: 100%;
}
.downloads li {
  display: block;
  float: left;
}
.downloads li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: left;
  text-indent: -9999px;
  border-right: 1px solid #ffdc71;
  border-left: 1px solid #e7b93c;
  background-color: #ffd144;
  background-image: url("assets/icon/icons.png");
  background-repeat: no-repeat;
  overflow: hidden;
}
.downloads li:first-child a {
  border-left: none;
}
.list-wDate,
.date {
  float: left;
  padding: 0px !important;
  width: 100%;
/*ul{
    float:left
    width:100%
    margin:20px 0px 0px
    padding:0px
    li{
      list-style:none
      &:first-child{
        margin-right:4%
      }
    }
  }*/
}
.list-wDate.events,
.date.events {
  margin-top: 40px;
}
.list-wDate.events >li,
.date.events >li {
  padding: 15px 0px 20px;
  border-bottom: 1px dotted #dad2ce;
}
.list-wDate.events h3,
.date.events h3 {
  color: #ffd144;
}
.list-wDate.events h3,
.date.events h3,
.list-wDate.events p,
.date.events p,
.list-wDate.events strong,
.date.events strong {
  width: 60%;
}
.list-wDate .downloads,
.date .downloads {
  position: absolute;
  float: none;
  top: 0px;
  right: 0px;
  width: auto;
}
.list-wDate h3,
.date h3 {
  position: relative;
  margin-bottom: 0px;
  padding-left: 35px;
  font-size: 14px;
  line-height: 18px;
}
.list-wDate h3 span,
.date h3 span {
  display: block;
  position: absolute;
  left: 3px;
  bottom: 0px;
  width: 23px;
  height: 23px;
  background: #f00;
  float: left;
  background: url("assets/icon/icons.png") no-repeat center -5166px;
}
.list-wDate strong,
.date strong {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
  color: #d7d3d2;
}
.list-wDate strong span,
.date strong span {
  font-size: 20px;
  font-weight: bold;
}
.list-wDate p,
.date p {
  padding-left: 35px;
}
.list-wDate >li,
.date >li {
  position: relative;
  float: left;
  margin-bottom: 40px;
  width: 100%;
  list-style: none;
}
.list-wDate.results,
.date.results {
  margin-top: 45px;
}
.list-wDate.results >li,
.date.results >li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #dad2ce;
}
.list-wDate.results ul,
.date.results ul {
  list-style: none;
}
.list-wDate.mini,
.date.mini {
  margin-top: 10px;
}
.list-consejo {
  text-align: right;
}
.list-consejo th,
.list-consejo td {
  position: relative;
  vertical-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.list-consejo thead th {
  padding: 20px 30px;
  font-size: 20px;
  font-family: "ropa_sansregular";
  text-transform: uppercase;
  color: #fff;
}
.list-consejo thead th span {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -15px;
  width: 43px;
  height: 32px;
  background: url("assets/icon/comite.png") no-repeat left top;
}
.list-consejo td {
  padding: 0px;
}
.list-consejo th {
  border-top: 2px solid #fff;
  padding: 14px 30px;
  font-size: 16px;
  font-family: "cantarellregular";
  text-transform: none;
  color: #ffd144;
  text-align: center;
}
.list-consejo a {
  display: block;
  position: relative;
  padding: 12px 40px 12px 30px;
  min-height: 22px;
  font-size: 18px;
  font-family: "ropa_sansregular";
  color: #fff;
}
.list-consejo a strong {
  display: block;
  font-weight: normal;
}
.list-consejo a em {
  font-size: 13px;
  font-family: "cantarellregular";
  color: #ffd144;
}
.list-consejo a span {
  position: absolute;
  top: 50%;
  right: 12px;
  margin: -10px 0px 0px 20px;
  width: 20px;
  height: 20px;
  background: url("assets/icon/icons.png") no-repeat center -2672px;
}
.list-consejo a:hover {
  background-color: #ffd144;
}
.list-consejo a:hover span {
  background-position: center -2622px;
}
.list-consejo a:hover em {
  color: #fff;
}
.home .previewServices {
  border-bottom: 1px dotted #dad2ce;
}
.previewServices {
  float: left;
  margin: 0px 0px 40px 0px;
  padding: 0px !important;
  width: 100%;
  list-style: none;
  list-style-image: none !important;
}
.previewServices.pag {
  border-bottom: 1px dotted #dad2ce;
}
.previewServices>li {
  float: left;
  margin: 0px 0px 30px;
  padding: 30px 0px 0px;
  width: 100%;
  border-top: 1px dotted #dad2ce;
}
.previewServices>li h3 {
  clear: none;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 245px;
  font-size: 16px;
  color: #7f7977;
}
.previewServices>li p {
  clear: none;
  padding-left: 245px !important;
  min-height: 90px;
}
.previewServices>li img {
  margin-bottom: 10px;
  float: left;
  border: 3px solid #fff;
  box-shadow: 0px 5px 10px -7px #000;
}
.previewServices>li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.previewServices.border {
  margin-bottom: 30px;
  border-bottom: 1px dotted #dad2ce;
}
.previewServices h2 {
  margin-bottom: 10px;
}
.previewServices ul {
  margin: 0px;
  padding: 0px;
}
.col {
  float: left;
  margin: 0px 0px 20px 3%;
  width: 47%;
}
.col:first-child {
  margin-left: 0px;
  margin-right: 3%;
}
.col.right {
  float: right;
}
.promo,
.slider-wrapper {
  float: left;
  width: 100%;
}
.promo .slider > li{
  height: 370px;
}

ul.slider {
  margin-bottom: 20px;
  padding: 0px;
  list-style: none;
}
ul.slider.right {
  text-align: right;
}
ul.slider a {
  border: none !important;
}
ul.slider img {
  display: block;
  margin: 0px;
}
ul.slider p {
  float: none;
  margin: 20px 0px;
  padding-left: 0px;
  text-align: left;
}
ul.slider>li {
  width: auto;
  display: none;
}
ul.slider>li:first-child {
  display: block;
}
ul.slider.imgShadow {
  float: left;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
ul.slider.imgShadow a {
  color: #fff;
  border-color: #fff !important;
}
ul.slider.imgShadow img {
  border: 3px solid #fff !important;
  box-shadow: 0px 5px 10px -7px #000;
}
ul.slider.imgShadow img:hover {
  border-color: #f00;
}
.slider-nav {
  float: right;
  margin: 0px 0px 20px 0px;
}
.slider-nav.left {
  float: left;
}
.slider-nav li {
  display: block;
  float: left;
  margin-left: 8px;
  width: 7px;
  height: 7px;
  text-align: left;
  text-indent: -999px;
  background: url("assets/icon/icons.png") no-repeat 0px -2400px;
  overflow: hidden;
  cursor: pointer;
}
.slider-nav li:hover,
.slider-nav li.active {
  background-position: -7px -2400px;
}
.slider-nav li:first-child {
  margin-left: 0px;
}
.socialMedia {
  margin-top: 10px;
  clear: both;
}
.socialLike {
  margin: 30px 0px 10px;
}
.socialMedia-list {
  float: left;
  margin: 50px 0px;
  width: 100%;
}
.socialMedia-list:first-child {
  margin-top: 0px;
}
.socialMedia-list h2 {
  margin-bottom: 40px !important;
  padding-bottom: 0px;
  font-size: 30px;
  text-transform: none;
}
.socialMedia-list h3 {
  position: relative;
  float: left;
  margin: 0px;
  padding-bottom: 90px;
  width: 30%;
  font-size: 14px;
  color: #f5ba06;
}
.socialMedia-list h3 span {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 105px;
  height: 65px;
  background: url("assets/icon/social_media.png") no-repeat left top;
}
.socialMedia-list.tweet h3 span {
  background-position: 0px -64px;
}
.socialMedia-list.facebook h2 {
  color: #005ebd !important;
}
.socialMedia-list p {
  font-size: 13px;
}
.socialMedia-list p strong {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #005ebd;
}
.socialMedia-list .tweet-list {
  margin: 0px;
  padding: 0px;
  width: 70%;
  float: left;
}
.socialMedia-list .tweet-list >li {
  list-style: none;
}
.imgContainer.imgShadow {
  margin-bottom: 30px;
  border: 3px solid #fff;
  box-shadow: 0px 5px 10px -7px #000;
}
.Tweets {
  font-size: 11px;
}
.Tweets ul {
  list-style: none;
}
.Tweets a {
  font-size: 13px;
}
.app-container {
  float: left;
  margin: 0px 0px 50px 0px;
  width: 100%;
}
.graph {
  clear: both;
  position: relative;
  margin:40px 0 40px;
  color: #fff;
  background-color: #aea7a3;
}
.graph.mini {
  padding-left: 0px;
}
.graph .icon-graph {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 50px;
  height: 50px;
  background: url("assets/icon/icons.png") no-repeat center -2407px;
}
.graph tr {
  border: none;
}
.graph-container {
  text-align: center;
}
.graph-container .icon {
  display: block;
  float: none;
  margin: 0px auto;
  width: 15px;
  height: 15px;
  text-align: left;
  text-indent: -999px;
}
.graph-container .icon.alza {
  background: url("assets/icon/icons.png") no-repeat center -3513px;
}
.graph-container .icon.baja {
  background: url("assets/icon/icons.png") no-repeat center -3617px;
}
.graph-container tbody td {
  font-size: 14px;
  text-transform: uppercase;
}
.graph-container tfoot {
  font-size: 10px;
}
.graph-container td {
  padding: 8px 0px;
  border-bottom: 1px solid #aea7a3;
  background-color: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.graph-nuestrasAcciones {
  margin: 30px 0px;
}
form >ul {
  padding: 0px;
  float: left;
  width: 100%;
}
form >ul li {
  float: left;
  width: 100%;
  margin: 15px 0px;
  list-style: none;
}
form h2.important {
  text-transform: none;
}
form .navVertical {
  padding: 0px;
}
form .navVertical >li {
  float: left;
  width: 100%;
  list-style: none;
}
form .nav {
  padding: 0px;
  list-style: none;
}
form .nav >li {
  list-style: none;
  float: left;
  margin-right: 11px;
  width: auto;
  line-height: 30px;
}
form label.important {
  color: #23bbc0;
}
.captcha {
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  width: 55%;
  color: #fff;
  background-color: #acacac;
}
.captcha p {
  margin: 0px 0px 10px 0px;
  padding-right: 35px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: right;
  background: url("assets/icon/icons.png") no-repeat 105% -3161px;
}
.captcha ul {
  float: right;
  margin: 10px 0px;
  padding: 0px 25px;
}
.captcha ul li {
  float: left;
  margin: 0px 0px 0px 10px !important;
  width: auto;
}
.captcha label {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background: #ffd144 url("assets/icon/icons.png");
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
}
.captcha label:hover,
.captcha label.active {
  background-color: #fff;
}
.captcha .ico-suitcase {
  background-position: center -4156px;
}
.captcha .ico-bus {
  background-position: center -700px;
}
.captcha .ico-aerobus {
  background-position: center -4255px;
}
.captcha .ico-restorant {
  background-position: center -4205px;
}
.form-content {
  float: left;
  margin: 30px 0px 40px 0px;
  padding: 0px 0px 40px 0px;
  width: 100%;
  border-bottom: 1px dotted #dad2ce;
}
.form-content >table:first-child {
  margin-top: 0px;
}
.form-content >ul {
  width: 95%;
}
.form-content >ul >li.half {
  width: 48%;
}
.form-content >ul >li.half.alpha {
  margin-right: 4%;
}
.form-content >ul >li.half .ico-list {
  padding-left: 5%;
  padding-right: 15%;
  width: 80%;
}
.form-content >ul >li.first {
  margin-left: 0px;
}
.form-content >ul >li ul {
  margin-top: 10px;
}
.form-content >ul >li li {
  margin: 3px 0px;
}
.form-content input.half {
  padding-left: 2%;
  padding-right: 2%;
  width: 44%;
}
.form-content input[type="submit"] {
  display: block;
  float: right;
  padding: 10px 50px 10px 10px;
  min-width: 170px;
  *width: 110px;
  font-size: 16px;
  text-align: right;
  text-transform: capitalize;
  color: #fff;
  background: #ffd144 url("assets/icon/icons.png") no-repeat right -3364px;
}
.form-content input[type="submit"]:hover {
  background-color: #aea7a3;
}
.form-content input[type="submit"].disabled {
    background-color: #aea7a3;
    cursor:wait;
}
.form-content button[type="submit"] {
    cursor:     pointer;
    border: none;
    display: block;
    float: right;
    padding: 10px 50px 10px 10px;
    min-width: 170px;
    *width: 110px;
    font-size: 16px;
    text-align: right;
    text-transform: capitalize;
    color: #fff;
    background: #ffd144 url("assets/icon/icons.png") no-repeat right -3364px;
}

    .form-content button[type="submit"]:hover {
        background-color: #aea7a3;
    }
.form-content input[type="radio"],
.form-content input[type="checkbox"] {
  margin-right: 20px;
}
.form-content input.chekboxclass{
    margin-right: 5px !important;
}
.form-content.mini {
    margin: 20px 0px 50px;
    border: none;
}
.form-content >label.message {
  color: #f00;
  font-size: 1.8em;
}
input.ico-list {
  padding-right: 35px !important;
}
.btn-aceptar {
  display: block;
  float: right;
  padding: 10px 50px 10px 10px;
  min-width: 140px;
  *width: 110px;
  font-size: 16px;
  text-align: right;
  text-transform: capitalize;
  color: #fff;
  background: #ffd144 url("assets/icon/icons.png") no-repeat right -3364px;
}
.btn-aceptar:hover {
  background-color: #aea7a3;
  cursor: pointer;
}
#searchFlights ul {
  margin-top: 25px;
  padding: 0px 5%;
  width: 90%;
  list-style: none;
}
#searchFlights ul li {
  position: relative;
  clear: both;
  margin-top: 10px;
}
#searchFlights .half {
  float: left;
  clear: none;
  width: 50%;
}
#searchFlights input[type="text"] {
  width: 90%;
}
.nav-lateral {
  float: left;
  margin: 15px 0px 40px 0px;
  width: 100%;
  list-style: none;
}
.nav-lateral >li {
  position: relative;
  float: left;
  margin: 0px;
  width: 100%;
  background-color: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.nav-lateral a {
  display: block;
  position: relative;
  padding: 13px 30px 13px 30px;
  font-size: 14px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}
.nav-lateral a:hover {
  background-color: #ffd144;
}
.nav-lateral a:hover span {
  background-position: center -2622px;
}
.nav-lateral a span {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("assets/icon/icons.png") no-repeat center -2672px;
}
.nav-lateral h2 {
  position: relative;
  margin: 0px;
  padding: 10px 10px 10px 50px;
  font-size: 14px;
  text-align: right;
  color: #fff;
  background: url("assets/icon/icons.png") no-repeat left -4406px;
}
.nav-lateral form {
  padding: 0px;
}
.nav-lateral input[type="text"] {
  float: left;
  margin: 10px 0px 0px 10px;
  padding: 3px 10px;
  width: 120px;
  font-size: 12px;
  color: #aea7a3;
  border: none;
}
.nav-lateral input[type="submit"] {
  display: block;
  float: right;
  width: 45px;
  height: 45px;
  text-align: left;
  text-indent: -9999px;
  background: #ffd144 url("assets/icon/icons.png") no-repeat center -4354px;
  overflow: hidden;
}
.nav-lateral input[type="submit"]:hover {
  background-position: center -2608px;
}
#search_presentations-submit {
  display: none;
}
#search_comunicados input[type="submit"] {
  display: none;
}
#form_kit {
  padding-top: 50px;
  border-top: 1px dotted #dad2ce;
}
.customSelect {
  position: relative;
  cursor: pointer;
}
.customSelect label {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  text-align: left;
  color: #23bbc0;
  border: 1px solid #ececec;
  border-left-width: 2px;
  border-top-width: 2px;
  overflow: hidden;
  background: #fff url("assets/icon/icons.png") no-repeat 112% -2297px;
}
.customSelect label.active {
  text-indent: -9999px;
}
.customSelect select {
  -webkit-appearance: none;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  outline: none;
}
.customSelect.dark {
  float: left;
  margin-bottom: 35px;
}
.customSelect.dark label {
  display: block;
  float: left;
  padding-left: 30px;
  width: auto;
  min-width: 80px;
  color: #fff;
  border: none;
  background: #aea7a3 url("assets/icon/icons.png") no-repeat -10px -3167px;
  cursor: pointer;
}
.customSelect.mini {
  float: left;
  margin: 0px 3px;
  width: 78px;
}
.customSelect.mini label {
  font-size: 10px;
  background-position: 57px -2297px;
}
.customSelect.s-3 {
  display: inline-block;
  margin: 0px 4px;
  width: 155px;
}
.customSelect.s-3 label {
  background-position: 130px -2297px;
}
.info-mini {
  padding: 10px 0px;
  font-size: 10px;
}
#twitterNotification {
  display: none;
}
#twitterNotification ul {
  padding: 5%;
  width: 90%;
}
.aside-twitter {
  margin: 30px 0px 50px;
}
input.btn-tool {
  width: 100%;
}
.btn-tool {
  display: block;
  margin: 3px 0px;
  padding: 12px 15px 12px 0px;
  font-size: 18px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #aea7a3 url("assets/icon/icons.png") no-repeat 0px -3410px;
}
.btn-tool:hover {
  color: #fff;
  background-color: #ffd144;
  background-position: 0px -3360px;
  cursor: pointer;
}
.btn-back {
  display: block;
  float: left;
  margin: 50px 0px 60px 0px;
  padding: 10px 10px 8px 35px;
  min-width: 100px;
  font-size: 14px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  background-color: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: url("assets/icon/icons.png");
  background-repeat: no-repeat;
  background-position: left -4310px;
}
.btn-back:hover {
  color: #fff;
  background-color: #ffd144;
  background-position: left -4010px;
}
.showTip {
  position: relative;
  display: block;
  padding: 5px 35px 5px 0px;
  font-size: 14px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  color: #23bbc0;
  background: url("assets/icon/icons.png") no-repeat 105% -2063px;
/*.tip{
    &:before{
      position:absolute
      content:""
      display:block
      top:50%
      left:-11px
      margin-top:-9px
      width:20px
      height:20px
      border-left:1px solid #dfdcd6
      border-top:1px solid #dfdcd6
      background-color:#f6f4f1
      -webkit-transform: rotate(-45deg)
      -moz-transform: rotate(-45deg)
      -o-transform: rotate(-45deg)
    }
  }*/
}
.showTip:hover {
  z-index: 10;
  color: #ffd144;
  background-position: 105% -2213px;
  cursor: pointer;
}
.showTip:hover .tip,
.showTip:hover.tip.active {
  display: block;
}
.tip {
  z-index: 10;
  display: none;
  position: absolute;
  right: -230px;
  top: -35px;
  padding: 15px;
  width: 180px;
  min-height: 60px;
  font-size: 14px;
  font-family: "cantarellregular";
  text-align: left;
  text-transform: none;
  color: #aea7a3;
  border: 1px solid #dfdcd6;
  background-color: #f6f4f1;
}
.tip.left:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: -11px;
  margin-top: -9px;
  width: 20px;
  height: 20px;
  border-left: 1px solid #dfdcd6;
  border-top: 1px solid #dfdcd6;
  background-color: #f6f4f1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.tip.right {
  left: -210px;
  right: 0px;
}
.tip.right:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: -11px;
  margin-top: -9px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #dfdcd6;
  border-bottom: 1px solid #dfdcd6;
  background-color: #f6f4f1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.btn-important {
  display: block;
  position: relative;
  float: left;
  margin: 20px 0px;
  padding: 17px 15px 16px 65px;
  min-width: 130px;
  font-size: 18px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  background-color: #aea7a3;
  box-shadow: 0px 5px 7px -7px #000;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.btn-important span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  background: #ffd144 url("assets/icon/icons.png") no-repeat center -3903px;
}
.btn-important.ico_back span {
  background-position: center -4053px;
}
.btn-important.ico_back:hover span {
  background-position: center -4103px;
}
.btn-important.ico_init span {
  background-position: center -3953px;
}
.btn-important.ico_init:hover span {
  background-position: center -4003px;
}
.btn-important.mini {
  padding: 10px 12px 10px 65px;
}
.btn-important:hover span {
  background-position: center -3357px;
}
.map-airports_list {
  position: absolute;
  margin-top: -330px;
}
.map-airports_list li {
  margin-bottom: 15px;
}
.map-airports {
  clear: both;
  position: relative;
  padding: 0px !important;
  width: 100%;
  height: 250px;
  border-bottom: 1px dotted #dad2ce;
  background: url("assets/maps/maps.png") no-repeat;
  list-style: none;
}
.map-airports.small {
  height: 275px;
  background-position: -590px -30px;
}
.map-airports.small .pin_1 {
  top: 25px;
  left: 135px;
}
.map-airports.small .pin_2 {
  top: 70px;
  left: 125px;
}
.map-airports.small .pin_3 {
  top: 100px;
  left: 150px;
}
.map-airports.small .pin_4 {
  top: 65px;
  left: 170px;
}
.map-airports.small .pin_5 {
  top: 62px;
  left: 200px;
}
.map-airports.small .pin_6 {
  top: 134px;
  left: 393px;
}
.map-airports.small .pin_6 a{
  width: 140px;
}
.map-airports.small .pin_7 {
  top: 110px;
  left: 210px;
}
.map-airports.small .pin_8 {
  top: 20px;
  left: 270px;
}
.map-airports.small .pin_9 {
  top: 9px;
  left: 305px;
}
.map-airports.small .pin_10 {
  top: 20px;
  left: 322px;
}
.map-airports.full {
  margin-top: -50px;
  height: 400px;
  border: none;
  background-position: 0px 0px;
}
.map-airports.full .pin_1 {
  top: 95px;
  left: 144px;
}
.map-airports.full .pin_2 {
  top: 165px;
  left: 140px;
}
.map-airports.full .pin_3 {
  top: 200px;
  left: 165px;
}
.map-airports.full .pin_4 {
  top: 150px;
  left: 185px;
}
.map-airports.full .pin_5 {
  top: 145px;
  left: 230px;
}
.map-airports.full .pin_6 {
  top: 247px;
  left: 510px;
}
.map-airports.full .pin_6 a{
  width: 140px;
}
.map-airports.full .pin_7 {
  top: 210px;
  left: 250px;
}
.map-airports.full .pin_8 {
  top: 77px;
  left: 330px;
}
.map-airports.full .pin_9 {
  top: 65px;
  left: 380px;
}
.map-airports.full .pin_10 {
  left: 400px;
  top: 83px;
}
.map-airports li {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 25px;
  height: 27px;
  list-style: none;
  background: url("assets/icon/icons.png") no-repeat 0px -3750px;
  cursor: pointer;
}
.map-airports li a {
  display: none;
  float: left;
  margin-left: 21px;
  padding: 0px 10px;
  line-height: 23px;
  color: #aea7a3;
  background-color: #fff3ce;
}
.map-airports li:hover {
  z-index: 2;
}
.map-airports li:hover a {
  display: block;
  color: #aea7a3;
}
.map-airports-content {
  font-size: 14px;
  font-family: "cantarellregular" !important;
  line-height: 1.3em;
  color: #aea7a3 !important;
}
.map-airports-content span {
  display: block;
  float: left;
  margin-top: -140px;
  padding-top: 25px;
  width: 90px;
  height: 65px;
  font-size: 70px;
  font-family: 'Arial Black';
  text-align: center;
  text-transform: lowercase;
  color: #ffd144;
  border: 8px solid #ffd144;
  border-radius: 400px;
}
.map-airports-content span sup {
  margin-left: -10px;
  font-size: 35px;
}
.map-airports-content strong {
  display: block;
  font-size: 14px;
  font-family: "cantarellregular";
}
.list-tabs {
  float: left;
  margin: 40px 0px;
  padding: 0px !important;
  width: 100%;
}
.list-tabs >li {
  margin: 2px 0px;
  clear: both;
  list-style: none;
}
.list-tabs >li >a,
.list-tabs >li h1 {
  display: block;
  position: relative;
  margin: 0px;
  padding: 10px 50px 10px 50px;
  font-size: 18px;
  font-family: "ropa_sansregular";
  line-height: 18px;
  text-align: right;
  color: #fff;
  background-color: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.list-tabs >li >a span,
.list-tabs >li h1 span {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("assets/icon/icons.png") no-repeat -15px -3172px;
}
.list-tabs >li >a strong,
.list-tabs >li h1 strong {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #ffd144;
}
.list-tabs >li h1 {
  margin: 2px 0px;
}
.list-tabs >li h1 span {
  background-position: -15px -3510px;
}
.list-tabs >li h1.active {
  background-image: none;
  background-color: #ffd144;
}
.list-tabs >li h1.active strong {
  color: #fff;
}
.list-tabs >li h1.active span {
  background-position: -15px -3122px;
}
.list-tabs >li >a:hover {
  background-image: none;
  background-color: #ffd144;
  cursor: pointer;
}
.list-tabs >li >a:hover strong {
  color: #fff;
}
.list-tabs >li >a:hover span {
  background-position: -15px -3122px;
}
.list-tabs .form-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}
.list-tabs >.nav {
  margin-bottom: 1px;
  width: 100%;
  background: #ffc0cb;
}
.list-tabs >.nav a,
.list-tabs >.nav h1 {
  display: block;
  position: relative;
  margin: 0px;
  padding: 5px 0px 5px 30px;
  height: 100%;
  font-size: 13px;
  font-family: "ropa_sansregular";
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}
.list-tabs >.nav a span,
.list-tabs >.nav h1 span {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("assets/icon/icons.png") no-repeat -14px -3173px;
}
.list-tabs >.nav td {
  position: relative;
  width: 25%;
  border: 1px solid #fff;
  vertical-align: middle;
  background: #aea7a3;
  cursor: pointer;
}
.list-tabs >.nav td:hover,
.list-tabs >.nav td.active {
  background-color: #ffd144;
}
.list-tabs >.nav td:hover span,
.list-tabs >.nav td.active span {
  background-position: -14px -3123px;
}
.list-tabs >.cont.bg-dot {
  background-image: url("assets/bg/bg_dot.png");
}
.list-tabs .cont,
.list-tabs >dd {
  display: block;
  float: left;
  position: relative;
  padding: 5%;
  width: 90%;
  color: #aea7a3;
  background: #f6f4f1;
}
.list-tabs .cont h3,
.list-tabs >dd h3 {
  font-size: 16px;
  text-transform: none;
  color: #23bbc0;
}
.list-tabs .cont.portrait,
.list-tabs >dd.portrait {
  width: 65%;
  padding-left: 30%;
}
.list-tabs .cont.portrait img,
.list-tabs >dd.portrait img {
  float: left;
  margin: 30px 0px 0px -150px;
  box-shadow: 0px 11px 5px -10px #ccc;
}
.list-tabs .cont.portrait h3,
.list-tabs >dd.portrait h3 {
  clear: none;
}
.list-tabs .cont img,
.list-tabs >dd img {
  margin: 10px 0px 30px;
  max-width: 540px;
}
.list-tabs >dd {
  display: none;
}
.list-tabs >dd.active {
  display: block;
}
.list-tabs dt {
  display: block;
  position: relative;
  clear: both;
  margin: 0px 0px 2px 0px;
  padding: 20px 50px 20px 50px;
  font-size: 14px;
  font-family: "ropa_sansregular";
  line-height: 16px;
  text-align: right;
  color: #fff;
  background-color: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.list-tabs dt span {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -18px;
  width: 38px;
  height: 38px;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  color: #ffd144;
  background: url("assets/icon/icons.png") no-repeat 0px -3827px;
}
.list-tabs dt.active,
.list-tabs dt:hover {
  background: #ffd144;
  cursor: pointer;
}
.list-tabs dt.active span,
.list-tabs dt:hover span {
  color: #fff;
  background-position: 0px -3865px;
}
.list-tabs.download dt {
  font-size: 18px;
  text-transform: uppercase;
}
.list-tabs.download dt span {
  left: auto;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("assets/icon/icons.png") no-repeat -15px -3172px;
}
.list-tabs.download dt.active span {
  background-position: -15px -3122px;
}
.list-tabs.download ul {
  position: relative;
  padding-left: 55px;
}
.list-tabs.download ul li:first-child:after {
  display: block;
  position: absolute;
  top: -10px;
  left: -15px;
  content: "";
  width: 30px;
  height: 30px;
  background: url("assets/icon/icons.png") no-repeat center -110px;
}
.preview-list {
  padding: 0px !important;
}
.preview-list.half li {
  float: left;
  margin: 0px 2% 25px 2%;
  width: 46%;
}
.preview-list.half img {
  margin-left: -50%;
}
.preview-list li {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  height: 190px;
  list-style: none;
  overflow: hidden;
}
.preview-list img {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.preview-list a {
  z-index: 1;
  display: block;
  position: relative;
  padding: 0px 20px 0px 20px;
  height: 100%;
  font-size: 20px;
  font-family: "ropa_sansregular";
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  background: url("assets/bg/bg_dark.png");
}
.preview-list a span {
  display: block;
  float: right;
  margin: 100px 0px 10px 90%;
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 4px;
  background: url("assets/icon/icons.png") no-repeat center -2614px;
}
.preview-list a:hover {
  background-image: none;
}
.preview-list a:hover span {
  border-color: #ffd144;
  background-position: center -2664px;
}
.list-glosary dt {
  margin-bottom: 15px;
  font-size: 13px;
  color: #23bbc0;
}
.list-glosary dd {
  margin-bottom: 25px;
}
.list-glosary dd:first-letter {
  padding-left: 10px;
  background: url("assets/bg/list_bg.png") no-repeat left bottom;
}
.consejeros {
  clear: both;
  float: left;
  margin-top: 60px;
  padding: 50px 0px 20px 0px;
  width: 100%;
  border-top: 1px dotted #dad2ce;
}
.consejeros ul {
  float: left;
  margin-bottom: 40px;
  padding: 0px;
  width: 100%;
}
.consejeros li {
  list-style: none;
  float: left;
  margin-bottom: 20px;
  padding-right: 4px;
  width: 46%;
  background: url("assets/icon/icons.png") no-repeat 90% -2674px;
}
.consejeros h3 {
  margin: 30px 0px;
  color: #23bbc0;
}
.consejeros a {
  display: block;
  position: relative;
  font-size: 18px;
  font-family: "ropa_sansregular";
  color: #aea7a3;
}
.consejeros a:hover {
  color: #ffd144;
}
.consejeros a span {
  display: block;
  font-size: 13px;
  font-family: "cantarellregular";
  color: #23bbc0;
}
.list-etica {
  float: left;
  margin: 60px 0px;
  width: 100%;
}
.list-etica dt {
  clear: left;
  position: relative;
  float: left;
  padding-bottom: 30px;
  width: 130px;
  font-size: 18px;
  text-align: right;
  color: #23bbc0;
}
.list-etica dt span {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  background: url("assets/icon/icons.png") no-repeat center -3420px;
}
.list-etica dd {
  position: relative;
  float: left;
  margin-left: 20px;
  padding-left: 60px;
  width: 340px;
  min-height: 60px;
  font-size: 12px;
}
.list-etica dd span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  border: 3px solid #23bbc0;
  border-radius: 4px;
  background-image: url("assets/icon/etica.png");
  background-repeat: no-repeat;
}
.hihlighted-dates {
  padding: 0px;
}
.hihlighted-dates li {
  list-style: none;
}
.hihlighted-dates >li {
  margin-bottom: 40px;
}
.hihlighted-dates h3 {
  position: relative;
  margin: 0px 0px 30px;
  padding-left: 45px;
  font-size: 18px;
  text-align: right;
  color: #fff;
}
.hihlighted-dates h3 span {
  display: block;
  padding: 0px 50px 0px 20px;
  background: url("assets/icon/icons.png") no-repeat right -3170px;
  background-color: #23bbc0;
}
.hihlighted-dates h3 .ico {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  width: 21px;
  height: 23px;
  background: transparent url("assets/icon/date.png") no-repeat center center;
}
.hihlighted-dates ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 15px;
  color: #23bbc0;
}
.hihlighted-dates ul li span:first-child {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url("assets/icon/icons.png") no-repeat center -2573px;
}
.note {
  padding-left: 70px;
  font-style: italic;
  line-height: 1.5em;
  color: #005ebd;
}
.note span {
  display: block;
  float: left;
  margin-left: -35px;
  width: 25px;
  height: 20px;
  background: url("assets/icon/icons.png") no-repeat center -3793px;
}
.dark .ico_file {
  background-position: center -5503px;
}
.dark .ico_pen {
  background-position: center -5203px;
}
.dark .ico_audio {
  background-position: center -5353px;
}
.read-more {
  font-size: 14px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  color: #f5ba06;
}
.read-more:hover {
  color: #23bbc0;
}
.ico_file {
  background-position: center -5603px;
}
.ico_file:hover {
  background-position: center -5553px;
}
.ico_pen {
  background-position: center -5303px;
}
.ico_pen:hover {
  background-position: center -5253px;
}
.ico_audio {
  background-position: center -5453px;
}
.ico_audio:hover {
  background-position: center -5403px;
}
.ico-graph {
  background-position: center -155px;
}
.ico-user {
  background-position: center -257px;
}
.ico-box {
  background-position: center -107px;
}
.ico-colaborator {
  background-position: center -207px;
}
.ico-authority {
  background-position: center -7px;
}
.ico-society {
  background-position: center -207px;
}
.hihlighted {
  overflow: hidden;
}
.hihlighted >span {
  display: block;
  clear: both;
  float: left;
  margin: 4px 0px;
  padding: 0px 15px;
  line-height: 1em;
  background: #23bbc0;
  color: #fff;
}
.hihlighted.title {
  padding: 0px;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "ropa_sansregular";
  line-height: 30px;
}
.hihlighted.title strong {
  font-size: 20px;
  font-weight: normal;
  color: #ffd144;
}
.hihlighted.title strong span {
  font-size: 25px;
}
.circle {
  position: relative;
  margin-bottom: 0px !important;
  padding-top: 60px !important;
  padding-bottom: 0px !important;
  min-height: 165px;
}
.circle .cirle-graph {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0px;
  padding: 75px 60px 0px 60px;
  width: 100px;
  height: 145px;
  font-size: 12px;
  font-family: "ropa_sansregular";
  text-align: center;
  text-transform: uppercase;
  color: #aea7a3;
  background: url("assets/bg/socio_estrategico.png") no-repeat left top;
}
.circle .cirle-graph strong {
  display: block;
  font-size: 40px;
  font-family: "ropa_sansregular";
  font-weight: normal;
  line-height: 38px;
  letter-spacing: -3px;
}
.circle .cirle-graph strong span {
  font-size: 28px;
}
.circle .cirle-graph.half {
  background-position: -444px 0px;
}
.circle .cirle-graph.dg-20 {
  background-position: 0px 0px;
}
.circle .cirle-graph.dg-48 {
  background-position: -222px 0px;
}
.circle .cirle-graph.result {
  background-position: -666px 0px;
}
.circle.left {
  padding-left: 230px;
}
.circle.left .cirle-graph {
  left: 0px;
}
.circle.right {
  padding-right: 190px;
}
.circle.right .cirle-graph {
  right: 0px;
}
.socio_estrategico {
  font-size: 14px;
}
.socio_estrategico div {
  float: left;
  padding-top: 50px;
  width: 180px;
}
.socio_estrategico div p {
  margin-top: 40px;
  font-size: 13px;
  line-height: 15px;
}
.socio_estrategico .big-title {
  margin-top: 0px;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #e9e7e3;
}
.socio_estrategico .big-title span {
  display: block;
  font-size: 77px;
}
.socio_estrategico h3 {
  font-size: 44px;
  color: #ffd144;
  margin: 0px;
}
.socio_estrategico .circle {
  float: left;
  clear: none;
  width: 220px;
}
.left-ok {
  padding-left: 90px;
  font-size: 12px;
  background: url("assets/icon/icon_ok.png") no-repeat left top;
}
.left-ok strong {
  display: block;
  font-size: 20px;
  font-family: "ropa_sansregular";
  font-weight: normal;
  text-transform: uppercase;
}
.busca_tu_vuelo-result table {
  font-size: 13px;
  font-family: "ropa_sansregular";
  text-align: center;
  text-transform: uppercase;
  clear: both;
  margin: 0px;
}
.busca_tu_vuelo-result th,
.busca_tu_vuelo-result td {
  position: relative;
  padding: 10px 10px;
}
.busca_tu_vuelo-result th {
  border-left: 1px solid #fff;
}
.busca_tu_vuelo-result th:first-child {
  border: none;
}
.busca_tu_vuelo-result th .icon-twitter {
  background-position: center -1910px;
  cursor: default !important;
}
.busca_tu_vuelo-result tr:nth-child(odd) td {
  background-color: #dfdad9 !important;
}
.busca_tu_vuelo-result tr:nth-child(even) td {
  background-color: #f3f0ef !important;
}
.busca_tu_vuelo-result tfoot {
  border-top: 6px solid #fff;
}
.busca_tu_vuelo-result tfoot td {
  background-color: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.busca_tu_vuelo-result .search_result-nav {
  margin-bottom: 0px;
  padding-top: 5px;
}
.busca_tu_vuelo-result .search_result-nav li {
  color: #ffd144;
}
.busca_tu_vuelo-result .search_result-nav a {
  color: #fff;
}
.busca_tu_vuelo-result .search_result-nav a:hover {
  color: #ffd144;
}
.busca_tu_vuelo-result .icon-twitter {
  display: block;
  margin: 0px auto;
  width: 26px;
  height: 26px;
  text-align: left;
  text-indent: -9999px;
  background: url("assets/icon/icons.png") no-repeat center -2010px;
  overflow: hidden;
}
.busca_tu_vuelo-result .icon-twitter:hover {
  background-position: center -1910px;
  cursor: pointer;
}
.busca_tu_vuelo-result .icon-twitter.active {
  background-position: center -1810px !important;
}
.busca_tu_vuelo-result .nav {
  float: left;
  margin: 20px 0px 5px 0px;
  padding: 0px;
  width: 100%;
}
.busca_tu_vuelo-result .nav li {
  list-style: none;
  float: left;
  width: 49.75%;
  margin: 0px 0px 0px 0.5%;
}
.busca_tu_vuelo-result .nav li:first-child {
  margin: 0px;
}
.busca_tu_vuelo-result .nav li:first-child span {
  background-position: 0px 0px;
}
.busca_tu_vuelo-result .nav a {
  display: block;
  position: relative;
  padding: 15px 15px 15px 50px;
  font-size: 13px;
  font-family: "ropa_sansregular";
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  background-color: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.busca_tu_vuelo-result .nav a span {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 23px;
  background: url("assets/icon/busca_tu_vuelo.png") no-repeat left -23px;
}
.busca_tu_vuelo-result .nav a:hover,
.busca_tu_vuelo-result .nav a.active {
  background: #ffd144;
}
.dataTables_wrapper {
  clear: both;
  position: relative;
  font-size: 13px;
  font-family: "ropa_sansregular";
}
.dataTables_wrapper .dataTables_length {
  display: none;
}
.dataTables_wrapper .dataTables_filter {
  display: none;
}
.dataTables_wrapper .dataTables_info {
  display: none;
}
.dataTables_wrapper .dataTables_processing {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #999;
  font-size: 14px;
  height: 30px;
  left: 50%;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 250px;
  z-index: 100;
}
.dataTables_wrapper .paging_full_numbers {
  background-color: #aea7a3;
  background-image: -moz-linear-gradient(center top, #c7c3c0 0%, #aea7a3 100%);
  padding: 10px;
  height: 27px;
  border-top: #aea7a3 solid 3px;
  text-align: right;
}
.dataTables_wrapper .paging_full_numbers a {
  color: #fff;
  margin-left: 6px;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0 4px;
}
.dataTables_wrapper .paging_full_numbers a:hover,
.dataTables_wrapper .paging_full_numbers a.paginate_active {
  color: #ffd144;
}
.lbox {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("assets/bg/bg_lbox.png");
}
.lbox >div {
  position: relative;
  top: 50%;
  left: 50%;
  padding: 40px;
  background-color: #aea7a3;
  background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
  background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
}
.lbox .close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
}
.lbox .alert {
  top: 50%;
  margin: -140px 0px 0px -220px;
  width: 360px;
  min-height: 200px;
}
.lbox .paises {
  top: 50%;
  margin: -240px 0px 0px -370px;
  width: 660px;
  min-height: 450px;
}
.lbox .paises .list {
  float: left;
  margin-top: 10px;
  width: 25%;
  font-size: 12px;
  color: #fff;
  list-style: none;
  padding: 0px;
}
.lbox .paises .list span {
  display: block;
}
.lbox .paises .list span:hover {
  color: #ffd144;
  cursor: pointer;
}
.lbox .paises .list.big {
  margin-right: 5%;
  width: 20%;
  text-align: right;
}
.lbox .paises .list.big,
.lbox .paises .list h3 {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.lbox .paises .list h3 {
  margin: 0px 0px 8px;
  color: #fff;
}
.lbox h2 {
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 20px 0px 0px 70px;
  font-size: 30px;
  font-family: "ropa_sansregular";
  font-weight: normal;
  color: #ffd144;
}
.lbox h2 .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -15px;
  width: 53px;
  height: 53px;
  background: url("assets/icon/lbox_icons.png") no-repeat left top;
}
.lbox h2 .icon.error {
  background-position: -54px 0px;
}
.lbox h2 .info {
  background-position: 0px -54px;
}
.lbox .twitter {
  display: block;
  float: right;
  margin: 0px 35px 0px 10px;
  width: 30px;
  height: 25px;
  text-align: left;
  text-indent: -9999px;
  background: url("assets/icon/icons.png") no-repeat center -1965px;
  overflow: hidden;
}
.lbox p {
  margin: 30px 0px;
  font-size: 16px;
  font-family: "ropa_sansregular";
  text-transform: uppercase;
  line-height: 24px;
  color: #fff;
}
.lbox input[type="submit"] {
  margin-top: -3px;
}
.container-historia li {
  display: block;
  position: absolute;
  padding: 0px;
  background: none;
}
.container-historia li:hover span {
  background-position: 0px -36px;
}
.container-historia span {
  display: block;
  width: 32px;
  height: 36px;
  background: url("assets/bg/bg_historia_spots.png");
}
.container-historia .images {
  z-index: -1;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -125px;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
.container-historia .images li {
  position: absolute;
  display: block;
}
.container-historia .images li.active {
  display: block;
}
.container-historia .innerCircle {
  position: relative;
  z-index: 3;
}
.container-historia .innerCircle:hover {
  z-index: 5;
}
.container-historia .innerCircle .spot_1 {
  left: 370px;
  top: 162px;
}
.container-historia .innerCircle .spot_1 span {
  transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
}
.container-historia .innerCircle .spot_2 {
  left: 305px;
  top: 480px;
}
.container-historia .innerCircle .spot_2 span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.container-historia .innerCircle .spot_3 {
  left: 163px;
  top: 392px;
}
.container-historia .innerCircle .spot_3 span {
  transform: rotate(242deg);
  -webkit-transform: rotate(242deg);
  -moz-transform: rotate(242deg);
  -o-transform: rotate(242deg);
  -ms-transform: rotate(242deg);
}
.container-historia .innerCircle .spot_4 {
  top: 343px;
  left: 146px;
}
.container-historia .innerCircle .spot_4 span {
  transform: rotate(262deg);
  -webkit-transform: rotate(262deg);
  -moz-transform: rotate(262deg);
  -o-transform: rotate(262deg);
  -ms-transform: rotate(262deg);
}
.container-historia .innerCircle .spot_5 {
  top: 185px;
  left: 207px;
}
.container-historia .innerCircle .spot_5 span {
  transform: rotate(321deg);
  -webkit-transform: rotate(321deg);
  -moz-transform: rotate(321deg);
  -o-transform: rotate(321deg);
  -ms-transform: rotate(321deg);
}
.container-historia .middleCircle {
  position: relative;
  z-index: 2;
}
.container-historia .middleCircle:hover {
  z-index: 5;
}
.container-historia .middleCircle span {
  background-position: -32px 0px;
}
.container-historia .middleCircle .spot_1 {
  left: 438px;
  top: 163px;
}
.container-historia .middleCircle .spot_1 span {
  transform: rotate(41deg);
  -webkit-transform: rotate(41deg);
  -moz-transform: rotate(41deg);
  -o-transform: rotate(41deg);
  -ms-transform: rotate(41deg);
}
.container-historia .middleCircle .spot_2 {
  left: 481px;
  top: 214px;
}
.container-historia .middleCircle .spot_2 span {
  transform: rotate(59deg);
  -webkit-transform: rotate(59deg);
  -moz-transform: rotate(59deg);
  -o-transform: rotate(59deg);
  -ms-transform: rotate(59deg);
}
.container-historia .middleCircle .spot_3 {
  left: 506px;
  top: 281px;
}
.container-historia .middleCircle .spot_3 span {
  transform: rotate(78deg);
  -webkit-transform: rotate(78deg);
  -moz-transform: rotate(78deg);
  -o-transform: rotate(78deg);
  -ms-transform: rotate(78deg);
}
.container-historia .middleCircle .spot_4 {
  left: 437px;
  top: 468px;
}
.container-historia .middleCircle .spot_4 span {
  transform: rotate(142deg);
  -webkit-transform: rotate(142deg);
  -moz-transform: rotate(142deg);
  -o-transform: rotate(142deg);
  -ms-transform: rotate(142deg);
}
.container-historia .middleCircle .spot_5 {
  left: 305px;
  top: 515px;
}
.container-historia .middleCircle .spot_5 span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.container-historia .middleCircle .spot_6 {
  left: 242px;
  top: 503px;
}
.container-historia .middleCircle .spot_6 span {
  transform: rotate(201deg);
  -webkit-transform: rotate(201deg);
  -moz-transform: rotate(201deg);
  -o-transform: rotate(201deg);
  -ms-transform: rotate(201deg);
}
.container-historia .middleCircle .spot_7 {
  left: 179px;
  top: 466px;
}
.container-historia .middleCircle .spot_7 span {
  transform: rotate(220deg);
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
}
.container-historia .middleCircle .spot_8 {
  top: 349px;
  left: 113px;
}
.container-historia .middleCircle .spot_8 span {
  transform: rotate(262deg);
  -webkit-transform: rotate(262deg);
  -moz-transform: rotate(262deg);
  -o-transform: rotate(262deg);
  -ms-transform: rotate(262deg);
}
.container-historia .middleCircle .spot_9 {
  top: 126px;
  left: 246px;
}
.container-historia .middleCircle .spot_9 span {
  transform: rotate(345deg);
  -webkit-transform: rotate(345deg);
  -moz-transform: rotate(345deg);
  -o-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
}
.container-historia .outerCircle {
  position: relative;
  z-index: 1;
}
.container-historia .outerCircle:hover {
  z-index: 5;
}
.container-historia .outerCircle span {
  background-position: -64px 0px;
}
.container-historia .outerCircle .spot_1 {
  left: 462px;
  top: 137px;
}
.container-historia .outerCircle .spot_1 span {
  transform: rotate(41deg);
  -webkit-transform: rotate(41deg);
  -moz-transform: rotate(41deg);
  -o-transform: rotate(41deg);
  -ms-transform: rotate(41deg);
}
.container-historia .outerCircle .spot_2 {
  left: 541px;
  top: 274px;
}
.container-historia .outerCircle .spot_2 span {
  transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
}
.container-historia .outerCircle .spot_3 {
  left: 457px;
  top: 498px;
}
.container-historia .outerCircle .spot_3 span {
  transform: rotate(142deg);
  -webkit-transform: rotate(142deg);
  -moz-transform: rotate(142deg);
  -o-transform: rotate(142deg);
  -ms-transform: rotate(142deg);
}
.container-historia .outerCircle .spot_4 {
  left: 385px;
  top: 538px;
}
.container-historia .outerCircle .spot_4 span {
  transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
}
.container-historia .outerCircle .spot_5 {
  left: 372px;
  top: 542px;
}
.container-historia .outerCircle .spot_5 span {
  transform: rotate(164deg);
  -webkit-transform: rotate(164deg);
  -moz-transform: rotate(164deg);
  -o-transform: rotate(164deg);
  -ms-transform: rotate(164deg);
}
.container-historia .outerCircle .spot_6 {
  left: 104px;
  top: 430px;
}
.container-historia .outerCircle .spot_6 span {
  transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
}
.container-historia .outerCircle .spot_7 {
  left: 228px;
  top: 536px;
}
.container-historia .outerCircle .spot_7 span {
  transform: rotate(201deg);
  -webkit-transform: rotate(201deg);
  -moz-transform: rotate(201deg);
  -o-transform: rotate(201deg);
  -ms-transform: rotate(201deg);
}
.container-historia .outerCircle .spot_8 {
  top: 354px;
  left: 77px;
}
.container-historia .outerCircle .spot_8 span {
  transform: rotate(264deg);
  -webkit-transform: rotate(264deg);
  -moz-transform: rotate(264deg);
  -o-transform: rotate(264deg);
  -ms-transform: rotate(264deg);
}
.container-historia .outerCircle .spot_9 {
  top: 270px;
  left: 78px;
}
.container-historia .outerCircle .spot_9 span {
  transform: rotate(281deg);
  -webkit-transform: rotate(281deg);
  -moz-transform: rotate(281deg);
  -o-transform: rotate(281deg);
  -ms-transform: rotate(281deg);
}
.container-historia .outerCircle .spot_10 {
  top: 134px;
  left: 160px;
}
.container-historia .outerCircle .spot_10 span {
  transform: rotate(320deg);
  -webkit-transform: rotate(320deg);
  -moz-transform: rotate(320deg);
  -o-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
}
.col3 {
  float: left;
  margin-left: 2%;
  width: 32%;
}
.col3:first-child {
  margin-left: 0px;
}
.col3 .customSelect label {
  background-position: 155px -2297px;
}
/*@media all and (-webkit-min-device-pixel-ratio: 2) {
  .ico-transport,.ico-location,.ico-twitter,.ico-contact,.icon-search,.icon-link,.icon-external_link,.icon-download,
  .showTip,.btn-tool,
  #nav-airports:before,#nav-socialTools a>span:first-child,#search input[type="text"],
  .customSelect label,.ico-list,.btn-tool,.slider-nav li {
    background-image: url($icon/icons_2x.png) !important
    background-size:50px 3250px
  }
  .header-nav{
    left:0px
    margin-left:0px
  }
}
*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  z-index: 100;
}
* html .ui-autocomplete {
  height: 150px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-datepicker-calendar {
  margin: 0;
}
.ui-datepicker-header {
 background-color: #aea7a3;
  background: -moz-linear-gradient(center top, #c7c3c0 0%, #aea7a3 100%) repeat scroll 0 0 #aea7a3;
  background: -webkit-linear-gradient(#c7c3c0 0%, #aea7a3 100%) repeat scroll 0 0 #aea7a3;
  color: #fff;
}
.ui-datepicker-prev {
  float: left;
  color: #fff;
}
.ui-datepicker-next {
  float: right;
  color: #fff;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-today {
  color: #ffd144;
}
iframe {
  width: 100%;
}
#acciones1 {
  height: 716px;
}
#acciones2 {
  height: 156px;
}
#historico1 {
  height: 420px;
}
#calc1 {
  height: 469px;
}
/* CSS for Investors Landing*/

.investors #aside{
  width: 275px;
}

.investors #aside #tabla-mini2{
  height: 280px;
}

.investors #aside .title-icon.external {
background: url("assets/icon/icons.png") no-repeat 240px -2660px;
}

.list-wDate.events h3{
  width: 55%;
}

/*CSS for Add This */

div.shareItem{
  clear: both;
}

.IDVuelo, span.vuelo{ display: none;}

.hide-text{
  text-indent: -9999px;
  /*text-transform: capitalize;*/
  zoom:1;
  margin: 0;
}

.sustainability-reports ul.reports{
  overflow: hidden;
  float: left;
}

.sustainability-reports ul.reports li{
  width: 270px;
  list-style-image: none;
  list-style: none;
}

.sustainability-reports ul.oldest li > ul{
    display: none;
}

.sustainability-reports ul.oldest li:first-child{
    display: block;
}

.sustainability-reports ul.oldest ul{
    padding: 0;
}

.sustainability-reports ul.oldest:hover ul {
    display: block;
}

h2.blue strong{
  color: #005ebd;
}

.sustainability-reports ul.current li h2 a.title-icon.double span  {
    font-weight: bold;
}

/* CSS for datatables delayed */

.busca_tu_vuelo-result td > bold {
    font-weight:bold;
}

.busca_tu_vuelo-result .delayed {
    color: #aaa;
    text-decoration: line-through;
}

.content_buca_vuelo{
    width: 750px !important;
    margin-right: -70px !important;
}

#divbuscform {
    margin: 0px 0px 40px 0px !important;
}
#divbuscform form {
    margin: 30px 0px 0px 0px !important;
    padding: 0px 0px 20px 0px !important;
}

.busca_tu_vuelo-result .nav div {
    display: block;
    position: relative;
    padding: 15px 15px 15px 50px;
    font-size: 13px;
    font-family: "ropa_sansregular";
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    background-color: #aea7a3;
    background-image: -ms-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
    background-image: -moz-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
    background-image: -o-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
    background-image: -webkit-linear-gradient(top, #c7c3c0 0%, #aea7a3 100%);
    cursor: pointer;
}

    .busca_tu_vuelo-result .nav div span {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        width: 40px;
        height: 23px;
        background: url("assets/icon/busca_tu_vuelo.png") no-repeat left -23px;
    }

    .busca_tu_vuelo-result .nav div:hover,
    .busca_tu_vuelo-result .nav div.active {
        background: #ffd144;
    }

    #form-inputsubmit {
        display: block;
        margin: 3px 0px;
        padding: 12px 15px 12px 0px;
        font-size: 18px;
        font-family: "ropa_sansregular";
        text-align: right;
        text-transform: uppercase;
        color: #fff;
        border: none;
        background: #aea7a3 url(assets/icon/icons.png) no-repeat 0px -3410px;
        width:100%;
    }
    #form-inputsubmit:hover {
        color: #fff;
        background-color: #ffd144;
        background-position: 0px -3360px;
        cursor: pointer;
    }
/* CSS HOMEPAGE */
    #content-main .content-home {
        width: 713px;
        margin-left:35px;
    }

    .homeExtraContainer{
        display: -ms-flexbox;
        display:flex;
        width: 1025px !important;
    }
    #Homelateral {
        margin: 0px 0px 0px 80px;
        width:206px;
        }
    #Homelateral .title-icon{
        margin-bottom:30px;
    }
    #Homelateral .title-icon span {
        font-size: 15px;
    }
    .promohome .slider >li{
        height:220px;
    }
    .promohome {
        float:left;
        width:100%;
    }
    .colhome {
        float:left;
        margin: 0px 5px;
        width:47%;
    }
    #giroshome>li{
        height:215px;
        display:none;
    }
    #giroshome > li:first-child {
        display: block;
    }

/** CSS busqueda de pasajeros **/

    #tablaBusquedaPasajeros .navVertical > li {
        float: left;
        width: 100%;
        list-style: none;
    }

    #tablaBusquedaPasajeros .nav > li {
        list-style: none;
        float: left;
        margin-right: 11px;
        width: auto;
        line-height: 30px;
    }

    #tablaBusquedaPasajeros .navVertical {
        padding: 0px;
    }

    #tablaBusquedaPasajeros .nav {
        padding: 0px;
        list-style: none;
    }

/* Slider de comerciales */
    .slidercontainer .slider li{
        height:240px;
    }
    .slidercontainer .slider li img {
        float:none;
        margin: 20px auto;
    }

    /* Equipo directivo */
    .list-tabs > li > h1.closed:hover {
        background-image: none;
        background-color: #ffd144;
        cursor: pointer;
    }
    .list-tabs > li > h1.closed:hover strong {
        color: #fff;
    }
    .list-tabs > li h1.closed span {
        background-position: -15px -3172px;
    }
    .list-tabs > li h1.closed:hover span {
        background-position: -15px -3122px;
    }