@charset "UTF-8";
/* CSS Document */

body {
	background-color: #008BD6;
}

.fondo {
	position: absolute;
	top: 50%;
	left: 50%;
	background: no-repeat url(../images/background.jpg);
	width: 896px;
	margin-left: -448px;
	height: 563px;
	margin-top: -281px;
	border: 8px solid #fff;
}