#wrapper-columns {
	position:relative;
	margin:0;
	padding:10px;
}

#wrapper-col-right {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url(../images/right-col-bkg.gif) repeat-y top right;
}

#wrapper-col-left {
	position:relative;
	text-align:left;
	width:100%;
	background:url(../images/left-menu-bkg.gif) repeat-y top left;
}

/*************************************************************
	COLUMNA IZQUIERDA
**************************************************************/
#column-left { 
	position:relative;
	top:-10px;
	left: -1px;
	float:left;
	1width: 205px;  /* for IE5/WIN 220*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 205; /* actual value 200 */
	margin:0 0 -10px 0;
	/*padding:10px;
	background:#ECB9E8;*/
	z-index:100;
	/*border: 1px solid red;*/
}

/*************************************************************
	COLUMNA DERECHA
**************************************************************/
#column-right {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width: 290px;  /* for IE5/WIN */
	/*voice-family: "\"}\"";*/
	voice-family: inherit;
	width: 270px; /* actual value */
	margin:0 0 -10px 0;
	padding: 10px;
	/*background:#D7C4FA;*/
	z-index:99;
}

/*************************************************************
	COLUMNA CENTRAL
**************************************************************/
#column-center {
	/*position:relative;*/
	padding:0 300px 0 217px;
}

#columns-close {
	position:relative;
	top: 1px;
	width: 100%;
	clear: both;
	margin: 0;
	height: 29px;
	background:#FFF url(../images/content-bottom.png) repeat-y top right;
}
