/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r59_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	width				: 19%;
	margin-bottom		: 10px;
}
div.r59_bodyCenterCol {
	float				: left;
	width				: 55%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 4.5%;
}
div.r59_bodyRightCol {
	float				: right;
	width				: 12%;
	margin-bottom		: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.r59_bodyLeftColImg {
	text-align			: center;
	margin-bottom		: 20px;
	margin-top			: 20px;
	width				: 100%;	
}
div.r59_bodyLeftFullTextSearch {
	width				: 100%;
}
div.r59_bodyLeftColVMenu1 {
	margin-bottom		: 20px;
	width				: 100%;
}
div.r59_bodyLeftColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.r59_bodyLeftColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.r59_bodyLeftColBanner3 {
	text-align			: center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.r59_bodyLeftColImg1 {
	text-align			: center;
	width				: 100%;
	margin-bottom		: 3px;
}
/* ===== Parte central del cuerpo ===== */
div.r59_bodyCenterColImg {
	text-align			: center;
	margin-bottom		: 10px;
	border				: 1px solid #2A52B1;
}
div.r59_bodyCenterColContainer{
	text-align			: left;
}
/* ===== Parte derecha del cuerpo ===== */
div.r59_bodyRightColImg1 {
	margin-top			: 90px;
	margin-bottom		: 10px;
	text-align			: center;
}
div.r59_bodyRightColImg2 {
	text-align			: center;
}

