.divformulario {
            display: flex;
            font-size: 0.6rem;
            line-height: 0.7rem;
            color: black;
            width: 40%;
            justify-content: center;
            padding: 2px 2px;
            box-sizing: border-box;
/*            border: 1px solid #04075f; */
}

.fuenteform {
    font-family: Arial, Helvetica, sans-serif;
    color: #1A19A4;
    font-size: 0.8rem;
    margin: 3%
}

.txtfiltro {
    font-family: verdana, arial;
    width: 150px;
    font-size: 0.8rem;
    color: #130e3d;
    border-radius: 10px;
    border: 2px solid #9e1d0a;
    background-color: #dadac4;
    text-align: center;
}

.txtfiltrocod {
    font-family: verdana, arial;
    width: 80px;
    font-size: 0.8rem;
    color: #130e3d;
    border-radius: 10px;
    border: 2px solid #9e1d0a;
    background-color: #dadac4;
    text-align: center;
}


.btnbuscar {
    font-size: 18px;
    margin: 3px;
    width: 110px;
    border: 1px solid #2e518b;
    padding: 1px;
    background-color: #2e518b;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
    border-radius: 50px;
    cursor: pointer;
}

.comborubro {
    font-family: Arial, Helvetica, sans-serif;
    width: 350px;
    font-size: 0.8rem;
    color: #180474;
    border: 2px solid #9e1d0a;
    background-color: #87a2ca;
    text-align: center;
    border-radius: 10px;
    padding: 0.3rem;
}

@media only screen and (max-width:1220px) {
    .imgcablogo{
        display: none;
    }


    .divformulario {
            display: flex;
            font-size: 0.6rem;
            line-height: 0.7rem;
            color: black;
            width: 100%;
            justify-content: center;
            text-align: center;
            padding: 0px 2px;
            box-sizing: border-box;
        }

    .fuenteform {
            font: "Arial";
            color: #1A19A4;
            font-size: 1rem;
            margin: 1%
        }

    .txtfiltro {
            font-family: verdana, arial;
            width: 80px;
            font-size: 1rem;
            color: #008000;
            border-radius: 10px;
            border: 2px solid #9e1d0a;
            background-color: #dadac4;
            text-align: center;
        }

        .txtfiltrocod {
            font-family: verdana, arial;
            width: 80px;
            font-size: 1rem;
            color: #008000;
            border-radius: 10px;
            border: 2px solid #9e1d0a;
            background-color: #dadac4;
            text-align: center;
        }


    .btnbuscar {
            font-size: 1rem;
            border: 2px solid #2e518b;
            padding: 1px;
            width: 80px;
            background-color: #2e518b;
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            font-family: 'Helvetica', sans-serif;
            border-radius: 50px;
        }

    .comborubro {
            font-family: verdana, arial;
            width: 99%;
            font-size: 0.6rem;
            color: #180474;
            border: 2px solid #9e1d0a;
            background-color: #87a2ca;
            text-align: center;
            border-radius: 10px;
            padding: 0.4rem;
        }
        
}