#carga{
    display: none;
}

#fondo-carga{  
    z-index: 3;
    background: #fff;
    position: fixed;
    opacity: .75;
    filter: alpha(opacity=75); 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#spinner{   
    z-index: 4;
    position: fixed;   
    top: 50%;
    left: 50%;    
}

textarea {
    width:100%;
}

.filtro-remove {
    pointer-events: auto;
    cursor: pointer;
}

#modalMediateca .modal-dialog{
    width: 80%;
}
#modalMediateca .tab-pane{
    padding: 0.5em;
}

#map {
    width: 100%;
    height: 100%;
}

/* Input type file */
.btn-file input[type="file"] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity = 0);
    zoom: 1;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ayuda-empresas .table {
    font-size: 100%;
}