/* CSS Document */
@import url("initial.css");
@import url("global.css");

html {
	height: 100%;
}
body {
	height: 100%;
}
div.contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 844px;
	height: 100%;
}



