body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a{color:#2B96BA;}
a:hover{color:#0288D1;}

h1{padding-top:0px; margin-top: 4px;}

#pie, #contenedor_menu
{
    margin-top: 50px;
    padding-bottom: 18px;
    padding-top: 10px;
    background-color:#555;
    color:#E6E6E6;
    font-size:11px;
    line-height: 20px;
}

#contenedor_menu
{
    background-color:#111;
    opacity: 0.9;
    filter: alpha(opacity=0.9); /* For IE8 and earlier */
    color:#E6E6E6;
    font-size:11px;
    line-height: 20px;
}

#contenedor_menu{

    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 999;
    display:none;
}


#contenedor_menu.open{
    display:initial;
}

#contenedor_menu.open ~ #menu_hamb {
    color: #fff !important;
}

#pie a, #contenedor_menu a
{
    color:#E6E6E6;
}

.redes_sociales i
{
    font-size: 30px;
}

#redes_sociales a
{
    color: #444;
    text-decoration: none;
}

#redes_sociales a:hover
{
    color: #333;

}

#twitter-button {float:left; margin-left:13px;}
#google-button  {float:left; margin-left:13px;}

.play {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 25px;
    color: white;

}

.botones-menu .boton{
    padding: 0 3px;
}

.botones-menu {
    margin-left: 0px;
    margin-right: 0px;
}



#menu_hamb{
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 20px;
    cursor:pointer;
    z-index: 999999;
    color: #fff;
}

#menu_hamb:active{
    color: #fff;
}

.fondo_grad { 
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    padding: 15px;

}

.fondo_grad a{ 
    color:#fff;
    text-shadow: 2px 2px 4px #000;  
    font-weight: bold;
}

.bxslider a{
    color:#fff;

}

.bxslider img{
    pointer-events: none;
}

.navbar {
    border-radius: 0;
    border: none;
    margin-bottom: 0px;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > a::after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #000;
    margin-top: 6px;
    margin-right: -10px;
}
.dropdown-submenu > ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px;
}


.bx-wrapper .bx-caption, #titulo_agenda {
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    padding: 15px;
}

#titulo_agenda{
    padding-bottom: 20px;
}

.bx-wrapper .bx-caption span, #titulo_agenda span {
    color:#fff;
    text-shadow: 2px 2px 4px #000;
    font-weight: bold;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
}



.bx-pager {
    position: relative;
    top: 0;
    left:15px;
    text-align: left !important;
    color: #eee !important;
}

.bxslider .volanta{
    font-size: 15px;
}


.div_redes{
    margin: 30px 0px 25px 0px ;
}

#seguinos_redes{
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 23px;
}

a.facebook:hover, a.twitter:hover, a.instagram:hover {
    cursor: pointer; 
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier 71*/   
}

.redes .fa-facebook, .redes .fa-twitter, .redes .fa-instagram{
    width: 42px;
    height: 42px;
    font-size: 28px;
    line-height: 41px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
}

.redes .fa-facebook {

    background-color:   #3b5998;
    border:1px solid #3b5998;
    color:#fff;
}


.redes .fa-twitter{
    background-color:#00aced;
    border:1px solid #00aced;
    color:#fff;
}

.redes .fa-instagram{
    background-color:#e1306c;
    border:1px solid #e1306c;
    color:#fff;
}

.redes a.facebook, .redes a.twitter{
    margin-right: 20px;
}

.loader,
.loader:before,
.loader:after {

    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    display:none;
    color: #808080;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader.modal_calendar {
    font-size: 8px;
    margin: 10px auto 40px auto;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media (max-width: 991px) {
    .contenido img{
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    
    .dropdown-menu li {
        margin-bottom: 7px;
    }
    
    .dropdown-menu li{
        padding-left:10px;
        font-size: 16px;
    }

    .navbar-nav>li>a {
        line-height: 28px;
        font-size: 17px;
    }
    
    .divider{
        display:none;
    }
}