/* ===== Cuerpo central: posicionamiento izq,centro ===== */
div.r42_bodyLeftCol {
    float               : left;
    border              : 1px solid #CCCCCC;
    padding             : 2px;
    width               : 20%;
    margin-bottom		: 10px;
}
div.r42_bodyCenterCol {
    float				: right;
	width				: 78%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.r42_bodyLeftFullTextSearch {
	width				: 100%;
}
div.r42_bodyLeftColVMenu1 {
	margin-bottom		: 20px;
	width				: 100%;
}
div.r42_bodyLeftColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.r42_bodyLeftColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.r42_bodyLeftColBanner3 {
	text-align			: center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.r42_bodyLeftColImg1 {
	text-align			: center;
	width				: 100%;
}
/* ===== Parte central del cuerpo ===== */
div.r42_bodyCenteColImage {
	text-align			: center;
	margin-bottom		: 20px;
}
div.r42_bodyCenterColContainer {
	text-align			: left;
}
