.divcapa {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	clear:both;
}
.capa { 
	top: 0px; 
	left: 0px; 
	margin: 0px; 
	padding: 0px;
	max-width: 100%;
  	max-height: 100%;
	position: absolute;
	border:0px;
	/*border:1px #00FF00 solid;*/
	clear:both;
}
