.btnnavegar {
    font-size: 18px;
    margin: 3px;
    width: 120px;
    padding: 1px;
    border: 1px solid #f5f5f5;
    background-color: #c80f0c  ;
    color: #ffffff;
    text-decoration: none;
   /*text-transform: uppercase;*/
    font-family: 'Helvetica', sans-serif;
    border-radius: 50px;
    cursor: pointer;
}



.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: 1rem;
    color: #130e3d;
    border-radius: 10px;
    border: 2px solid #9e1d0a;
    background-color: white;
    text-align: center;
}

.txtfiltrocod {
    font-family: verdana, arial;
    width: 100px;
    font-size: 1rem;
    color: #130e3d;
    border-radius: 10px;
    border: 2px solid #9e1d0a;
    background-color: white;
    text-align: center;
}

.btnbuscar {
    font-size: 18px;
    margin: 3px;
    width: 120px;
    border: 1px solid #f5f5f5;
    padding: 1px;
    background-color: #5A9DDD  ;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
    border-radius: 50px;
    cursor: pointer;
}

.comborubro {
    background-image: url("/imagenes/flechar.png?v13");
    background-position: left center;
    background-repeat:no-repeat;    
    font-family: Arial, Helvetica, sans-serif;
    width: 400px;
    font-size: 1rem;
    font-weight: bold;
    color: #050505;
    border: 2px solid #9e1d0a;
    background-color: white; /*#e7ebb9*/
    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%;
                height: 82px;                
                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: 35%;
            height:31px;
            font-size: 1rem;
            color: #008000;
            border-radius: 10px;
            border: 2px solid #9e1d0a;
            background-color: white;
            text-align: center;
        }

        .txtfiltrocod {
            font-family: verdana, arial;
            width: 35%;
            height:31px;
            font-size: 1rem;
            color: #008000;
            border-radius: 10px;
            border: 2px solid #9e1d0a;
            background-color: white;
            text-align: center;
        }

    .btnbuscar {
            display: inline-block;
            font-size: 1rem;
            width: 25%;
            height:31px;
            border: 2px solid #f5f5f5;
            padding: 3px;
            background-color: #5A9DDD  ;
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            font-family: 'Helvetica', sans-serif;
            border-radius: 50px;
        }

    .comborubro {
            background-image: url("/imagenes/flechar.png?v13");
            background-position: left center;
            background-repeat:no-repeat;    
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
            appearance: none;
            display: inline-block;
            font-family: verdana, arial;
            width: 100%;
            font-size: 1rem;
            color: #180474;
            border: 2px solid #9e1d0a;
            background-color: white;
            /*text-align: center;*/
            text-align: left;
            text-indent: 60px;
            border-radius: 10px;
            padding: 0.4rem;
            font-weight: bold;
        }

    .select {
        position: relative; 
/*        border: 1px solid #ccc;*/
        width: 100%;
        line-height: 20px;
        margin: 3px auto 10px;
        overflow: hidden; 
        background-color: #fff;
        border-radius: 10px;
    }

    .select:before {
        content: '';
        position: absolute;
        right: 5px;
        top: 7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 10px 0 10px;
        border-color: #2318b8 transparent transparent transparent;
        z-index: 5;
        pointer-events: none;
    }
    .btnnavegar {
            display: inline-block;
            font-size: 1rem;
            width: 25%;
            height:31px;
            border: 2px solid #f5f5f5;
            background-color: #c80f0c  ;
            color: #ffffff;
            padding: 3px;
            text-decoration: none;
           /* text-transform: uppercase;*/
            font-family: 'Helvetica', sans-serif;
            border-radius: 50px;
        }




        
}