@charset "utf-8";
.Encabezado {
	color: #FFF;
	font-family: "Gill Sans MT Ext Condensed Bold";
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: 6px;
	margin-left: 10px;
	font-variant: normal;
}
.Titulos {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #DA251D;
	margin-left: 10px;
}
.Cont {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-align: left;
}
.Subt {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #DA251D;
	text-align: justify;
}
.Marcar {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14px;
}
.centro {
	text-align: center;
}
.links {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	background-color: #DA251D;
}
.linkTx {
	background-color: #DA251D;
}
