.bloque {
	font-size:10pt;
	text-align:left;
	line-height:18px;
	color:#575757;
}
.bloque h1 {
	line-height:30px;
    margin-bottom:10px;
    font-size:20pt;
    border-bottom:1px dotted #cccccc;
}
.bloque h2 {
	line-height:30px;
	margin-bottom:10px;
    font-size:16pt;
    border-bottom:1px dotted #cccccc;
}
.bloque h3 {
    line-height:30px;
	margin:18px 0px 10px;
    font-size:14pt;
    border-bottom:1px dotted #cccccc;
}
.bloque h4 {
	margin:12px 0px 5px;
    font-size:12pt;
}
.bloque h5 {
	margin:12px 0px 5px;
    font-size:10pt;
}
.bloque h6 {
	margin:12px 0px 5px;
    font-size:8pt;
}
.bloque ul {
    list-style:disc;
}
.bloque a, .bloque a:link, .bloque a:visited, .bloque a:hover, .bloque a:active {
    color:#22a5de;
}