/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.s23_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	width				: 19%;
	margin-bottom		: 10px;
}
div.s23_bodyCenterCol {
	float				: left;
	width				: 56%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 3%;
}
div.s23_bodyRightCol {
	float				: right;
	width				: 18%;
	margin-bottom		: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.s23_bodyLeftFullTextSearch {
	width				: 100%;
}
div.s23_bodyLeftColVMenu1 {
	margin-bottom		: 20px;
	width				: 100%;
}
div.s23_bodyLeftColBanner1 {
	text-align			: center;
	margin-bottom		: 20px;
	width				: 100%;
}
div.s23_bodyLeftColBanner2 {
	text-align			: center;
	margin-bottom		: 20px;
	width				: 100%;
}
div.s23_bodyLeftColBanner3 {
	text-align			: center;
	margin-bottom		: 20px;
	width				: 100%;
}
div.s23_bodyLeftColImg1 {
	text-align			: center;
	width				: 100%;
}
/* ===== Parte central del cuerpo ===== */
div.s23_bodyCenterColImg {
	text-align			: center;
	margin-bottom		: 10px;
}
div.s23_bodyCenterHeadLine{
	text-align			: left;
	margin-bottom		: 10px;
}
div.s23_bodyCenterColContentList {
	
}
/* ===== Parte derecha del cuerpo ===== */
div.s23_bodyRightColContentList {
	text-align			: left;
	margin-bottom		: 10px;
}
div.s23_bodyRightColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.s23_bodyRightColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.s23_bodyRightColBanner3 {
	text-align			: center;
}

