body {
	background-color: #1a1a1a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texto {
	font-family: "Century Gothic";
	font-size: 9px;
	color: #989898;
}
.textoamarillo {

	font-family: "Century Gothic";
	font-size: 9px;
	color: f1ab19;
}
/*LINK ROJO*/
.link:active {
	font-family:  "Century Gothic";
	font-size: 9px;
	color: #989898;
	text-decoration : none;
	font-weight : normal;
}
.link:link {
	font-family:  "Century Gothic";
	font-size: 9px;
	color: #989898;
	text-decoration : none;
	font-weight : normal;
}
.link:visited {
	font-family:  "Century Gothic";
	font-size: 9px;
	color: #989898;
	text-decoration : none;
	font-weight : normal;
}
.link:hover {
	font-family:  "Century Gothic";
	font-size: 9px;
	color: #FFFFFF;
	text-decoration : none;
	font-weight : normal;
}.titulo {

	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
}


.link2:active {
	font-family:  "Century Gothic";
	font-size: 9px;
	color: #FFFFFF;
	text-decoration : none;
	font-weight : normal;
}
.link2:link {
	font-family:  "Century Gothic";
	font-size: 9px;
	color: #FFFFFF;
	text-decoration : none;
	font-weight : normal;
}
.link2:visited {
	font-family:  "Century Gothic";
	font-size: 9px;
	color: #FFFFFF;
	text-decoration : none;
	font-weight : normal;
}
.link2:hover {
	font-family:  "Century Gothic";
	font-size: 9px;
	color: #989898;
	text-decoration : none;
	font-weight : normal;
}.marco {
	border: 1px solid #333333;
}

