#lista-expedientes{
    position: relative;
    padding: 0px;
    border: 1px solid silver;
    max-height: 400px;
    background: #f4f4f9;
    overflow-y: auto;
}
.expediente{
    background: white;
    border: 1px solid black;
    margin: 10px;
    padding: 5px;
}
#add_inicio_select_empresa h1{
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}