html {
    background-image: url(buscador/img/FONDO2.jpg);
    background-repeat: repeat-y;
    background-size: cover;
}

/*logos*/
.logos {

    float: left;
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: 20%;
    max-height: 25%;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 1em;

   
}

.fraco {
    width: 40%;
    float: left;
}

.fraco img {
    max-width: 90%;
}

.tit {
    float: inherit;
    font-family: sans-serif;
    color: black;
    text-shadow: 5px 5px 10px red;
    font-size: 130%;
    text-align: left;
}

.log {
    float: right;
    width: 50%;
}
.log img{
    width: 25%;
    max-width: 25%;
    margin: 2%;
}

@media screen and (min-width: 601px) {
    body {

        width: 93%;
        margin: auto;
        background: rgba(237, 50, 55, 0.85);
        padding: 1em;
        box-shadow: 8px 8px 5px 1px rgba(0, 0, 0, .6);
        border-radius: 1em;
        margin-top: 2%
            /*Separacion de body*/
    }

    .visit {
        text-align: center;
        font-language-override: normal;
        color: white;
        text-shadow: 5px 5px 10px black;
        font-size: 250%
    }

    a {
        margin: 1%;
        box-shadow: 5px 5px 10px black;
    }

    .info {
        display: none;
    }

    .foot {
        color: white;
        font-size: 16px;
        text-shadow: 3px 5px 4px #000;
    }

    .Ocult {
        display: none;
    }



    .container {
        width: 100%;
        height: auto;
    }

}


@media screen and (max-width: 600px) {
    body {
        margin-top: 10% !important;
        width: 93%;
        margin: auto;
        background: rgba(237, 50, 55, 0.85);
        padding: 1em;
        box-shadow: 8px 8px 5px 1px rgba(0, 0, 0, .6);
        border-radius: 1em 1em 1em 1em;


    }

    a {
        margin: 2%;
        min-width: 95%;
        box-shadow: 5px 5px 10px black;
    }

    .text-center a {
        max-width: 95%;
        font-size: 130%;
        pargin 1em;
    }

    .visit {
        text-align: center;
        font-size: 220%;
        text-align: center;
        font-language-override: normal;
        color: white;
        text-shadow: 5px 5px 10px black;
    }

    .foot {
        padding-left: 1em;
        margin-top: 1em;
        font-size: 16px;
        color: white;
        text-shadow: 3px 5px 4px #000;
    }
}
