#contenedor {
	WIDTH: 980px;
	height: 100%;
}

#encabezado {
	position: relative;
}

#menu {
	WIDTH: 980px;
	HEIGHT: 300px;
	top: 0px;
	position: relative;
	z-index: 10;
	margin-top: 0px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#centro {
	padding: 0px;
	padding-bottom: 10px;
	margin-top: -3px;
	height:100%;
	width: 980px;
	z-index: 1;
	position: relative;
	background-color: #000000;
	overflow: hidden;	
}

#columnaIzquierda {
	float: left;
	margin-left: 5px;
	margin-top: 42px;
	margin-bottom: 10px;
	width: 190px;
	height:100%;
	background-color: #141414;
	margin-bottom: -32000px;
	padding-bottom: 32000px;	
}

#columnaCentro {
	margin-left: 5px;
	width: 770px;
	height:100%;;
	float: left;
	background-color:#000000;
	margin-bottom: -32000px;
	padding-bottom: 32000px;	
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#pie{
	width: 980px;
	text-align: right;
	height: 150px;
	clear: both;
	background-image:url(../img/background_pie.jpg);
	background-repeat: repeat-x;
}

