@charset "utf-8";
.Encabezado {
	color: #FFF;
	font-family: Georgia;
	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;
	padding: 6px;
	text-align: justify;
	vertical-align: top;
	text-transform: uppercase;
}
.Cont {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-align: justify;
	padding: 6px;
}
.Subt {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #DA251D;
	text-align: justify;
	margin: 2px;
}
.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;
}
.Masinfo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #DA251D;
	padding-right: 12px;
	font-weight: normal;
	background-color: #FFF;
}

