/* CSS Document */

body {
	margin: 0;
	background-image:none;
	background-repeat:repeat-x;
	background-color:#FF9933;
	height: auto;
	overflow: auto;
}


/* ----- TOP ----- */
#header {
	width:900px;
	height:470px;
	margin:0 auto;
	text-align: center;
}


/* ----- CUERPO ----- */
#cuerpo{
	width:900px;
	overflow: auto;
	margin:0 auto;
	height: auto;
	text-align:center;
	
}


/* ----- MAIN CONTENT ----- */
#contenido {
	width:820px;
	min-height:350px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:350px; /* for IE5.x and IE6 */
	background-repeat:repeat-x;
	/*background-color:#ffcc00;*/
	margin-left:40px;
	float:left;
}


/* ----- FOOTER ----- */
#footer {
	width:820px;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	float:left;
	margin-left:40px;
	text-align:center
}
