#aviso_proteccion_datos {
    clear: both;
    padding: 2em 0;
    width: 100%;
    }
    
    #aviso_proteccion_datos td {
    height: 3em;
    border-bottom: 1px solid black;
    }
    
    #aviso_proteccion_datos .title {
    font-weight: bold;
    }
    
    #aviso_proteccion_datos th {
    background: #ffc10770;
    border-radius: .25rem;
    }
    
    #aviso_proteccion_datos th a {
    color: black;
    margin: 4px;
    }
    
    #aviso_proteccion_datos span {
    cursor: pointer;
    }
    
    #aviso_proteccion_datos h3 {
    padding-top: 1em;
}