@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	margin: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #A9A9A9;
	background-image: url(/media/imgs/general/fondo.png);
	background-repeat: repeat-x;
	width: 100%;
}
#intro {
	height: 500px;
	width: 700px;
	margin-top: -250px;
	margin-left: -350px;
	left: 50%;
	top: 50%;
	position: absolute;
}

