body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}

.CARTA {
    font-size: 1.1rem;
    line-height: 1.7;
    padding: .5rem .8rem;
    max-width: 940px;
    text-align: justify;
}

.FIGURA {
    font-size: 11px; 
    color: #333333; 
    text-align: center;
}

.azulEscuro {
    color:MidnightBlue;
    font-weight:bold;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.25rem;
}

p {
    font-size: 1rem; line-height: 1.6; padding: .5rem .8rem;
}

li {
    font-size: 1rem; line-height: 1.5; padding: 0 .8rem 0 0;
}


@media (max-width: 480px) {
    html {
        font-size: 12px; margin-bottom: 14px; 
    }
}

@media (min-width: 480px) {
    html {
        font-size: 13px; margin-bottom: 15px; 
    }
}

@media (min-width: 768px) {
    html {
        font-size: 14px; margin-bottom: 16px; 
    }
}

@media (min-width: 992px) {
    html {
        font-size: 15px; margin-bottom: 17px; 
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px; margin-bottom: 18px; 
    }
}