.a_banner{
    background-image: url("../img/banner_aviso_de_privacidad.jpg");
    background-size: cover;
}
.a_letras{
    height: 400px;
    padding: 120px;
    color: #ffffff;
    font-family: MyriadPro-BoldIt;
    font-size: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(62, 168, 204, 0.5);
}
.a_texto{
    margin-left: 90px;
    margin-right: 90px;
    font-family: apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    margin-bottom: 100px;
    
}
.a_texto h2{
 
 font-size: 2rem;
 margin: 15px;
 margin-top: 60px;
 margin-bottom: 20px;
}
.a_texto h3{
    margin-top: 20px;
    font-size: 1.5rem;
    margin-bottom:20px;

}

.a_texto p{
    margin-bottom:20px;
    text-align: justify;

}
.a_texto table{
    margin-left: 50px;
    margin-right: 50px;
    vertical-align: middle;
}
.a_texto thead{
    font-weight: 600;
}
.a_texto tr{
    height: 60px;
}
.a_texto td{
    padding: 20px;
    border: #000000 1px solid;
    vertical-align: middle;
}