/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r61_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	width				: 19%;
	margin-bottom		: 10px;
}
div.r61_bodyCenterCol {
	float				: left;
	width				: 54%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 2.0%;
}
div.r61_bodyRightCol {
	float				: right;
	width				: 23%;
	margin-left			: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.r61_fullTextSearch {
	width				: 100%;
}
div.r61_bodyLeftColVMenu1 {
	float				:left;
	width				:100%;
	margin-bottom		:20px;
}
div.r61_bodyLeftColBanner1 {
	width				: 100%;
	text-align			:center;
	margin-bottom		:10px; 
}
div.r61_bodyLeftColBanner2 {
	width				: 100%;
	margin-top			:10px;
	text-align			:center;
}
div.r61_bodyLeftColImg{
	width				: 100%;
	margin-top			:40px;
	text-align			:center;
	margin-bottom		: 3px; 
}


/* ===== Parte central del cuerpo ===== */

div.r61_bodyContainer{

}

/* ==== Parte derecha del cuerpo ==== */

div.r61_bodyRightColContentList1{
	margin-top			:10px; 
	float				:left; 
	width				:100%; 
	background-color	:#c1c1c1
}

