/* ===== Cuerpo central: posicionamiento izq y centro ===== */
div.r61_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	width				: 19%;
	margin-bottom		: 10px;
}
div.r61_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.r61_fullTextSearch {

}
div.r61_bodyLeftColVMenu1 {
	width				: 100%;	
	margin-bottom		: 20px;
}
div.r61_bodyLeftColBanner1{
	text-align			: center;	
	margin-bottom		: 10px;
	width				: 100%;	
}
div.r61_bodyLeftColBanner2{
	text-align			: center;
	margin-bottom		: 40px;
	width				: 100%;	
}
div.r61_bodyLeftColImg{
	text-align			: center;
	width				: 100%;
}
/* ===== Parte central del cuerpo ===== */
div.r61_bodyContainer {

}

