/* CSS Document */
html,body{
	height:100%;
}
body{
	margin:0px;
	background:#FFFFFF;
}
#contenido{
width:100%;
text-align:center;
	height:100%;
	background:#E6E6E6;
}

