/* CSS Document */

body {
	margin: 0;
	background-color:#FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #e7e7e7;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	SCROLLBAR-BASE-COLOR: #e7e7e7;
	SCROLLBAR-3DLIGHT-COLOR: #e7e7e7;
	SCROLLBAR-ARROW-COLOR: #999999;
	height: auto;
	overflow: auto;
}

#header {
	width:955px;
	height:180px;
	margin:0 auto;
	text-align: center;
}
#cuerpo{
	width:955px;
	overflow: auto;
	margin:0 auto;
	/*background-image:url(../imagen/0_body/fondo_cuerpo.jpg);*/
	background-repeat:repeat-y;
	height: auto;
	
}

#contenido {
	width:955px;
	margin:0 auto;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	background-color:#FFFFFF;
}


/* ----- FOOTER ----- */
#footer {
	width:955px;
	overflow: visible;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align: center;
	clear: left;
}
#footer_home {
	width:955px;
	overflow: visible;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align: center;
	clear: left;
}
