/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #669934 ;
}


/* Estilo Layout con columnas iguales */

#contenedor {
	width: 1000px; /* Es necesario poner un ancho o alto para que IE "limpie" el elemento automaticamente */
	margin: 0;
	overflow: hidden;
	background: #669934 
	/*url(images/banda-bottom.gif) no-repeat center bottom;*/
	
}
/* Limpiamos el contenedor para los navegadores que si funcionan como deben */
#contenedor:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	
}
#izquierda, #central, #derecha {
	float: left;
	margin-right: 0px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
   
}
#izquierda {
	width: 20px;
	background: #33424F
}

#central {
	width: 980px;
	background: #669934 url(images/banda-bottom.gif) no-repeat center bottom;
}



/*------al fondo -----*/
.fondoTabla{background:url(/images/bg_bottom.gif) no-repeat bottom center;}
