.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;
}

.fuenteform {
    font-family: Arial, Helvetica, sans-serif;
    color: #1A19A4;
    font-size: 0.8rem;
    margin: 3%
}

.txtfiltro {
    font-family: verdana, arial;
    width: 120px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #130e3d;
    border-radius: 10px;
    border: 2px solid black;
    background-color: white;
    text-align: center;
}

.txtfiltrocod {
    font-family: verdana, arial;
    width: 100px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #130e3d;
    border-radius: 10px;
    border: 2px solid black;
    background-color: white;
    text-align: center;
}

.btnbuscar {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 3px;
    width: 125px;
    border: 1px solid BLACK;
    padding: 1px;
    background-color: red;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
    border-radius: 80px;
    cursor: pointer;
}

.comborubro {
    font-family: Arial, Helvetica, sans-serif;
    width: 350px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #050505;
    border: 2px solid black;
    background-color: white;
    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: 110px;
            font-size: 1.1rem;
            font-weight: bold;
            color: #130e3d;
            border-radius: 10px;
            border: 1px solid black;
            background-color: white;
            text-align: center;
        }

        .txtfiltrocod {
            font-family: verdana, arial;
            width: 100px;
            font-size: 1.1rem;
            font-weight: bold;
            color: #008000;
            border-radius: 10px;
            border: 1px solid black;    
            background-color: white;
            text-align: center;
        }

    .btnbuscar {
            display: inline-block;
            font-size: 1.1rem;
            font-weight: bold;
            width: 100px;
            border: 2px solid black;
            background-color: red;
            padding: 3px;
            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: 1rem;
            font-weight: bold;
            color: #180474;
            border: 2px solid black;
            background-color: white;
            text-align: center;
            border-radius: 10px;
            padding: 0.4rem;
        }
        
}