/* CSS Document */

body {
     background-color: #585752;
	 background-image: url(../img/fondo.gif);
	 background-repeat: repeat-x;
}

.contenedor {
	width: 730px;
	height: 552px;
	margin-left: -365px;
	position: absolute;
	top: -276px;
	left: 50%;
}

.centrador {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
