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

body{
	margin: 0px;
	color: #CCC;
}
#contiene{
	width: 100%;
	overflow: hidden;
}
#centro{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 270px;
}
#boton{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#separa{
	height: 80px;
}

