/**************************************
***************************************
POLÍTICA DE PRIVACIDAD
***************************************
**************************************/

body > #zona-segura > #contenidos > main > h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #28417b;
    margin-bottom: 45px;
}

@media screen and (max-width: 800px) {
    body > #zona-segura > #contenidos > main > h1 {
        font-size: 1.25em;
    }
}

#texto {
    padding: 0 5%;
    text-align: justify;
    line-height: 150%;
}

#texto p, #texto ul, #texto ol {
    margin-top: 30px;
}

#texto ul, #texto ol {
    margin-left: 5%;
}

#texto h2, #texto h3, #texto li {
    text-align: left;
}

#texto h2 {
    margin-top: 90px;
    font-size: 1.25em;
    color: #555;
    font-weight: bold;
}

#texto h3 {
    margin-top: 60px;
    font-size: 1.1em;
    color: #555;
    font-weight: bold;
}



#texto ul, #texto ol, #texto li {
    margin: 0;
    padding: 0;
}

#texto ul, #texto ol {
    margin-top: 30px;
}

#texto li {
    margin: 15px 0 0 5%;
}

#texto a {
    color: #222;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}