@import "colores.css";

.contactos_content{
    width: 100px;
    border: black 1px solid;

}
/*estatus*/
.estatus-conexion-off{
    background: var(--rojo-pastel);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: relative;
}

.estatus-conexion-on{
    background: var(--verde);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: relative;
}

.item-resultado{
    background: #FFFFFF;
}

.item-resultado:hover{
    background: #868e96;
}