#divfundo{
	margin: 0 auto; 
	width: 180px; 
	min-height: 220px; 
	background-color: #000000; 
	text-align: left;
	height:100%;
	position:absolute;
	z-index: 1002;
	top:0;
	left:0;
	opacity:0.45;
	filter:alpha(opacity=45);
}
#texto{
	position:absolute;
	z-index: 1004;
	bottom:0;
	left:0;
	width: 180px;
	color:white;
	text-align:center;
	font-family:arial;
	font-size:9pt;
	opacity:1;
	filter:alpha(opacity=100);
	}
.canvas0_0 img{height:100%;width:auto;}