@import url("css/degradado.css");
.negrita {
	font-family: Haettenschweiler, "Berlin Sans FB Demi";
	font-size: 24px;
	font-weight: normal;
	color: #C60;
	margin: 4px;
}
.negro {
	font-family: "Franklin Gothic Medium", "Bell Gothic Std Light", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 7px;
	text-align: justify;
}

.negrita_negro {
	font-family: "Franklin Gothic Medium", "Bell Gothic Std Light", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 4px;
	padding: 7px;
}
.gris {
	font-family: "Franklin Gothic Medium", "Bell Gothic Std Light", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 1px;
	padding: 1px;
	white-space: normal;
}
