.titulo {
	font-family: "Times New Roman", Times, serif, Alliance;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3366CC;
}
.texto {
	font-family: "Times New Roman", Times, serif, Alliance;
	font-size: 16px;
	font-weight: bold;

}
.garantia {
	font-family: "Times New Roman", Times, serif, Alliance;
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;

}
.textocentrado {
	font-family: "Times New Roman", Times, serif, Alliance;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.titulocentrdo {
	font-family: "Times New Roman", Times, serif, Alliance;
	font-size: 28px;
	font-weight: bold;
	color: #3366CC;
	text-align: center;

}
.titulominusculas {
	font-family: "Times New Roman", Times, serif, Alliance;
	font-size: 28px;
	font-weight: bold;
	text-transform: lowercase;
	color: #3366CC;
}
