
a{
    color: #FFF;
    font-size:130%;
}
a:hover{
    color:#F58227;
    text-decoration: none;
}
.breadcrumb {
    background-color: rgba(100, 100, 100, 0.5);
}
.menusOver:hover
{
    background-color:rgba(100, 100, 100, 0.5)!important ;
    border-radius:3px;
}
.fondoFoto{
    background-size: 100%;
    background-position: right;
}
@media (max-width: 400px) {
    .fondoFoto{
        background: url(/imagenes/teleferico-2000.jpg) no-repeat;
        background-size: cover;
        background-clip: border-box;
    }
}
@media (min-width: 401px) {
    .fondoFoto{
        background: url(/imagenes/teleferico-1200.jpg) no-repeat;
        background-size: cover;
        background-clip: border-box;
        }
}
