

BODY {
	margin: 0;
	background: #000000 url(imagenes/fondo.jpg) repeat-x;
	overflow:auto;
}

.Contenedor {
	position: absolute;
	height: 100%;
	width: 100%;


}

.Intro {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 400px;
	margin-left: -500px;
	margin-top: -200px;

}



