@charset "utf-8";
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}




/* CSS Document */

body {
	background-color: #000000;
}

.Rojo_copy{
	color: #CC0000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
.titulo_rojo {
	color: #660000;
	font-family: "Trebuchet MS", Tahoma, "AvantGarde Bk BT", sans-serif;
	font-size: 14px;
}
.rojo_peq {
	color: #660000;
	font-family: "Trebuchet MS", Tahoma, "AvantGarde Bk BT", sans-serif;
	font-size: 12px;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 518px;
	height: 439px;
	overflow: hidden;
		}
		
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:520px;
	height:439px;
	overflow:hidden;
	float:left;
		}
		
	div.scroller div.content {
	width: 2080px;
		}
.negro_parrafo {
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, "AvantGarde Bk BT", sans-serif;
	font-size: 14px;
}
.titulo_azul {
	color: #000099;
	font-family: "Trebuchet MS", Tahoma, "AvantGarde Bk BT", sans-serif;
	font-size: 14px;
}
.azul_peq {
	color: #000099;
	font-family: "Trebuchet MS", Tahoma, "AvantGarde Bk BT", sans-serif;
	font-size: 12px;
}
.Blanco_grande {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, "AvantGarde Bk BT", sans-serif;
	font-size: 16px;
}

