/* CSS Document */
.sombra {
	filter: dropshadow(color=#000000,offx=1, offy=1, positive=1), glow(color=#000000, strength=0);
	letter-spacing: 1px;
}
.link1 {
	color: #0000FF;
	text-decoration: none;

}
.link1:hover {
text-decoration: underline
}

.link2 {
	color: #FF0099;
	text-decoration: none;
}
.link2:hover {
	text-decoration: underline;
}
.link3 {
	color: #333333;
	text-decoration: none;
}
.link3:hover {
	text-decoration: underline;
}
.link4 {
	color: #FFFFFF;
	text-decoration: none;
}
.link4:hover {
	text-decoration: underline;
}
.link5 {
	color: #66FF00;
	text-decoration: none;
}
.link5:hover {
	text-decoration: underline;
}
.link6 {
	color: #666E7F;
	text-decoration: none;
}
.link6:hover {
	text-decoration: underline;
}
.link7 {
	color: #FFFFFF;
	text-decoration: underline;
}
.link7:hover {
	text-decoration: none;
}
.link77 {
	color: #FF9933;
	text-decoration: underline;
}
.link77:hover {
	text-decoration: none;
}
.link8 {
	color: #99FF00;
	text-decoration: underline;
}
.link8:hover {
	text-decoration: none;
}
.link9 {
	color: #B9E3FF;
	text-decoration: underline;
}
.link9:hover {
	text-decoration: none;
}
.contbox {
	width: 94%;
	margin: 6px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-align: justify;


}
.lineaup {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.contbox2 {

	width: 94%;
	margin: 6px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}
.bordeform {
	border: 1px dotted #999999;
}

#exponsor a {
	font-family: "Arial";
	font-size: 9px;
	color: #000000;
	text-decoration: none;

}