<!--
body {
	background-color: #000000;
	margin-top:0px;
	margin-left:0px;
	line-height:1.5;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#0099cc;
	font-weight:bold;
}
#divCinza{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:relative;
	left:20px;
	background:#999999;
	width:640px;
	height:306px;
}


#divCinza1{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:relative;
	left:20px;
	background:#999999;
	width:620px;
	height:306px;
}


#divTransparente{
	filter:alpha(opacity=100);
	-moz-opacity:.100;
	opacity:.100;
	position:relative;
	left:20px;
	width:640px;
	height:200px;
}

.gotoHome{
	cursor:pointer;
}
#barraGaleria{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:relative;
	width:640px; 
	height:23px; 
	z-index:1; 
	background-color: #999999; 
	layer-background-color: #999999; 
	border: 1px none #000000;
	left:0px;
}

#contentFootnote{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:20px;
}

#contentFootnote a{
	color:#999999;
}

#divPlayer{
	position:relative;
	margin-left:20px;
	width:640px;
	text-align:right;
}
-->