﻿@charset "UTF-8";

html {
    font-size: 15px;
}


body {
    font-family: 'Open Sans', sans-serif;
    color: #111111;
}



/*#region header */



.header {
    background-color: #D5D7D5;
    vertical-align: middle;
    max-height: 80px;
    border: none;
    border-radius: 0;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: green;
}



.logo_inicio {
    border-radius: 5px;
}

.boton-menu {
    border: 0;
    font-size: 2rem;
    margin: 0;
    padding: 0.5rem;
    background: transparent;
    color: #fff;
}

    .boton-menu:focus {
        outline: 0;
    }

.barra-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



/*--------------HeaderNegro------------------------*/

.bienvenidos {
    background-size: cover;
}

.menu_top {
    color: white;
    text-decoration: none;
    margin: 0 5px 0 10px;
    padding: 0;
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
}

    .menu_top:hover {
        color: greenyellow;
        font-size: 15px;
    }

/*-----------------------------------------------------
                menu Header

-------------------------------------------------------*/

.texto_menuPrincipal {
    color: black !important;
    font-weight: bold;
    font-size: 12px !important;
    overflow: hidden;
    background-color: #D5D7D5;
}

    .texto_menuPrincipal:hover {
        color: green !important;
        font-size: 13px !important;
        background-color: #D5D7D5 !important;
    }

.menuPrincipalSelected {
    color: green !important;
    font-size: 15px !important;
    background-color: #D5D7D5 !important;
    font-weight: bold !important;
    text-decoration: underline;
}


.texto_menuPrincipalSesion {
    color: black !important;
    font-weight: bold;
    font-size: 12px !important;
    overflow: hidden;
    background-color: #D5D7D5;
}

    .texto_menuPrincipalSesion:hover {
        color: green !important;
        font-size: 13px !important;
        background-color: #D5D7D5 !important;
    }








/*#endregion */


/*#region Login */



/*---------------------------------LOGIN-----------------------------*/
.div_login {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 300px;
    height: 370px;
    background-color: white;
    border-radius: 10px;
}



.fondoGrisClaro {
    /*background-color:#F7F7F7;*/
    background-color: #CFD1CF;
    /*background: rgba(76,76,76,1);*/
}

.tituloLogin {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(21,106,50);
    text-align: right;
    font-size: 40px;
    font-weight: 400;
    color: white;
    height: 80px;
    padding-top: 10px;
}


.centrado {
    align-content: center;
}

.div_login_formulario {
    height: 270px;
    display: table;
}

.div_login_centrado_formulario {
    display: table-cell;
    vertical-align: middle;
    padding-top: 5%;
}

.piedepagina {
    background: #111111;
    text-align: center;
    font-size: .9rem;
    color: white;
    position: static;
    padding-bottom: 0px !important;
}

.btn_transparente {
    background-color: transparent;
    color: blue;
    border: none;
}


.CajaDialogomsg {
    width: 350px;
    height: 250px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #597837;
    border-radius: 20px 20px 20px 20px;
    behavior: url(border-radius.htc);
    box-shadow: rgba(0,0,0,0.3) 5px 5px
}

.btnSalir {
    border-radius: 5px;
    padding: 5px;
}

/*#endregion */


/*#region Conocenos.aspx */

/*----------------------------------
        Seccion Conocenos
----------------------------------*/


.img_conocenos_principal {
    width: 100%;
}

.datalist100 {
    width: 100%;
}

.btn_lista {
    background-color: transparent;
    border: none;
    font-size: 23px;
    margin: 10px;
    max-width: 100% !important;
    word-break: break-word;
    white-space: normal !important;
    text-align: left;
}

    .btn_lista:hover {
        font-size: 24px;
        /*background-color: green;*/
        border: none;
        /*color: black;*/
        /*margin:10px;*/
    }

.btn_lista_centros_imp {
    /*   background-color: #d9f7e2;*/
    background-color: #effdf3;
    color: darkgreen;
    /*    border: none;*/
    font-size: 23px;
    padding-left: 20px;
    max-width: 100% !important;
    word-break: break-word;
    white-space: normal !important;
    text-align: left;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    border: none;
}

    .btn_lista_centros_imp:hover {
        font-size: 24px;
        /*background-color: green;*/

        border: solid;
        border-color: darkgreen;
        border-width: 0.5px;
        /*color: black;*/
        /*margin:10px;*/
    }


.btn_lista_selected {
    background-color: green;
    border: none;
    font-size: 23px;
    color: white;
    border-radius: 10px;
    padding: 0px;
    max-width: 100% !important;
    word-break: break-word;
    white-space: normal !important;
    text-align: left;
}

    .btn_lista_selected:hover {
        font-size: 24px;
    }

.textoVerdeTitulo {
    font-size: 45px;
    font-family: 'Times New Roman', Times, serif;
    font: bolder;
    color: green;
}

.linksLadoDerecho {
    /*max-width:300px;
    max-height:200px;*/
    width: 100%;
    margin: 10px;
}

.linksLadoDerecho2 {
    /*max-width:300px;
    max-height:200px;*/
    width: 100%;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.41);
    box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.41);
}

.titulosLogros {
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    font: bolder;
    color: green;
}

-IconoRegionesSelected {
    width: 100% !important;
}


#endregion
/*#region actualidad.aspx */
/*----------------------------------
        Seccion actualidad
----------------------------------*/
.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*#endregion */

/*#region Informacion */

.textoAzulTitulo {
    font-size: 45px;
    font-family: 'Times New Roman', Times, serif;
    font: bolder;
    color: dodgerblue;
    text-align: center;
}


.botonesDocumentos {
    width: 90%;
    margin: 5px;
    background-color: transparent;
}

.botonesDocumentosSelected {
    width: 90%;
    margin: 5px;
    background-color: green;
    color: white;
}

.textoSecretarias {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font: bolder;
    color: green;
    text-align: center;
}

.searchboxActualidad {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.searchboxActualidadDrop {
}


/*#endregion */


/*#region regiones.aspx */
/*----------------------------------
        Seccion Regiones
----------------------------------*/

.center {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}


@media handheld, only screen and (max-width: 767px) {
    .mapa {
        display: none;
    }

    .mapaOrganigrama {
        display: none !important;
    }

    .mapaOrganigramaMobil {
        display: block !important;
    }
}

@media only screen and (max-width: 1023px) {
    .mapa {
        display: none;
    }

    .divOrganigrama {
    }

    .mapaOrganigrama {
        display: none !important;
    }

    .mapaOrganigramaMobil {
        display: block !important;
    }
}

.botonesRegiones {
    width: 100%;
    background-color: green;
    color: white;
    border-radius: 5px;
    font-size: 30px;
    font: bolder;
    min-height: 100%;
}

.botonesRegionesDetalle {
    width: 100%;
    background-color: green;
    color: white;
    border-radius: 5px;
    font-size: large;
    font: bolder;
    min-height: 100%;
}

.botonesComisionesDetalle {
    width: 100%;
    background-color: whitesmoke;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px;
    font: bolder;
    min-height: 100% !important;
    white-space: normal;
}

.botonesComisionesDetalleSelected {
    width: 100%;
    background-color: green;
    color: white;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 5px;
    font: bolder;
    min-height: 100% !important;
    white-space: normal;
}

.enlaces_clausulas_comisiones {
    background-color: transparent;
    color: darkgreen;
    border: none;
}

.iconosGaleriasregiones {
    width: 40%;
    border: solid;
    border-width: 5px;
    border-color: green;
    border-radius: 5px;
    padding: 2.5%;
}


.textoIconosRegion {
    color: green;
    font-size: 20px;
    font: bolder;
}


.IconoRegionesSelected {
    border: solid;
    border-color: green;
    border-width: 3px;
    border-radius: 4px;
}

.IconoRegionesUnselected {
    border: none;
}

.dropDown {
    /*background-color:lightgray;*/
    color: black;
    width: 100%;
    font-size: 20px;
    font: bolder;
    text-align: center;
}


/*#endregion */


/*REgion Temas interes*/
.tituloTEmas {
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    font: bolder;
    color: green;
}

.botonesTemasInteres {
    cursor: pointer;
    width: 100%;
    padding: 5px;
    text-decoration: none;
    background-color: transparent;
    border-radius: 5px;
    margin-top: 5px;
    text-align: left;
    border: none;
    color: dimgrey;
}

    .botonesTemasInteres:hover {
        color: green;
        border: solid;
        border-color: green;
    }

.btn_tema_interes_selected {
    width: 100%;
    padding: 5px;
    color: green;
    border: solid;
    border-color: green;
    border-radius: 5px;
    margin-top: 5px;
    text-align: left;
}

.wrap {
    white-space: normal;
    width: 100px;
    word-break: break-word;
}



/*#region general */
.imagenEspera {
    width: 100% !important;
}

.sombraNotificacion {
    -webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44) !important;
    -moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44) !important;
    box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44) !important;
    background-color: whitesmoke !important;
}


.ir-arriba {
    position: fixed;
    bottom: 1rem;
    right: 0.3rem;
    font-size: 3rem;
    color: green; /*#dbe92d;*/
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    /*display: none;*/
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .ir-arriba:hover,
    .ir-arriba:focus {
        outline: 0;
        text-decoration: none;
        color: lawngreen;
    }


.ir-atras {
    position: fixed;
    bottom: 1rem;
    left: 0.3rem;
    font-size: 3rem;
    color: green; /*#dbe92d;*/
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    /*display: none;*/
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .ir-atras:hover,
    .ir-atras:focus {
        outline: 0;
        text-decoration: none;
        color: lawngreen;
    }

.textoJustificado {
    text-align: justify
}

.textoCentrado {
    text-align: center
}

.textoVerdeSubtitulo {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font: bolder;
    color: green;
}


.accordionHeader {
    cursor: pointer;
    margin-top: 10px;
}



/*.break-word {
 -ms-word-break:  break-all;
     word-break: break-all;

     // Non standard for webkit
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}*/
/*#endregion */



/*Organigrama*/

.edit-wrapper {
    opacity: 1 !important;
}

.tituloOrganigrama {
    text-align: center;
    color: red;
}

.CajaMapa {
    width: 450px;
    height: auto;
    padding: 3px;
    background-color: White;
    border-style: solid;
    border-width: 5px;
    border-color: #75f257;
    border-radius: 10px 10px 10px 10px;
    behavior: url(border-radius.htc);
}

.texto_secre {
    font-family: 'Arvo', Arial, sans-serif !important;
    font-size: 15px;
    text-align: center !important;
    line-height: 24px;
    /*text-align:justify;*/
    color: black;
}

.FondoAplicacion {
    background-color: black;
    filter: alpha(opacity=90);
    opacity: 0.9;
}


.CajaMapa {
    width: 450px;
    height: auto;
    /*padding:3px;*/
    background-color: White;
    border-style: solid;
    border-width: 5px;
    border-color: #75f257;
    border-color: #DCDCDC;
    border-radius: 10px 10px 10px 10px;
    behavior: url(border-radius.htc);
}

.CajaMapaSES {
    width: 35%;
    height: 400px;
    background-color: White;
    border-style: solid;
    border-width: 5px;
    border-color: #75f257;
    border-color: #DCDCDC;
    border-radius: 10px 10px 10px 10px;
    behavior: url(border-radius.htc);
    /*z-index: 300;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;*/
}

.CajaMapaSESInterna {
    width: 100%;
    height: 350px;
    ;
    /*padding:3px;*/
    overflow-y: scroll !important;
    overflow-x: hidden;
    /*border-style:solid;
    border-width: 5px;
    border-color: #75f257;
    border-radius: 10px 10px 10px 10px;*/
    /*behavior: url(border-radius.htc);*/
    /*z-index: 300;*/
    /*-moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;*/
}


.CajaMapaDLF {
    width: 40%;
    height: 400px;
    background-color: White;
    border-style: solid;
    border-width: 5px;
    border-color: #75f257;
    border-color: #DCDCDC;
    border-radius: 10px 10px 10px 10px;
    behavior: url(border-radius.htc);
}

.CajaDLFInterna {
    width: 100%;
    height: 350px;
    ;
    /*padding:3px;*/
    overflow-y: scroll !important;
    overflow-x: hidden;
    /*border-style:solid;
    border-width: 5px;
    border-color: #75f257;
    border-radius: 10px 10px 10px 10px;*/
    /*behavior: url(border-radius.htc);*/
    /*z-index: 300;*/
    /*-moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;*/
}


.Cerrar_pop {
    text-decoration: none;
    /*font-size:25px;*/
    border-radius: 20px;
    text-align: center;
    /*padding:2px;*/
    float: right;
    /*height: 26px;*/
    /*left: 30px;*/
    position: relative;
    /*top: -35px;*/
    width: auto;
    z-index: 0;
    vertical-align: top;
}

    .Cerrar_pop:hover {
        border-color: orange;
        border-style: solid;
        border-width: 2.5px;
        padding: 1.5px;
        background-color: rgba(52, 149, 239, 0.62);
        vertical-align: top;
        border-radius: 30px;
    }

.boton {
    border-radius: 10px;
    width: auto;
}


.closeModal {
    float: right;
    padding: 1px;
    vertical-align: middle;
    /*top:-10px;*/
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    /*// opacity: .8;*/
    position: relative;
    z-index: 99999;
    width: 25px;
}

.ClosePopupCls {
    color: White;
    float: right;
    height: 12px;
    font-size: 10px;
    cursor: pointer;
    text-decoration: none;
}


.divPagina {
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.4);
}

.divSeparadorVerticalDerecho {
    -webkit-box-shadow: 10px 0px 6px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 10px 0px 6px -5px rgba(0,0,0,0.4);
    box-shadow: 10px 0px 6px -5px rgba(0,0,0,0.4);
    padding: 3%;
    background-color: whitesmoke
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .embed-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.mi-iframe {
    width: 100px;
    height: 50px;
}


/*ORGCHART ORGANIGRAMA*/

/*[node-id] rect {
            fill: green;
            border-radius:10px !important;
            color:white;
        }

.node.Ambito_Político rect {
   fill:pink;
   
}

.edit-photo 
{
 background-color:green !important;
}*/

/*#tree>svg {
            background-color: #e7e7e7;
        }*/



.field_0 {
    font-family: Arial;
    /*color:aqua !important;*/
}

/*[data-field-name] [lbl]{
    display: none;
  }*/

[data-field-name] > textarea {
    /*border:solid;
    border-style:dotted !important;*/
    min-height: 30px;
    color: black !important;
    display: block !important;
}


.bg-toolbar-container {
    top: 30% !important;
    bottom: initial !important;
}


.edit-tags {
    display: none;
}

.edit-fields {
    color: black !important;
}

    .edit-fields > div[data-field-name^="Descripción"] {
        min-height: 100px !important;
    }

.groupName {
    display: none !important;
}

g[level^="4"] > text {
    display: block !important;
}

g > g[transform^="matrix(1 0 0 1 195 20)"] {
    display: none;
}

g > g[style^="cursor:pointer"] {
    display: none;
}



/* CSS pantallas de 320px o superior */
@media (min-width: 320px) {

    .mi-iframe {
        width: 400px;
        height: 300px;
    }
}

/* CSS pantalla 768px o superior */
@media (min-width: 768px) {

    .mi-iframe {
        width: 1000px;
        height: 800px;
    }
}

/*cambia el punto center el que bootstrap aparece ellipse menu movil*/
/*1250 content menu TEmas de interes*/
@media (max-width: 1300px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

/*Ajusta el desplazamiento del header al apuntar hacia alguna sección*/
section {
    padding-top: 100px;
    margin-top: -100px;
}


/*CSS para menu lateral*/
.left-panel {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 30vh;
    width: 40px;
    min-height: 30%;
    background-color: lightgray;
    border: solid;
    border-color: green;
    border-width: .5px;
    border-right: none;
    position: absolute;
    z-index: 1;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: right 5s;
}

    .left-panel:hover {
        width: 350px;
    }

    .left-panel:focus {
        width: 350px;
    }

@media screen and (max-width: 768px) {
    .left-panel {
        display: none;
    }
}

.inner-left-panel {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    width: 40px !important;
    height: 300px !important;
    margin-right: auto;
    margin-left: 0px;
    background-color: green;
    height: 50px;
    text-align: center;
    vertical-align: central;
}

.inner-right-panel {
    overflow: hidden;
    height: 300px !important;
    max-width: 310px !important;
    margin-right: 0px;
    margin-left: auto;
    background-color: red;
}

input#abrir-cerrar:checked ~ #sidebar {
    width: 300px;
}

input#abrir-cerrar:checked + label[for="abrir-cerrar"], input#abrir-cerrar:checked ~ #contenido {
    margin-left: 300px;
    transition: margin-left .4s;
}

    input#abrir-cerrar:checked + label[for="abrir-cerrar"] .cerrar {
        display: inline;
    }

    input#abrir-cerrar:checked + label[for="abrir-cerrar"] .abrir {
        display: none;
    }

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.btn_comentarios {
    color: white !important;
    background-color: transparent;
    border: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 5px;
    margin-top: 15px;
}

.lbl_modal {
    font-weight: bolder;
}

.btn_descarga_imagen {
    background-color: transparent;
    border: solid;
    border-color: green;
    border-width: 2px;
    border-radius: 5px;
    font-size: large;
    font: bolder;
    margin-bottom: 10px;
    color: green;
}

    .btn_descarga_imagen:hover {
        background-color: green;
        color: white;
        border-radius: 5px;
    }

.texto_descrip_notificaciones {
    font-size: 14px;
    text-align: left;
    color: dimgrey;
}

.texto_titulo_modificaciones {
    font-weight: bolder !important;
    font-size: 20px !important;
    text-align: left;
    color: black !important;
}

.panel_notificaciones {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-radius: 15px;
    padding: 10px;
    min-width: 450px;
    max-height: 80vh;
    text-align: left;
    overflow-y: auto;
    scrollbar-width: thin;
    background: linear-gradient(rgb(255, 255, 255), rgb(237, 239, 242))
}



.item_hover:hover {
    background: rgb(158,158,158);
    background: radial-gradient(circle, rgba(158,158,158,1) 0%, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 47%);
    /*  box-shadow: -2px 11px 10px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: -2px 11px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 11px 10px -5px rgba(0,0,0,0.75);*/
    border-radius: 5px;
}

.StickyHeader th {
    position: sticky;
    top: 0;
    z-index: 10;
}

.fotos_notificacion {
    /* border-radius: 5px;*/

    border-style: solid;
    border-color: inherit;
    width: 100%;
    max-width: 100px !important;
    border-radius: 50%;
    border-width: medium !important;
    }

.lbl_notificacion_nombre {
    float: right;
    align-self: center;
}

.btn_notificaciones {
    margin-top: 5px !important;
}

.hidden {
    display: none !important;
}

.modal-lg {
    max-width: 70% !important;
}

.videoPlayer {
    width: 100%;
}

/*.back_login {
    height:100%;
    background-image: url("https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExZGZybzFwMWhlM2UwMzRyaXhoMGh3czRvYzJvOHpmZ2l0MXV3eXhjdCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/1mW3bDTf348H6/giphy.gif");
    background-size:auto;
    background-repeat:no-repeat;
}*/


.div_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:3%;
}




.imagen {
    max-height: 250px;
    margin: 20px; 
    margin-top:70px;
}


@media only screen and (max-width: 600px) {
    .imagen {
        max-height: 100px;
        margin-top: 0px;
    }
}

.separar_rbl label {
    margin-left: 10px;
}
