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

body{
	height: 100%;
	width: 100%;
	margin:0 0 0 0;
	background-color:#FFFFFF;
}
#contenido {
	width:839px;
	height:399px;
	margin-left:auto;
	margin-right:auto;
	z-index: 2;
}
#cuerpo{
	width:auto;
	height:698px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/fondo.jpg) no-repeat center;
}
