﻿.btnIngles {
    background-image: url(../../Recursos/Imagenes/General/Ingles.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-color: transparent;
    border:0px;
    width: 48px;
    height: 37px;
}
/***********************************************************************************************/
/******************************
/******************************  INICIO RESPONSIVE DISPOSITIVOS MOVIL
/******************************
/***********************************************************************************************/
/*@media screen and (min-width: 310px) and (max-width: 425px) {*/
@media only screen and (min-width : 0px) and (max-width : 981px) {
    .HeaderMovil_Modelo {
        background-image: url(../../Recursos/Imagenes/Encabezado/Header_Movil.jpg);
        height: 10.625em;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        padding: 0px !important;
        background-color: #000000;
    }

    .HeaderMovil_Modelo_En {
        background-image: url(../../Recursos/Imagenes/Encabezado/Header_Movil_En.jpg) !important;
        height: 10.625em;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        padding: 0px !important;
        background-color: #000000;
    }
}
