.icono-azul { color:blue; }

.icono-verde {color:#00cf00;}

.rojo { color:red;}

.edit-rel, .add-rel { display: none;  }


.boton-cambio-rol {
    display: block;
    background: #e5e4e4;
    float: left;
    height: 121px;
    width: 382px;
    padding: 30px;
    margin: 20px;
}

.boton-cambio-rol:hover {
    background: #d4d4d4;
}


h2 {
    margin: 15px;
    font-size: 20px;
    /* background: #fbfbfb; */
    padding: 12px 0px;
    color: #494949;

}




.filters { display: flex; }
.filters .filtro { margin:5px; }
.filters .filtro .btn-group {max-width: 300px;}

.filter-control input {}

.filters {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin: 20px;

}
.filter-control {
    display: flex;
    flex-direction: row;
}



/*
body {
    background-image: url("../../img/top.png");
    background-repeat: no-repeat;
    background-position: content;
    background-position: center top;

}

#entorno-datos {
    background-image: url("../../img/bottom.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;

}
*/