﻿.contenidoAdvertenciaLegal {
    margin: 25px 110px;
    text-align: justify;
    clear: both;
    /* min-height: 300px; asi los botones se ponen justo debajo del texto */
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor:default;   
}

.botoneraAdvertenciaLegal {
    margin: 0 auto;
    width: 300px;
    clear: both;
    text-align: center;
}

.tablaBotoneraAdvertenciaLegal {
    margin: 0 auto;
    width: 100%;
}