.text-cyan {
    color: #1b3f93 !important;
}
.text-salmon {
    color: #DD8B31 !important;
}
h3 {
    color: #1b3f93 !important;
}

#map-secretaria-congreso {
    width: 670px;
    height: 320px;
    margin: 10px 0;
}
#map-secretaria-congreso img {
    max-width: inherit;
}

#map-secretaria-geer {
    width: 670px;
    height: 320px;
    margin: 10px 0;
}
#map-secretaria-geer img {
    max-width: inherit;
}

#map-cena {
    width: 670px;
    height: 320px;
    margin: 10px 0;
}
#map-cena img {
    max-width: inherit;
}

#map-coctel {
    width: 670px;
    height: 320px;
    margin: 10px 0;
}
#map-coctel img {
    max-width: inherit;
}

#map-localizacion {
    width: 670px;
    height: 320px;
    margin: 10px 0;
}
#map-localizacion img {
    max-width: inherit;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555;
}

.evento {
    text-align:left !important;
    padding:20px 20px !important;
}

/*.noticias, .fechasInteres {
    max-height: 265px !important;
}*/

legend {
    color: #1b3f93 !important;
}

.flexslider .slides img {
    max-height: 356px; /*maximum height for all slides*/
    width: auto; /*proper aspect ratio of images*/
    max-width: 100%; /*maximum width for all slides*/
    margin: 0 auto; /*centering images in the container*/
}

.fa-geer:before {
    content: url(/images/web/icogeer.png);
}

.panel-cyan {
    border-color: #1b3f93;
}
.panel-cyan > .panel-heading {
    color: #ffffff;
    background-color: #1b3f93;
    border-color: #1b3f93;
}
.panel-cyan > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #1b3f93;
}
.panel-cyan > .panel-heading .badge {
    color: #ffffff;
    background-color: #1b3f93;
}
.panel-cyan > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1b3f93;
}

.btn.btn-xxs {
    padding: 5px;
    font-size: 11px;
    min-width: 30px;
}

.fa-ukflag:before {
    content: url(/images/web/ukflag.png);
}

.fa-esflag:before {
    content: url(/images/web/esflag.png);
}

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:60px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}

.barrainner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}

.barrainner a.ok {
    padding:4px;
    color:#1b3f93;
    text-decoration:none;
}

.barrainner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#1b3f93;
}


#adlateral1{
    display: block;
    position: fixed;
    width: 160px;
    height: 950px;
    top: 530px;
    left: 0px;
    border:1px solid #eee;
    z-index: 99;
}
#adlateral2{
    display: block;
    position: fixed;
    width: 160px;
    height: 950px;
    top: 530px;
    right: 0px;
    border:1px solid #eee;
    z-index: 99;
}


@media only screen and (max-width: 1490px) {
    #adlateral1 {
        display:none!important;
    }
    #adlateral2 {
        display:none!important;
    }
}

.panel-salmon {
    border-color: #DD8B31;
}
.panel-salmon > .panel-heading {
    color: #ffffff;
    background-color: #DD8B31;
    border-color: #DD8B31;
}
.panel-salmon > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #DD8B31;
}
.panel-salmon > .panel-heading .badge {
    color: #ffffff;
    background-color: #DD8B31;
}
.panel-salmon > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #DD8B31;
}

/* Tabs
----------------------------------*/
.nav-tabs-salmon {
    border-bottom: 1px solid #DD8B31;
}
.nav-tabs-salmon > li > a:hover {
    border-color: #DD8B31;
    background-color: #DD8B31;
}
.nav-tabs-salmon > li.active > a,
.nav-tabs-salmon > li.active > a:hover,
.nav-tabs-salmon > li.active > a:focus {
    background-color: #DD8B31;
    border: 1px solid #DD8B31;
    border-bottom: 1px solid #DD8B31;
}