#contenedor {
	WIDTH: 760px;
	margin-top: 50px;
}

#encabezado {
	position: relative;
}

#menu{
	WIDTH: 760px;
	height: 330px;
	position: relative;
	left: inherit;
	margin: 0px;
	z-index: 1;	
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#centro {
	padding: 0px;
	margin-top: -58px;
	z-index: 1;
	background-color: #FFFFFF;
	height: 100%;
	overflow: hidden;
}

#columnaIzquierda {
	float: left; 
	margin-left: 8px; 
	width: 200px; 
	padding-top: 10px;
	padding-left: 0px;
	background-color: #EAEAEA;
	background-image: url(../img/fondo_destacado.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#columnaDerecha {
	float: left;
	margin-right: 0px;
	width: 520px;
	padding-top: 10px;
	text-align: left;
	margin-left: 15px;
	padding-bottom: 32000px;
	margin-bottom: -32000px;
	height: 100%;	
	

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#cierre{
	clear: both;
	background-image: url(../img/cierre.jpg);
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 5px;
	color: #E00D7A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#pie{
	clear: both;
	padding-left: 10px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tresNodos{
	clear: both;
	padding-right: 10px;
	text-align: right;
	margin-top: -14px;
	float: right;
}


