* {
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #990000;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
}

SPAN.Grande {
	font-family:Arial;
	font-size:24px;
	color:#000033;
}

SPAN.Chiquito {
	font-family:Arial;
	font-size:16px;
	color:#FFFFFF;
}

A.Link_Chiquito {
	font-family:Arial;
	font-size:16px;
	color:#C0C0C0;
	text-decoration:none;
}

A.Link_Chiquito:hover {
	color:gray;
	text-decoration:underline;
}
/***************** PNG FIX****************************/
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
/***************************************************/
