@charset "UTF-8";
#contener {
	height: 1200px;
	width: 100%;
	position: relative;
	background-color: #D4D4D4;
	margin: 0px;
	overflow:scroll;
}
#principal {
	height: 100%;
	width: 1048px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:hidden;

}
