.titulo{
	font-family: 'aleoregular', sans-serif;
	font-weight:normal;
	color:#3c3c3b;
	font-size:29px;
	line-height:40px;
	padding-bottom:5px;
	padding-top:7px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.subtitulo{
	font-family: 'aleoregular', sans-serif;
	font-weight:normal;
	color:#3c3c3b;
	font-size:20px;
	line-height:24px;
	margin-bottom:20px;
	display:block;
	text-transform:uppercase;
}

.subsubtitulo{
	font-family: 'aleoregular', sans-serif;
	font-weight:normal;
	color:#3c3c3b;
	font-size:16px;
	line-height:22px;
	margin-bottom:5px;
	display:block;
	text-transform:uppercase;
}

.center{
	text-align:center;
}

.verde{
	color:#96c11f;
}