/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.u89_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	padding				: 2px;
	width				: 18%;
	margin-right        : 10px;
	margin-bottom		: 10px;
}
div.u89_bodyCenterCol {
	float				: left;
	width				: 50%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 3%;
	
}
div.u89_bodyRightCol {
	float				: right;
	width				: 25%;
	margin-left			: 10px;
	margin-bottom		: 10px;
	text-align          : center;
}
/* ===== Parte izquierda del cuerpo ===== */
div.u89_bodyLeftFullTextSearch {
	width				: 100%;
}
div.u89_bodyLeftColVMenu1 {
	width				: 100%;
	margin-bottom		: 5px;
}
div.u89_bodyLeftColBanner1 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 1px;
/*	border				: 2px solid #24477E;*/
}
div.u89_bodyLeftColBanner2 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 1px;
}
div.u89_bodyLeftColBanner3 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 1px;
}
div.u89_bodyLeftColBanner4 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 5px;
}
div.u89_bodyLeftColImg1 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
/* ===== Imagen Superior ===== */
div.u89_bodyborderImgTop {
	background-color:#FEFFFF;
	float:left;
	margin-bottom:10px;
	text-align:left;
	width:79%;
}

div.u89_bodyImgTop {
	position			: relative;
	text-align			: center;
}
/* ===== Parte central del cuerpo ===== */
div.u89_bodyCenterColContainer {
	text-align			: left;
}
div.u89_bodyCenterColContentList1{
}
/* ===== Parte derecha del cuerpo ===== */
div.u89_bodyRightColVMenu1 {
	text-align			: center;
	margin-bottom		: 10px;
	margin              : 10px auto;
	width               : 188px;
}
div.u89_bodyRightColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.u89_bodyRightColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.u89_bodyRightColBanner3 {
	text-align			: center;
	margin-bottom		: 10px;
}

