@import url('https://fonts.googleapis.com/css?family=Roboto');

    html {
        min-height: 100% !important;
        position: relative !important;
    }
    body {
        margin: 0 auto 105px 0 !important;
        font-family: 'Roboto', sans-serif;
        
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 65%, rgba(171,171,171,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(65%, rgba(246,246,246,1)), color-stop(100%, rgba(171,171,171,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 65%, rgba(171,171,171,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 65%, rgba(171,171,171,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 65%, rgba(171,171,171,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 65%, rgba(171,171,171,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ababab', GradientType=0 );
    }

    .cabecera{
        padding: 15px 30px;
        background: #ccc;
    }

    .logoCabecera {
        width: 200px;
        *height: 1.5em;
    }
    
    .menuPrin {
        padding: 5px;
        background: #222;
        color: white;
    }
    
    .enlacePers {
        color: white !important;
        font-size: 1.7em;
    }

    .nombreMenu{
        margin-top: -55px;
    }

    .enlacePers, .nombreMenu{
        vertical-align: middle;
    }

    .alignDer {
        text-align: right;
    }
    
    .alignIzq {
        text-align: left;
    }

    .cajaLogin {
        margin: 25px;
        border-radius: 20px 5px 20px 5px;
        padding: 15px;
        background: #ccc !important;
    }

    .centrado{
        margin: 0 auto;
        text-align: center;
    }

    .miContenido{
        margin: 40px 0 180px 0;
    }

    #avisoPass{
        display: none;
        width: 30%;
    }



    /*Añado un color nuevo para aprovechar el estilo de boton de Boostrap*/
    .btn-pers {
        background: #e31e2d !important;
        color: white !important;
        border: 0 !important;
        border: 2px solid #e31e2d !important;
    }

    .btnPrincipal{
        position: absolute;
        bottom: 20px !important;
        left: 10%;
        right: 10%;
        width: 80%;
        max-width: 80%;
        text-decoration: none;
    }

    .btn-pers:hover {
        background: white !important;
        color: black !important;
        border: 2px solid #e31e2d !important;
    }

    .btnFacturas {
        background: #e31e2d !important;
        color: white !important;
        border: 0 !important;
        border: 2px solid #e31e2d !important;
        padding: 5px;
        border-radius: 5px;
        margin-top: -5px;
        min-width: 120px !important;
        max-width: 130px !important;
        transition: all 0.3s ease;
        text-align: center;
    }

    .btnFacturas:hover {
        background: white !important;
        color: black !important;
        border: 2px solid #e31e2d !important;
    }
    
    .btnFacturasSoloIcono {
        background: #e31e2d !important;
        color: white !important;
        border: 0 !important;
        border: 2px solid #e31e2d !important;
        padding: 5px;
        border-radius: 0 5px 5px 0;
        margin-top: -5px;
        min-width: 50px;
        max-width: 50px;
        height: 40px;
        transition: all 0.3s ease;
        text-align: center;
        margin-left: -6px;
    }

    .btnFacturasSoloIcono:hover {
        background: #c10e0a !important;
        border: 2px solid #c10e0a !important;
    }
    
    .inputBusqueda{
        width: 400px;
        border-radius: 5px 0 0 5px;
        height: 40px;
        margin-top: -5px;
        border: 2px solid #e31e2d;
        padding: 0 10px;
    }
    
    .inputBusqueda::placeholder{
        color: #afafaf;
        font-style: italic;
    }

    .btnComunicado {
        background: #e31e2d !important;
        color: white !important;
        border: 0 !important;
        border: 2px solid #e31e2d !important;
        padding: 5px;
        border-radius: 5px;
        margin-top: -5px;
        min-width: 120px !important;
        max-width: 180px !important;
        transition: all 0.3s ease;
        text-align: center;
        font-size: 16px;
    }

    .comunicadoTexto{
        /*font-size: 24px;*/
        display: inline-block;
        word-break: break-word;
    }

    .noticiasTitulo{
        border-bottom: 2px solid #34ebe5;
        margin-bottom: 50px;
        margin-top: 45px;
        padding: 0;
    }
 
    .noticiasTituloC{
        border-bottom: 2px solid #bc0000;
        margin-bottom: 50px;
        margin-top: 45px;
        padding: 0;
    }
    .noticiasH{
        width: 110px;
        background-color: #34ebe5;
        margin-bottom: 0;
        padding-left: 9px;
        color: white;
    }

   .noticiasC{
        width: 210px;
        background-color: #bc0000;
        margin-bottom: 0;
        padding-left: 9px;
        color: white;
    }

    .enlacesPortada{
        display: inline-block;
        max-width: 48% !important;
        font-size: 0.9em;
        margin-top: -20px;
    }

    .enlacesDocumentos{
        max-width: 32% !important;
    }

    .bodyDocumentos{
        min-height: 360px;
    }

    .accordion{
        padding-top: 0;
        margin-top: -20px;
    }

    .filaAcordeon{
        border: 2px solid #34ebe5;
        padding: 5px;
        height: 45px !important;
    }

    .filaAcordeon button{
        color: black;
        margin: 0;
        font-size: 0.6em;
        text-decoration: none !important;
    }

    .col-3{
        display: inline-block;
        max-width: 30%;
        *background-color: blue;
    }

    .enlacesHorizontal{
        display: inline-block;
        *min-width: 75% !important;
        *background-color: red;
        padding-right: 0 !important;
        padding: 0;
        margin: 0 auto !important;
        *margin-top: -20px !important;
    }

    .enlacesInteres{
        display: inline-block;
        vertical-align: top;
    }

    .enlacesInteres a{
        display: block;
        font-size: 15px !important;
        text-decoration: none !important;
    }

    .enlacesInteres h2{
        font-size: 1em;
    }

    .mapaSolavance{
        border: 0;
        width: 98%;
        height: 600px;
        display: block;
        margin: 0 auto;
    }

    .enlaceManual{
        width: 93% !important;
        margin-top: 10px;
        margin-left: 14px;
    }


/* ES PARA BORRAR SI FINALMENTE NO SE USA*/
    .cardPersM{
        transition: all 0.2s ease;
        box-shadow: 0px 0px 5px #555;
        padding: 0;
        max-height: 80px;
    }

    .cardPersM .card-body{
        padding-top: 10px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .cardPersM img, h3{
        display: inline-block;
    }

    .cardPersM img{
        max-width: 60px !important;
    }

    .cardPersM:hover {
        background: #f0f0f0;
    }

    



    /*Si el botón es un enlace*/
.enlaceBtn .btnFacturas {
    color: white !important;
}

.enlaceBtn .btnFacturas:hover {
    color: black !important;
}

    .enlaceBtn .btnFacturas:hover {
        color: black !important;
    }

    .enlaceBtn:hover{
        text-decoration: none !important;
    }

    .bajar5{
        margin-top: 5px !important;
    }

    footer {
        clear: both;
        background: #222;
        color: white;
        position: absolute;
        width: 100%;
        padding: 20px;
        text-align: center;
        bottom: 0;
    }
    
    footer a{
        color: white;
    }
    footer a:hover{
        color: white;
        text-decoration: none;
    }
    
    .txtGrande{
        font-size: 1.2em;
    }
    .txtPeq{
        font-size: 0.9em;
    }
    
    .logoFooter{
        width: 50%;
    }
    
    .msgError {
        color: #fb3d3b;
    }
    .msgExito {
        color: #29B600;
    }

.msgInfoBold {
    color: #333;
    font-weight: bold;
    text-decoration: dashed;
    font-size: 1.1em;
    font-style: italic;
}

.recupPass{
    font-size: 0.8em;
    color: #333;
}

.recupPass:hover {
    color: #e31e2d;
}

.imgCardPrin {
    width: 65%;
    max-width: 100px;
}

.iconoMenuSoc{
    font-size: 6em;
}

.colorRojo{
    color: #e31e2d;
}
.colorVerde{
    color: #168B23;
}
.colorNaranja{
    color: #E87502;
}
.colorAmarillo{
    color: #DFDF0B !important;
}



.alinearArriba{
    margin-top: -5px;
}

.textInput{
    font-size: 1.2em;
}

.divTabla{
    /*En PHP me hace scroll lateral*/
    max-width: 100%;
}
    
.miTabla {
    width: 100%;
    border-radius: 15px;
    border: 2px solid #e31e2d;
}

.miTabla tr td{
    padding: 12px;
}

.miTabla tr {
    transition: all 0.2s ease;
}

.miTabla tr th{
    font-size: 1.2em !important;
}

.miTabla tr:hover {
    background: #afafaf !important;
}

.miTabla .cabecera {
    background: #e31e2d !important;
    color: white;
}
.miTabla .cabecera:hover {
    background: #e31e2d !important;
    color: white;
    padding:10px;
}

.miTabla .cabecera th {
    padding: 12px !important;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
}

.cabeceraDocTabla{
    background: WHITE;
    color:#e31e2d;
}

.colAnchBtn{
    width: 120px;
}
.cardPers{
    transition: all 0.2s ease;
    box-shadow: 0px 0px 5px #555;
    padding: 0;
    min-height: 310px;
}
.cardPers:hover {
    background: #f0f0f0;
}

.imgOff {
    height: 20px;
    width: 20px;
    background: url("../IMG/off.png") top center repeat-y;
    background-size: 100%;
    border: 0;
}

.btnPaginacion {
    height: 34px;
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    border: 2px solid #e31e2d;
    border-radius: 5px;
    background: #e31e2d;
    font-size: 1.3em;
    margin: 5px 1px 0 1px;;
    color: white;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease;
}

.btnPaginacion:hover{
    border: 2px solid #e31e2d;
    border-radius: 0px;
    background: white;
    color: black;
    transform: scale(1.2);
}

.btnPaginacionDisabled{
    height: 34px;
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    border: 2px solid #e31e2d;
    border-radius: 5px;
    background: #ccc;
    font-size: 1.3em;
    margin: 5px 1px 0 1px;;
    color: black;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease;
}

.btnPaginacion, .btnPaginacionDisabled{
    display: inline-block;
}

.InfoTablaPaginacion {
    margin: 12px 0 0 0;
    font-size: 0.9em !important;
    font-style: italic;
    color: #222;
}

.InfoTablaPaginacion, .divBotonesPag{
    display: inline-block;
    vertical-align: top;
}

.td_input{
    min-width: 400px;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(33, 47, 60, 0.4) !important;
    box-shadow: 0 1px 1px rgba(33, 47, 60, 0.075) inset, 0 0 8px rgba(33, 47, 60, 0.8) !important;
    outline: 0 none !important;
}

.divMsgExito{
    width: 100%;
    border-radius: 8px;
    color: #168B23;
    *border: 0px solid #168B23;
    box-shadow: 0px 0px 20px #168B23 !important;
    padding: 5px 10px;
    text-align: center;
    font-size:1.2em;
    margin-bottom: 25px;
}   

.divMsgError{
    width: 100%;
    border-radius: 8px;
    color: #e31e2d;
    *border: 0px solid #e31e2d;
    box-shadow: 0px 0px 10px #e31e2d !important;
    padding: 5px 10px;
    text-align: center;
    font-size:1.2em;
    margin-bottom: 25px;
}   

/*POP UP*/
#popup {
    left: 0;
    position: absolute;
    top:0;
    width: 100%;
    *z-index: 1001;
}

.content-popup {
    margin: 0px auto;
    margin-top: 120px;
    position: relative;
    padding: 10px;
    width: 500px;
    *min-height: 250px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

    .content-popup h2 {
        color: #48484B;
        border-bottom: 1px solid #48484B;
        margin-top: 0;
        padding-bottom: 4px;
    }

.popup-overlay {
    left: 0;
    position: absolute;
    top:0;
    width: 100%;
    z-index: 999;
    display: none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}

.barraNavegacion {
    color: #BF1B1B;
    font-style: italic;
    font-size: 0.8em;
    margin: -35px 0 20px 0;
}

    .barraNavegacion a {
        color: #BF1B1B !important;
    }

/*Boton Aceptar*/
.botonAceptar {
    background-color: #44c767;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 8px 33px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #2f6627;
    transition: all 0.3s ease;
}

    .botonAceptar:hover {
        background-color: #32b350;
        color: white !important;
    }

    .botonAceptar:active {
        position: relative;
        top: 1px;
    }
/***************/

.cajaError {
    width: 100%;
    min-height: 300px;
    color: #e31e2d;
    background: #dfcfdf;
    text-align: center;
    margin: 25px;
    border-radius: 55px;
    border: 15px solid #e31e2d;
}

    .cajaError .iconErrorBig{
        font-size: 8em;
    }

.enlError{
    color: #333;
    font-size: 2em;
}

.enlError:hover {
    color: #555;
}

.msgBig{
    font-size: 4em;
}

.panelEditarSocio{
    /*Looculto así porque con display: none y inline no se ajusta como debería en la página*/
    width: 0px;
    height: 0px;
    overflow: hidden;
}

#panelOcultable{
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.cajaEncrPass{
    background: #FFEBEB;
    height: 190px;
    margin-top: 70px;
    padding: 20px 15px;
}

.header {
    color: #444;
    font-size: 27px;
    padding: 10px;
}

.bigicon {
    font-size: 35px;
    color: #e31e2d;
}

radiobutton{
    font-size: 5em;
}

.cajaDocumentacion{
    *background: #EEE;
    background-color: #fff;
    background-image:
    linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
    linear-gradient(#eee .1em, transparent .1em);
    background-size: 100% 1.2em;
    
    padding: 20px;
    border: 2px solid #555; 
}

.nombCli{
    font-size: 2.2em;
    font-style: italic;
    font-weight: bold;
    color: #444;
}

.nombreSede{
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    color: #444;
}

.cajaIcono{
    width: 100%;
    background: #e31e2d;
    border-radius: 5px;
    color: white;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
    transition: all 0.2s ease;
}

.cajaIcono:hover{
    transform: scale(1.1); 
    box-shadow: 0px 0px 20px black;
    
}

.enlDoc:hover{
    text-decoration: none;
}

.fondoIcono{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: white;
    margin: 0 auto;
    text-align: center;
}

.fondoIcono i{
    font-size: 4em;
    color: black;
    margin-top: 15px;
}

.nomFich{
    *font-size: 1.2em;
}

.lineaDocumentacion{
    border: 2px solid #333;
}

/*ESTILO PARA RADIOBUTTON*/
.containerRadio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  *font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
  background-color: #e31e2d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*FIN ESTILO RADIOBUTTON*/

/*INICIP POP UP*/
#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
    font-size: 1.5em;
    text-align: center;
}
 
.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    min-height:130px;
    border-radius:4px;
    background-color:#FFF;
    box-shadow: 0 2px 5px #666666;
}
 
.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}
 
.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}
 
.close {
    position: absolute;
    right: 15px;
}

.grande{
    font-size: 1.8em;
}


/*FIN POP UP*/
/*Botones popup*/
.BtnAcp{
    background: green;
    color: white;
    padding: 5px 15px;
    height: 30px;
    border-radius: 10px;
}
.BtnAcp:hover{
    background: #255314;
    color: white;
    padding: 5px 15px;
    height: 30px;
    border-radius: 10px;
    text-decoration: none;
}
.BtnAcpErr{
    background: #e31e2d;
    color: white;
    padding: 5px 15px;
    height: 30px;
    border-radius: 10px;
}
.BtnAcpErr:hover{
    color: white;
    padding: 5px 15px;
    height: 30px;
    border-radius: 10px;
    text-decoration: none;
}
/*Fin Botones popup*/

@media only screen and (max-width: 992px) {
    body, legend{
        font-size: 3em;
        
    }
    body {
        background: white;
    }
    

    .logoCabecera{
        width: 90% !important;
    }

    .imgOff{
        height: 60px;
        width: 60px;
        *margin-top: 10px;
    }

    footer {
        position: relative;
        *margin: 500px 0 0 0;
        bottom: -110px;
        font-size: 0.8em;
    }

    .nombreMenu{
        display: none;
    }
    
    .form-control{
        height: 100px !important;
        font-size: 1.2em;
        margin-bottom: 50px !important; 
    }

    .btn{
        font-size: 1.5em;
        width: 100%;
        *margin-top: 40px;
    }

    table{
        font-size: 0.7em;
    }

    .btnResp100{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        height: 150px;
    }

    .enlacesPortada{
        padding-top: 0;
        margin-top: 0;
        width: 48%;
        height: 350px !important;
        overflow: auto;
        font-size: 15px;
        display: inline-block;
        padding: 0 !important;
        margin: 0 !important;
    }

    .bodyDocumentos{
        min-height: 320px;
    }

    .noticiasTitulo{
        width: 95%;
        margin-top: 50px;
        position: sticky;
    }

    .noticiasH{
        width: 180px;
        font-size: 0.9em;
    }

    .noticiaImg{
        max-height: 200px !important;
        width: 200px !important;
    }

    .noticiaCompleta{
        font-size: 0.6em;
        max-width: 90% !important;
    }

    .noticiaCompleta h5{
        font-size: 1.3em !important;
    }

    .noticiaCompleta p{
        *-webkit-line-clamp: 3;
  *overflow : hidden;
  *text-overflow: ellipsis;
  *display: -webkit-box;
  *-webkit-box-orient: vertical;
    }

    .noticiaCompleta img{
        width: 100% !important;
    }


    .card-body img{
        width: 30%;
        max-width: 30%;
    }

    .cardPers{
        width: 100%;
    }

    .card-title{
       font-size: 1.3em !important;
    }

    .filaAcordeon{
        width: 100%;
        height: 75px !important;
        font-size: 0.5em;
    }

    .filaAcordeon button{
        text-decoration: none;
        font-size: 0.9em !important;
    }

    .expandeEnlaces{
        margin-top: -20px;
        margin-bottom: -100px;
    }

    /* PARA BORRAR SI FINALMENTE NO SE USA*/

    .cardPersM{
        padding: 0 !important;
        margin-top: -40px;
        max-height: 65px;
    }

    .cardPersM .card-body{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: -8px !important;
    }

    .cardPersM img, h3{
        display: inline-block;

    }

    .cardPersM h3{
        font-size: 0.5em !important;
    }

    .cardPersM img{
        max-width: 50px !important;
    }

    .mapaSolavance{
        width: 100%;
        height: 900px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .avisoMapa{
        font-size: 0.3em;
        width: auto;
    }

    .enlacesInteres a{
        font-size: 15px !important;
    }

    .enlacesInteres h2{
        font-size: 0.4em;
    }

    .tablaConfig{
        font-size: 1.5em;
    }

    .td_input {
        width: 70%;
    }

    .textoBoton{
        display: none;
    }

    .btnTableResp {
        width: 85px !important;
        min-width: 85px !important;
        max-width: 85px !important;
        font-size: 1.4em;
    }

    .VerFact, .DescFact {
        max-width: 110px !important;
        min-width: 110px !important;
        width: 110px !important;
    }

    .divBotonesPag {
        width: 100%;

    }
    .btnPaginacion {
        height: 170px;
        width: 170px;
        max-width: 170px;
        min-width: 170px;
        margin-top: 35px;
        font-size: 2.2em;
    }
    .btnPaginacionDisabled {
        height: 170px;
        width: 170px;
        margin-top: 5px;
    }

    .InfoTablaPaginacion {
        margin: 12px 0 0 0;
        font-size: 0.6em !important;
        font-style: italic;
        color: #222;
    }

    .ocultable{
        display: none;
    }
    
    .btnFacturasSoloIcono{
        min-width: 100% !important;
        max-width: 100% !important;
        height: 100px;
        border-radius: 5px;
        margin-top: 15px;
    }
    
    .inputBusqueda{
        height: 100px;
        min-width: 100%;
        max-width: 100%;
    }
    
    .cajaEncrPass{
        height: auto;
        margin-top: 0;
        padding: 30px;
    }    
    
    legend{
        font-size: 1.8em !important;
    }
    
    .textAreaResp{
        height: 550px !important;
    }
    /* Create a custom radio button */
    .checkmark {
      height: 65px;
      width: 65px;
    }
    .txtRadio{
        margin-left: 35px;
    }
    
    .content-popup {
        width: 90%;
    }
    
    .footer{
        font-size: 1.3em;
    }
    .logoFooter{
        width: 80%;
    }
    
    .nombCli{
        font-size: 1.7em;
    }
    .nombreSede{
        font-size: 1.4em;
    }
    
    .fondoIcono{
        width: 280px;
        height: 280px;
        border-radius: 280px;
        margin: 45px auto 0 auto;
    }
    
    .fondoIcono i{
        margin-top: 35px;
    }

    .nomFich{
        font-size: 1.5em;
    }
    
    .cajaIcono{
        width: 80%;
    }

    #avisoPass{
        display: none;
        width: 80%;
    }

    .botonZip{
        min-width: 380px !important;
    }

    .comunicadoTexto{
        /*font-size: 24px;*/
        display: inline-block;
        word-break: break-word;
    }

    .comunicadoTitulo{
        /*font-size: 24px;*/
    }

    input[type=checkbox]{
        /* Triple-tamaño Checkboxes */
        -ms-transform: scale(3); /* IE */
        -moz-transform: scale(3); /* FF */
        -webkit-transform: scale(3); /* Safari y Chrome */
        -o-transform: scale(3); /* Opera */
        padding: 10px;
        margin-left: 10px;
    }

    .form-check-label{
        padding-left: 40px;
    }

    .enlacePers {
        font-size: 1.2em;
    }

    #divNuevoComunicado{
        width: 95% !important;
    }

    .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
        height: 100px;
        font-size: 50px;
    }

    .botonesLinea{
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 49%;
    }
}