@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-light';
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light.woff') format('woff'), url('fonts/Roboto-Light.ttf') format('truetype'), url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?-ikkqy8');
    src: url('fonts/icomoon.eot?#iefix-ikkqy8') format('embedded-opentype'), url('fonts/icomoon.ttf?-ikkqy8') format('truetype'), url('fonts/icomoon.woff?-ikkqy8') format('woff'), url('fonts/icomoon.svg?-ikkqy8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px;
}

.movil_opt {
    display: none;
}

.movil_opt_2 {
    display: none;
}

.mapa .formularioDireccion .tabs_info {
    display: none;
}

.bloque {
    display: none;
    height: 140px;
}

/**/
#polarized {
    height: 665px;
    width: 100%;
    position: absolute;
    background: white;
    opacity: 0.5;
    z-index: 1;
}
/*MENÚ*/
.contenido {
    max-width: 1070px;
    margin: 0px auto;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Roboto-light', sans-serif;*/
}

    .contenido > .opciones {
        display: block;
        border-bottom: 2px solid #da262d;
    }

        .contenido > .opciones ul {
            color: #696969;
            font-size: 1.25em;
            padding: 0px;
            margin: 0px;
            display: inline-table;
        }

            .contenido > .opciones ul > li {
                display: table-cell;
            }

                .contenido > .opciones ul > li > a {
                    display: inline-block;
                    text-decoration: none;
                    color: inherit;
                    padding: 0.5em 0px;
                    margin: 0px 0.8em;
                }

                .contenido > .opciones ul > li:first-child > a {
                    margin-left: 0px;
                }

                .contenido > .opciones ul > li.activo > a {
                    border-bottom: 4px solid #da262d;
                    color: #da262d;
                }

                .contenido > .opciones ul > li > a:hover {
                    border-bottom: 4px solid #da262d;
                    color: #da262d;
                }

/*MAPA*/
.mapa {
    width: 100%;
    background-image: url(../img/mapa_peru.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 1em;
    position: relative;
}

    .mapa .plugin {
        height: 595px;
    }

    .mapa .pie {
        background-color: #ffffff;
        padding: 0.7em 0px;
        box-sizing: border-box;
        font-size: 0.938em;
        color: #888888;
        margin: 0px;
        width: 100%;
        border: 1px solid #bebebe;
        border-top: none;
        display: table;
    }

        .mapa .pie span {
            float: left;
            margin-left: 18px;
        }

        .mapa .pie a {
            float: right;
            margin-right: 18px;
            font-size: 0.75em;
            color: #196fd9;
            text-decoration: none;
            padding-left: 1em;
            background-image: url(../img/mark_pie_mapa.gif);
            background-repeat: no-repeat;
            background-position: left top;
        }

            .mapa .pie a:hover {
                text-decoration: underline;
            }

    .mapa .formularioDireccion {
        position: absolute;
        top: 50px;
        margin-left: -230px;
        width: 460px;
        left: 50%;
        background-color: #ffffff;
        border: 1px solid #bebebe;
        -webkit-box-shadow: 4px 4px 7px 0px rgba(176,176,176,0.42);
        -moz-box-shadow: 4px 4px 7px 0px rgba(176,176,176,0.42);
        box-shadow: 4px 4px 7px 0px rgba(176,176,176,0.42);
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        z-index: 2;
    }

        .mapa .formularioDireccion .tabs {
            display: block;
            width: 100%;
        }

            .mapa .formularioDireccion .tabs > ul {
                margin: 0px;
                padding: 0px;
                display: table;
                width: 100%;
                height: 100%;
                font-size: 1.125em;
                color: #000000;
            }

                .mapa .formularioDireccion .tabs > ul > li {
                    display: table-cell;
                    width: 50%;
                    vertical-align: middle;
                    background-color: #f8f8f8;
                    border: 1px solid #bebebe;
                    border-top: none;
                    padding: 0.8em;
                    text-align: center;
                    cursor: pointer;
                }

                    .mapa .formularioDireccion .tabs > ul > li:first-child {
                        border-left: none;
                    }

                    .mapa .formularioDireccion .tabs > ul > li:last-child {
                        border-right: none;
                    }

                    .mapa .formularioDireccion .tabs > ul > li.activo {
                        background-color: #ffffff;
                        border: none;
                        color: #D02E10;
                    }

                    .mapa .formularioDireccion .tabs > ul > li > span {
                        font-size: 0.6em;
                        color: #6a6a6a;
                    }

    .mapa #buscar_direccion > .instrucciones {
        font-size: 1.125em;
        color: #000000;
        text-align: center;
        margin: 1em;
    }

    .mapa .movil_opt {
        margin: 2em;
    }

    .mapa .usarUbicacion {
        color: #1197af;
        display: block;
        padding-right: 1em;
        margin: auto auto 2em auto;
        font-size: 1.125em;
        max-width: 300px;
        background-image: url(../img/mark_btn_usar_ubicacion.gif);
        background-position: right center;
        background-repeat: no-repeat;
        text-decoration: none;
    }

    .mapa .openForm {
        display: block;
        cursor: pointer;
        /*text-decoration: underline;*/
        padding-right: 1em;
        margin: auto auto 2em auto;
        font-size: 1.125em;
        max-width: 300px;
        background-image: url(../img/dropdown.gif);
        background-position: right center;
        background-repeat: no-repeat;
        color: #1197af;
    }

#gmaps.mini_map_canvas {
    box-shadow: 1px 0 12px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 0 12px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 0 12px 5px rgba(0,0,0,0.5);
}

#gmaps.mini_map_canvas {
    /*bottom: 50px;*/
    bottom: 20px;
    width: 34%;
    height: 124px;
    z-index: 2;
    /*right: 24px;*/
    right: 63px;
    position: absolute !important;
}

#buscar_direccion {
    display: block;
    padding: 0em 2em;
    margin-bottom: 2em;
}

.campo .input.nosoyrobot {
    /*background-color: #cccccc;*/
    padding-left: 1em;
    background-color: #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
}

    .campo .input.nosoyrobot input {
        display: inline-block;
        width: 60px;
    }

    .campo .input.nosoyrobot span {
        display: inline-block;
        width: 60px;
    }

#lblErrorCaptch {
    padding: 0px 0px 8px;
    color: #da262d;
    font-size: 0.8em;
    font-family: 'Roboto', sans-serif;
}

.seleccionDirecciones {
    display: none;
    margin: 2em auto;
}

    .seleccionDirecciones > .instrucciones {
        font-size: 1.125em;
        text-align: center;
        margin: 0px 1.77em 0px 1.77em;
    }

    .seleccionDirecciones .opciones {
        border: none;
        margin: 1em 2em;
    }

.botones {
    margin: 0.7em 2em;
    text-align: center;
}

    .botones > div {
        text-align: center;
        border-radius: 2px;
        cursor: pointer;
        margin-top: 0.5em;
        display: inline-block;
        vertical-align: middle;
        padding: 0.6em 2em;
    }

.btn_volver {
    color: #6a6a6a;
    border: 1px solid #bebebe;
    margin-right: 1em;
}

.btn_continuar {
    /*background-color: #1197af;*/
    background-color: #1f97ae;
    color: #ffffff;
    /*border: 1px solid #1197af;*/
    border: 1px solid #1f97ae;
}

    .btn_continuar:hover {
        background-color: #117e92;
        border: 1px solid #117e92;
    }

#direccion_4 {
    color: #1197af;
}

/*Inputs Formularios*/
.campos {
    display: table;
    width: 100%;
    text-align: left;
}

.campo {
    display: table-row;
}

    .campo .label {
        display: table-cell;
        padding: 0.2em 0.6em 0.2em 0px;
        vertical-align: middle;
        color: #6a6a6a;
        font-size: 0.875em;
        font-family: 'Roboto-light', sans-serif;
    }

    .campo .input {
        display: table-cell;
        vertical-align: middle;
    }

        .campo .input input {
            box-sizing: border-box;
            display: block;
            width: 100%;
            color: #000000;
            /*font-size: 1em;*/
            font-size: 0.875em;
            /*font-family: 'Roboto', sans-serif;*/
            font-family: Roboto-light, sans-serif;
            /*outline: none;*/
            padding: 0.4em 1em 0.4em 1em;
            margin: 0.4em 0px;
            border: 1px solid #d6d6d6;
            border-radius: 2px;
        }

            .campo .input input[type=submit] {
                background-color: #1197af;
                color: #ffffff;
                border: none;
                display: inline-block;
                width: auto;
                padding: 0.8em 2em;
                cursor: pointer;
            }

            .campo .input input[readonly] {
                color: #8e8e8e;
            }

        .campo .input button {
            box-sizing: border-box;
            /*background-color: #1197af;*/
            background-color: #1f97ae;
            color: #ffffff;
            border: none;
            display: inline-block;
            width: auto;
            padding: 0.8em 2em;
            cursor: pointer;
            margin: 0.4em 0px;
            border-radius: 2px;
            /*outline: none;*/
            font-size: 1em;
            font-family: 'Roboto', sans-serif !important;
        }

            .campo .input button:hover {
                background-color: #117e92;
            }

select::-ms-expand {
    display: none;
}

.campo .input select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    color: #000000;
    /*font-size: 0.8em;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 0.875em;
    font-family: Roboto-light, sans-serif;
    /*outline: none;*/
    padding: 0.4em 1em 0.4em 1em;
    margin: 0.4em 0px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(../img/dropdown.gif) no-repeat 97% center;
}

/*SelectMenu Jquey UI*/
.ui-widget {
    font-family: 'Roboto', sans-serif;
    font-size: 1em !important; /*0.875em*/
    color: #000000 !important;
}

.ui-corner-all {
    border-radius: 2px;
}

.ui-selectmenu-button {
    display: block;
    background-color: #ffffff;
    outline: none;
    width: 100%;
    border-color: #d6d6d6;
    margin: 0.4em 0px;
}

.ui-icon.ui-icon-triangle-1-s {
    background-image: url(../img/dropdown.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.ui-button {
    border: none;
    background: none;
    color: #6a6a6a !important;
    padding-left: 25px;
    position: relative;
    width: auto;
    display: block;
    text-align: left;
    /*text-transform: capitalize;*/
}

    .ui-button:before {
        content: " ";
        display: block;
        position: absolute;
        margin-top: -8px;
        top: 50%;
        left: 0px;
        /*background-image: url(../img/radiobutton.png);*/
        background-image: url(../img/radiobutton2.png);
        background-position: top center;
        background-repeat: no-repeat;
        width: 17px;
        height: 17px;
    }

    .ui-button:hover {
        color: #000000 !important;
    }

        .ui-button:hover:before {
            background-position: center center !important;
        }

    .ui-button.ui-state-active {
        color: #000000 !important;
    }

        .ui-button.ui-state-active:before {
            background-position: bottom center;
        }

/*Estilos de ventanas de información*/
.ventanaInfo {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    /*padding: 1em 0em 1em 1em;*/
    padding: 1em 0em 0em 1em;
    max-width: 325px;
    min-width: 320px;
    text-align: center;
}

    .ventanaInfo .mensaje {
        font-size: 1em;
        margin: 0px 0px 1em 0px;
    }

    .ventanaInfo .direccion {
        font-size: 0.67em;
        font-family: 'Arial', sans-serif;
        /*border-bottom: 2px solid #e4e4e4;*/
        border: 1px solid #e4e4e4;
        padding: 10px 5px 10px 5px;
        text-transform: uppercase;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0.5em 0px 0.5em 0px;
        background-color: #f2f2f2;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .ventanaInfo > ul {
        color: #da262d;
        text-align: left;
        padding-left: 1em;
        font-size: 1em;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        /*-webkit-padding-start: 40px;*/
    }

        .ventanaInfo > ul > li {
            margin: 0px 0px 0.5em 0px;
            font-size: 1em;
        }

    .ventanaInfo .modDireccion {
        text-align: left;
        font-size: 0.78em;
    }

        .ventanaInfo .modDireccion > span,
        .ventanaInfo .ingresarNueva > span {
            color: #1197af;
            text-decoration: underline;
            cursor: pointer;
        }

    .ventanaInfo > ul > li > span {
        color: #000000;
        font-size: 0.78em;
        font-family: Roboto-light;
    }

        .ventanaInfo > ul > li > span a,
        .ventanaInfo .streetview {
            color: #1197af !important;
            text-decoration: underline !important;
            cursor: pointer !important;
        }

    .ventanaInfo .mensaje.exito {
        color: #1197af;
        font-weight: bold;
    }

    .ventanaInfo .mensaje.error {
        font-weight: normal;
        color: #da262d;
    }

    .ventanaInfo .texto {
        text-align: left;
        font-size: 0.83em;
        color: #8e8e8e;
    }

    .ventanaInfo .opciones {
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: auto;
        /*vertical-align:middle;*/
    }

    .ventanaInfo .ui-button .ui-button-text {
        font-size: 14px;
        font-weight: 100;
    }

/*Ventana Reevaluar Ubicación*/
#reevaluar {
    position: absolute;
    /*top: 220px;*/
    top: 140px;
    right: 20px;
    left: 20px;
    background-color: #ffffff;
    border: 1px solid #bebebe;
    padding: 20px;
    text-align: center;
    font-size: 1.3em;
    color: #000000;
    display: none;
}

    #reevaluar .texto {
        margin: 0px 0px 1em 0px;
    }

#customInfoWnd {
    /*position: absolute;
    top: 140px;
    right: 20px;
    left: 20px;*/
    /*top: 140px;*/
    /*left: 20px;*/
    /*height: 242px;*/
    /*background-color: #ffffff;*/
    /*border: 1px solid #bebebe;*/
    /*padding: 20px;
    text-align: center;*/
    font-size: 11px;
    font-family: Roboto,Arial,sans-serif;
    font-weight: 400;
    /*color: #000000;*/
    display: none;
    left: 50%;
    margin-left: -120px;
}

    #customInfoWnd > .customInfoWndContent {
        font-weight: 300;
        font-size: 13px;
        overflow: hidden;
    }

/*Formulario de Solicitud*/
.formularioSolicitud {
    display: none;
    position: absolute;
    top: 50px;
    margin-left: -220px;
    padding: 2em;
    width: 440px;
    left: 50%;
    background-color: #ffffff;
    border: 1px solid #bebebe;
    -webkit-box-shadow: 4px 4px 7px 0px rgba(176,176,176,0.42);
    -moz-box-shadow: 4px 4px 7px 0px rgba(176,176,176,0.42);
    box-shadow: 4px 4px 7px 0px rgba(176,176,176,0.42);
}

    .formularioSolicitud .instrucciones {
        font-weight: bold;
        color: #1197af;
        margin-bottom: 1em;
        text-align: center;
        font-size: 1.2em;
    }

    .formularioSolicitud .campos .campo .input input {
        padding: 0.5em 1em 0.5em 1em;
    }

.gracias {
    display: none;
    position: absolute;
    top: 50px;
    margin-left: -160px;
    padding: 2em 2em 1em 2em;
    width: 320px;
    left: 50%;
    background-color: #ffffff;
    border: 1px solid #bebebe;
    -webkit-box-shadow: 4px 4px 7px 0px rgba(176,176,176,0.42);
    -moz-box-shadow: 4px 4px 7px 0px rgba(176,176,176,0.42);
    box-shadow: 4px 4px 7px 0px rgba(176,176,176,0.42);
    text-align: center;
}

    .gracias .titulo {
        font-weight: bold;
        color: #1197af;
        margin-bottom: 1.2em;
        font-size: 1.2em;
    }

    .gracias .texto {
        color: #696969;
        font-size: 1em;
    }

#loading {
    /*position: relative;*/
    display: none;
    width: 100%;
}

    #loading #img_loading, #loading #content_loading {
        display: block;
    }

    #loading #content_loading {
        color: #989898;
        /*font-family: 'DINPro-Medium';*/
        font-family: 'Roboto';
        font-size: 14px;
    }

        #loading #content_loading .span_message_loading {
            margin: 0 22px;
            display: block;
            text-align: center;
        }

        #loading #content_loading .parraf_loading {
            margin: 16px 22px;
            text-align: center;
        }

        #loading #content_loading .span_footer_loading {
            margin: 0 22px;
            display: block;
            text-align: center;
        }

        #loading #content_loading #link_ref {
            /*color: #3481B7;*/
            color: #1197af;
            cursor: pointer;
        }

    #loading #img_loading {
        margin: 0;
        padding: 16px 0;
    }

        #loading #img_loading:before {
            color: #989898;
            content: '\e600';
            font-family: 'icomoon';
            font-size: 53px;
        }

    #loading figure {
        text-align: center;
    }

#loadingGeocod {
    display: none;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #loadingGeocod #img_loadingGeocod, #loadingGeocod #content_loadingGeocod {
        display: block;
    }

    #loadingGeocod #content_loadingGeocod {
        color: #989898;
        font-family: Roboto-light;
        font-size: 14px;
    }

        #loadingGeocod #content_loadingGeocod .span_message_loading {
            margin: 0 22px;
            display: block;
            text-align: center;
        }

        #loadingGeocod #content_loadingGeocod .parraf_loading {
            margin: 16px 22px;
            text-align: center;
        }

    #loadingGeocod #img_loadingGeocod {
        margin: 0;
        padding: 16px 0;
    }

        #loadingGeocod #img_loadingGeocod:before {
            color: #989898;
            content: '\e600';
            font-family: 'icomoon';
            font-size: 53px;
        }

    #loadingGeocod figure {
        text-align: center;
    }

#coberturamovil {
    padding: 30px 30px;
}

    #coberturamovil p {
        /*font-family: "Roboto";*/
        font-family: "Roboto-light";
        /*font-size: 16px;*/
        font-size: 15px;
        margin-bottom: 15px;
        color: #666666;
    }

    #coberturamovil ul {
        width: 100%;
        list-style: none;
        padding: 0px;
        margin: 30px 0 0 0;
        text-align: center;
    }

        #coberturamovil ul li {
            display: inline-block;
            margin: 10px;
        }

            #coberturamovil ul li a {
                background: whitesmoke;
                border-radius: 5px;
                border: 1px solid #dfdfdf;
                color: #d02e10;
                cursor: pointer;
                display: inline-block;
                font-family: "Roboto";
                font-size: 24px;
                padding: 10px 15px;
                text-align: center;
                text-decoration: none;
                margin-bottom: 10px;
                   
            }

                #coberturamovil ul li a:hover {
                    border: 1px solid #d02e10;
                    text-decoration: none;
                }

#multiple_rpta_drag {
    width: 100%;
}

.options_margin {
    margin-bottom: 10px;
}

/*.options_margin:last-child {
        margin-bottom: 0px;
    }*/

@media all and (max-width:1070px), (max-device-width:1070px) {
    body {
        font-size: 0.9em;
    }

    #coberturamovil {
        /*padding: 10px 30px;*/
        padding: 10px 30px 20px 30px;
    }

        #coberturamovil p {
            margin-bottom: 0px;
        }

        #coberturamovil ul {
            margin: 12px 0 0 0;
        }

            #coberturamovil ul li {
                display: block;
                margin: 5px;
            }

              #coberturamovil ul li a {
               width: 70px;
                   
            }

             

    .mapa .plugin {
        height: 540px;
    }
    /*.esMovil .plugin {
		height: 680px;
	}*/
    .movil_opt {
        display: block;
    }

    .movil_opt_2 {
        display: block;
    }

    .movil_opt.hidden { /* Modificado 2016-07-07*/
        display: none;
    }

    .desktop_opt {
        display: none;
    }

    .contenido {
        /*margin: 0px 15px;*/
        margin: 0px 8px;
    }

    .mapa .formularioDireccion {
        top: 15px;
        left: 15px;
        right: 15px;
        margin: auto;
        width: auto;
    }


    /*#buscar_direccion {
        display: none;
    }*/

    .seleccionDirecciones > .instrucciones {
        font-size: 1.2em;
        margin: 0px 0.88em 0px 0.88em;
    }

    .seleccionDirecciones .opciones {
        margin: 1em 1em;
    }

    #buscar_direccion .campos {
        display: none;
    }

    #buscar_direccion_pop .campos {
        display: block;
    }

    .campo {
        display: block;
        /*margin-bottom: 0.8em;*/
        margin-bottom: 0.2em;
    }

        .campo .label {
            display: block;
            padding: 0.2em 0.6em 0.1em 0px;
        }

        .campo .input {
            display: block;
            font-size: 1.125em;
        }

            .campo .input input {
                margin: 0.1em 0px;
            }

            .campo .input.nosoyrobot {
                text-align: center;
            }

            .campo .input input[type=submit] {
                display: block;
                margin: 1em auto 0px auto;
                width: auto;
            }

    .ventanaInfo {
        max-width: 200px;
        min-width: 0px;
        padding: 0.8em 0em 0em 1em;
    }

        /*.ventanaInfo > ul > li:nth-child(2) {
            display: none;
        }*/

        /*.ventanaInfo > ul > li:last-child {
            display: none;
        }*/

        .ventanaInfo .campo .input {
            font-size: 0.8em;
        }

        .ventanaInfo .ui-button .ui-button-text {
            /*font-size: 0.8em;*/
            font-size: 0.7em;
            font-weight: 100;
        }

    .formularioSolicitud {
        top: 10px;
        margin-left: auto;
        padding: 1em;
        width: auto;
        left: 10px;
        right: 10px;
    }

        .formularioSolicitud .instrucciones {
            font-size: 1.5em;
        }

    .gracias {
        top: 10px;
        margin-left: auto;
        padding: 0.5em;
        width: auto;
        left: 10px;
        right: 10px;
    }

    .botones > div {
        padding: 0.6em 1em;
    }

    .ventanaInfo .mensaje {
        font-size: 0.8em;
        margin: 0px 0px 1em 0px;
    }

        .ventanaInfo .mensaje.titulo {
            font-size: 1.0em;
            margin: 0px 0px 1em 0px;
        }

    .ventanaInfo > .opciones > label > .ui-button-text {
        padding: .4em 0.4em;
    }

    .ventanaInfo .opciones {
        max-height: 140px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: auto;
    }

    .options_margin {
        margin-bottom: 8px;
    }
}

@media all and (max-width:470px), (max-device-width:470px) {
    .esMovil .bloque {
        display: block;
    }

    .botones {
        /*margin: 1em 0.5em;*/
        margin: 0.5em 0.5em;
    }

        .botones .btn_volver {
            margin-right: 0.3em;
        }

    .seleccionDirecciones .botones > div {
        padding: 0.6em 1em;
    }

    .esMovilEspecial .esMovilDepartamento, .esMovilEspecial .esMovilProvincia {
        display: none;
    }

    .ventanaInfo .mensaje {
        font-size: 0.8em;
        margin: 0px 0px 1em 0px;
    }

        .ventanaInfo .mensaje.titulo {
            font-size: 1.0em;
            margin: 0px 0px 1em 0px;
        }

    .options_margin {
        margin-bottom: 7px;
    }
}
