@charset "utf-8";
/* CSS Document */

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #279fd8;
	font-style: normal;
	font-variant: normal;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #868787;
}
.numerotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #279fd8;
}
.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6a6a;
}
.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D44625;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #010024;
	font-weight: bold;
	text-decoration: none;
	}
	.texto_resaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #279fd8;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #279fd8;
}

.bullets 2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6b6a6a;
}