@charset "utf-8";
.encabezado {
	font-family: "MS Serif", "New York", serif;
}
.encabezado {
	font-family: "MS Serif", "New York", serif;
	font-size: 36px;
	font-style: oblique;
	color: #030;
	font-weight: bolder;
	position: static;
	text-align: center;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
.texto-negrita {
	font-weight: bold;
}
