.container-txt-legal,
.legal-title {
    width: 90%;
    margin: 0 auto;
}

.container-txt-legal,
.container-txt-legal ul li,
.container-txt-legal ol li{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
	color: #e1e1e1;
    list-style-type: upper-roman;
}

.container-txt-legal a {
    color: #e60881;
    font-weight: 700;
    text-decoration: none;
}

.container-txt-legal a:hover {
    color: #f08cb9;
    font-weight: 900;
}

.legal-title h1 {
    text-transform: uppercase;
    /*font-size: 3vw;*/
}

.container-txt-legal h2,
.container-txt-legal h3 {
	color: #e60881;
    background-color: #000;
    text-align: left;
    text-transform: uppercase;
}

.img-legal img {
    width: 100%;
    /*height: 300px;*/
    display: block;
}

.legal-title {
    position: relative;
    left: 0px;
    top: -80px;
    height: 0px;
}

#politicaPrivacidad {
    width: 100%;
    background-color: transparent;
    color: #000;
    margin: 0 auto 25px auto;
    font-size: 14px;
}

#politicaPrivacidad thead th {
    background-color: #e60881;
    color: #FFF;
    padding: 5px;
}

#politicaPrivacidad ul li {
    color: #000;
    font-size: 14px;
}

#politicaPrivacidad tbody tr {
    background-color: #FFF;
}

#politicaPrivacidad tbody tr:nth-child(odd) {
    background-color: #ccc;
}

#politicaPrivacidad td {
    border: none;
    padding: 10px;
}

#politicaPrivacidad td:nth-child(1) {
    width: 20%;
}

#politicaPrivacidad td:nth-child(2) {
    width: 80%;
}

/********************************/

/********** afiliados ***********/


/********************************/




@media all and (max-width : 460px) {
    .img-legal img {
        height: 100px;
    }
    .legal-title {
        top: -110px;
    }
}

@media all and (min-width : 1024px) {
    .container-txt-legal,
    .legal-title {
        width: 80%;
    }
}

@media all and (min-width : 1600px) {
    .container-txt-legal,
    .legal-title {
        width: 60%;
    }
}