/*-----Buscador empresas----pagina inicial*/
#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    z-index: 100;
    width: 206px;
    overflow-y: scroll;
}
 
#suggestions .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
    font-size: 0.8em;
}
#suggestionsCif {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    z-index: 100;
    width: 206px;
    overflow-y: scroll;
}
 
#suggestionsCif .suggest-elementCif {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
    font-size: 0.8em;
}

#suggestionsCentro {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    z-index: 100;
    width: 206px;
    overflow-y: scroll;
    font-size: 1.1em;
}
 
#suggestionsCentro .suggest-elementCentro {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}
/*-----Modal encabezado----pagina inicial*/
.modal-header{background-color: #577590; color: white;}

 /* Modal error dos modales */
 .modal { overflow: auto !important; }