.Naranja {
	background-color: #FF0000;
	background-attachment: scroll;
	background-image: url(colors.gif);
	background-repeat: repeat;

}
.naranjalight {
	background-color: #FF9900;
}
.red {
	background-color: #FF3300;
	background-image: none;

}
.yellow {
	border: none;
	background-color: #FFFF00;


}
.blue {
	background-color: #000099;
}
.marron {
	background-color: #990000;
}
.yellowinside {
	background-color: #FFFF00;
	background-position: right bottom;
	padding: 2px;
	border: #FF0000;
}
.orangeinside {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC00;
	float: left;
}
.papyrus {
	background-attachment: fixed;
	background-image: url(papyruscss.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.Logo {
	background-image: url(LOGO.gif);
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #FFFFFF;
}
.cuadriculado {
	background-attachment: fixed;
	background-image: url(fondo1.gif);
	background-repeat: repeat;
	background-color: #FF3300;

}
.Fondo {
	background-color: #FF6600;
	background-image: url(fondo.gif);
	background-repeat: repeat;
	background-attachment: scroll;

}
.cuadriculadoazul {
	background-color: #000066;
	background-image: url(fondo3.gif);
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
	cursor: hand;


}
.linking {
	cursor: hand;
}
