/* ===== Cuerpo central: posicionamiento izq,centro ===== */
div.r59_bodyLeftCol {
    float               : left;
    border              : 1px solid #CCCCCC;
    width               : 19%;
    margin-bottom		: 10px;
}
div.r59_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.r59_bodyLeftFullTextSearch {
	width				: 100%;

}
div.r59_bodyLeftColVMenu1 {
	margin-bottom		: 60px;
	width				: 100%;
}
div.r59_bodyLeftColImg1 {
	text-align			: center;
	width				: 100%;
	margin-bottom		: 3px;

}
/* ===== Parte central del cuerpo ===== */
div.r59_bodyCenterColContainer{
	text-align			: left;
	margin-bottom		: 20px;
}
