#fundobanner {
	position:fixed;
	height:100%;
	width:100%;
	z-index:15000;
	top: 0px;
	background-image:url(fundobanner.png);
	text-align:center;
}
#fundobanner img{
	max-height:900px;
	-webkit-max-height:900px;
}
#fundobanner #fecharbanner {
	position:relative;
	color:#000;
	top:-3%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}