@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	overflow-x: hidden; 
	overflow-y: auto;
}
body{
	margin: 0 0 0 0;
	padding: 0;

}

#inicio{
	
}
#cont{
	margin: 0 0 0 0;
	padding: 0;

}
#creditos{
	position: absolute;
	top: 0px;
	left: 3000px;
	width: 100%;
	height: 100%;
	/*height: 100%;*/
	background-color: #FFFFFF;
	}