.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 #f3962c;
    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 #f3962c;
    background-color: #dadac4;
    text-align: center;
}

.btnbuscar {
    font-size: 18px;
    margin: 3px;
    width: 120px;
    border: 1px solid #f5f5f5;
    padding: 1px;
    background-color: #eb944d;
    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: #050505;
    border: 2px solid #f3962c;
    background-color: #dadac4;
    text-align: center;
    border-radius: 10px;
    padding: 0.3rem;
}

@media only screen and (max-width:1220px) {
    .div-cabecera{
        width: 100%;
    }
    .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: 0.7rem;
            margin: 1%
        }

    .txtfiltro {
            display: inline-block;
            font-family: verdana, arial;
            width: 80px;
            font-size: 1rem;
            color: #130e3d;
            border-radius: 10px;
            border: 1px solid #f3962c;
            background-color: #dadac4;
            text-align: center;
        }

        .txtfiltrocod {
            font-family: verdana, arial;
            width: 80px;
            font-size: 1rem;
            color: #008000;
            border-radius: 10px;
            border: 2px solid #f3962c;
            background-color: #dadac4;
            text-align: center;
        }

    .btnbuscar {
            display: inline-block;
            font-size: 1rem;
            width: 88px;
            border: 2px solid #f5f5f5;
            padding: 3px;
            background-color: #eb944d;
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            font-family: 'Helvetica', sans-serif;
            border-radius: 50px;
        }

    .comborubro {
            display: inline-block;
            font-family: verdana, arial;
            width: 100%;
            font-size: 0.7rem;
            color: #180474;
            border: 2px solid #f3962c;
            background-color: #dadac4;
            text-align: center;
            border-radius: 10px;
            padding: 0.4rem;

        }
        
}