/* ===== Cuerpo central: posicionamiento izq,centro ===== */
div.r48_bodyLeftCol {
    float               : left;
    border              : 1px solid #CCCCCC;
    padding             : 2px;
    width               : 18%;
    margin-bottom		: 10px;	
}
div.r48_bodyCenterCol {
    float				: left;
	width				: 57%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 2.5%;
}
div.r48_bodyRightCol {
	float				: right;
	width				: 18%;
	margin-bottom		: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.r48_bodyLeftFullTextSearch {

}
div.r48_bodyLeftColVMenu1 {
	margin-bottom		: 20px;
}
div.r48_bodyLeftColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r48_bodyLeftColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r48_bodyLeftColBanner3 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r48_bodyLeftColBanner4 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r48_bodyLeftColBanner5 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r48_bodyLeftColImg1 {
	text-align			: center;
}
/* ===== Parte central del cuerpo ===== */
div.r48_bodyCenterColBanner {
	text-align			: center;
	margin-bottom		: 15px;
}
div.r48_bodyCenterColEditor {
	
}
/* ===== Parte derecha del cuerpo ===== */
div.r48_bodyRightColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r48_bodyRightColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r48_bodyRightColContentList {
	float				: left;
	width				: 98%;
}
