@charset "iso-8859-2";
/* CSS Document */

body {
	background-color: #CCCCCC;
	background-image: url(fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#centrar {
	height: 236px;
	width: 500px;
	margin-top: -118px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 50%;
}
