@charset "utf-8";
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 55px;
	font-weight: bold;
	color: #333333;
}
.texto_big {
	font-family: "Trebuchet MS", Tahoma, Verdana, "MS Sans Serif";
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
}
.texto_normal {
	font-family: "Trebuchet MS", Tahoma, Verdana, "MS Sans Serif";
	font-size: 13px;
	color: #333333;
	line-height: 22px;
}
a {
	font-size: 13px;
	line-height: 22px;
	font-family: "Trebuchet MS", Tahoma, Verdana, "MS Sans Serif";
	font-weight: bold;
	color: #FFFFFF
}

.sub-titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #CCCCCC;
}
.texto_normal_bold {
	font-family: "Trebuchet MS", Tahoma, Verdana, "MS Sans Serif";
	font-size: 13px;
	color: #333333;
	line-height: 22px;
	font-weight: bold;
}
