#contenedor {
	WIDTH: 760px;
	height: 100%;
	background-color: #FFFFFF;
	margin: auto;
}

#encabezado {
	position: relative;
}

#menu {
	WIDTH: 760px;
	top: 0px;
	position: relative;
	height: 150px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#centro {
	margin-top: 0px;
	height: 100%;
	border-top: 1px solid #D1F0FF;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 20px;
}
#columnaIzquierda {
	float: left;
	width: 146px;
	height:100%;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: -32000px;
	padding-bottom: 32000px;
}

#columnaCentro {
	float: left;
	width: 448px;
	height:100%;
	background-color: #FFFFFF;
	border-left: 1px solid #D1F0FF;
	border-right: 1px solid #D1F0FF;
	padding-left: 5px;
	padding-right: 4px;
	margin-bottom: -32000px;
	padding-bottom: 32000px;
}
#columnaDerecha {
	float: left;
	width: 140px;
	height:100%;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 4px;
	text-align: center;
	margin-bottom: -32000px;
	padding-bottom: 32000px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#pie{
	height:35px;
	clear: both;
	padding-left: 10px;
	width: 750px;
	margin: auto;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tresNodos{
	height:25px;
	margin-top: -45px;
	padding: 5px;
	text-align: right;
	clear: both;
}
