body{
background-image: url(../images/fondo.jpg);
    //font-family: 'Russo One, sans-serif;
}
.navbar-header,.navbar,navbar-ex1-collapse ,nav,.navbar-ex1-collapse{
//background-image: url(../images/fondo.jpg);
background: rgba(255, 0, 0,0.0);
}
.logo{
    width: 150px;height: 150px;float: left;
    margin-left: 20px;
}
.logo img{
    max-width:100%;height: auto;
}
.slogan{
    width: 400px;height: 150px;float: left;
    margin-left: 60px;
}
.slogan img{
    max-width:100%;height: auto;padding-top: 20px;
}
.navbar-right{
    margin-top: 30px;
    margin-right: 30px;
}
.navbar-right,.dropdown-menu{
    //font-family: Arial, Helvetica, Verdana;font-size: 16px;
}
.navbar .navbar-collapse > ul.nav > li>a:hover{
    background-color: #e6e6e6;
    border-top: 2px #090 solid;
}
.navbar > .navbar-collapse > ul.nav > li > a{
    height: 50px;
    border-bottom: 4px #090 solid;
}
.siguenos{
    float: right;
    padding-right: 50px;
    margin-top: -30px;
}
.siguenos img{
cursor: pointer;
margin-left: 10px;
}
.carousel-caption h1{
    //color: #0000ff
}
.img-circle{
    border: 1px #9d9d9d solid;
    cursor: pointer;
}
.img-circle:hover{
                border-radius: 10px;
            }
            .thumbnail:hover{
                -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
                -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
                box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
            }
.boton-top{
    top: 70%;
    //width:40px;
    //height:40px;
    //opacity:0.5;
    position:fixed;
    bottom:50px;
    right:10px;
    cursor: pointer; 
    display:none;
    font-size: 30px;
    color: #0b5a8d;
    //text-indent:-9999px;
    //background: url('icon_top.png') no-repeat;
}
.boton-up{
    top: 80%;
    //width:40px;
    //height:40px;
    //opacity:0.5;
    position:fixed;
    bottom:50px;
    right:10px;
    cursor: pointer; 
    //display:none;
    font-size: 30px;
    color: #0b5a8d;
    //text-indent:-9999px;
    //background-color: #090
}
.boton-top:hover,.boton-up:hover{
    opacity:0.9;
    font-size: 32px;
}
#mapa { height:360px;}
footer{
    //padding-bottom: 20px;
    //background-color: #9d9d9d;
    //position: fixed;
    //background-color: rgba(255,0,0,.2);
    color: #FFF;
}
.footer1 {
    background-color: #666666;
    padding-top: 10px;
   font-size: 20px;
   padding-bottom: 30px;
    //text-shadow: 5px 5px 5px #000;
    //font-family: 'Russo One', sans-serif;
}
footer div.text-center a{
    text-decoration: none;
    color: #FFFFFF
}
.derechos{
    background-color: #0b5a8d;
    padding-top: 20px;
    padding-bottom: 20px;
    //text-shadow: 5px 5px 5px #000;
    //font-family: 'Russo One', sans-serif;
}
@media (max-width: 767px) {
  .footer1{
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
