/* 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;
	background-image:url(../imagen/0_body/fondo_top.jpg);
	background-repeat:repeat-x;
}

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

/* ----- BARRA NAVEGACION ----- */
#barra {
	width:220px;
	min-height:500px; /* for modern browsers */
	height:auto; /* for IE5.x and IE6 */
	background-color:#782215;
	float:left;
	margin-left: 9px;
	background-image: url(../imagen/0_body/fondo_barra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-top: 10px;
}


/* ----- CUERPO ----- */
#cuerpo{
	width:990px;
	overflow:hidden;
	margin: auto;
	height: auto;
	background-image:url(../imagen/0_body/fondo_cuerpo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}

/* FAUX LAYOUT WRAPPER
#wrapper{
width:770px;
background-image:url(../imagen/0_body/fondo_cuerpo.jpg);
background-repeat:repeat-y; 
overflow:auto;
}*/


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



/* ----- FOOTER ----- */
#footer {
	width:100%;
	height:80px;
	text-align:center;
}

