div#cover{	position: absolute;	top: 0;	left: 0;	right: 0;	bottom: 0;	background-color: transparent;	text-align: center;}div#cover_contents{	/*position: absolute;	top: 50%;	left: 50%;	min-width: 300px;	transform: translate(-50%, -50%);*/	display: inline-block;	max-width: 480px;	max-height: 500px;	min-width: 300px;	margin-top: 10%;	margin-bottom: 10%;	text-align: center;	font-size: 13px;}div#cover_contents p	{	text-align: center;	}div#cover_logo img{	max-width: 480px;	width: 100%;	height: auto;}div#cover_datos{	margin: 5% 5% 5% 5%;	border: 5px solid white;	border-radius: 6px;	background-color: white;	background-color: rgba(255,255,255,0.3);	box-shadow: 0 0 3px #ccc;	padding: 20px 0 20px 0;}