/* ===== Cuerpo central: posicionamiento izq,centro ===== */
div.r50_bodyLeftCol {
    float               : left;
    border              : 1px solid #CCCCCC;
    padding             : 2px;
    width               : 19%;
    margin-bottom		: 10px;
}
div.r50_bodyCenterCol {
    float				: right;
	width				: 80%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
}
/* ===== Parte izquierda del cuerpo ===== */
div.r50_bodyLeftFullTextSearch {
	width				: 100%;
}
div.r50_bodyLeftColVMenu1 {
	width				: 100%;
	margin-bottom		: 20px;
}
div.r50_bodyLeftColBanner1 {
	width				: 100%;
	margin-bottom		: 10px;
	text-align			: center;
}
div.r50_bodyLeftColVMenu2 {
	width				: 100%;
	margin-bottom		: 20px;
}
div.r50_bodyLeftColBanner2 {
	width				: 100%;
	margin-bottom		: 10px;
	text-align			: center;
}
div.r50_bodyLeftColBanner3 {
	width				: 100%;
	margin-bottom		: 10px;
	text-align			: center;
}
div.r50_bodyLeftColBanner4 {
	width				: 100%;
	margin-bottom		: 20px;
	text-align			: center;
}
div.r50_bodyLeftColImg1 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
/* ===== Parte central del cuerpo ===== */
div.r50_bodyCenterColContainer {
	text-align			: left;
	margin-bottom		: 20px;
}
