<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  h1.titulo {
    font-size: 20px;
    color: #005a57;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
  h2.titulo {
    color: #6ba6b0;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
}

  h3.titulo {
    margin-bottom: 12px;
    margin-top: 25px;
    font-size: 16px;
    color: #005a57;
}

  h4.titulo {
    font-size: 16px;
    color: #005a57;
    margin-top: 30px;
    margin-bottom: 25px; 
}

  h5.titulo {
    margin-bottom: 12px;
    margin-top: 25px;
    font-size: 14px;
    color: #005a57;
	font-weight: 500;
}

small{
	font-size: 11px;
	color:#656565;
	font-weight: normal;
}
.revista{
	font-size: 11px;
	color: #005a57;
	font-weight: 600;
	line-height:1.5em;
}

span.figuras, sup.verde{
color: #005a57;
font-weight: 600;
}

strong {
  font-weight: 600;
  font-size: 12px;
  color: #4c4c4c;

}


hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
table 
{
	font-size: 11px;
	color: #494949;
	font-weight: normal;
	line-height:1.5em;
	cellspacing: 0;
	cellpadding: 0;	alignment-adjust: central;

}

blockquote
{
font-size:13px;
}
.cabezaCuadro{
	color:#006666;
	font-weight: 500;
	}
td, th { 
	border: 1px #ddd solid; 
}
</pre></body></html>