/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r46_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	width				: 18%;
	margin-right        : 10px;
	margin-bottom		: 10px;
}
div.r46_bodyCenterCol {
	float				: left;
	width				: 57%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 2.5%;
}
div.r46_bodyRightCol {
	float				: right;
	width				: 18%;
	margin-left			: 10px;
	margin-bottom		: 10px;
}
/* ===== Parte izquierda del cuerpo ===== */
div.r46_fullTextSearch {
	width				: 100%;

}
div.r46_bodyLeftColVMenu1 {
	float				: left;
	width				: 100%;
	margin-bottom		: 15px;
}
div.r46_bodyLeftColVMenu2 {
	float				: left;
	width				: 100%;
	margin-bottom		: 20px;
}
div.r46_bodyLeftColImg {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 3px;
}
/* ===== Parte central del cuerpo ===== */
div.r46_bodyCenterColImg {
	text-align			: center;
	margin-bottom		: 10px;	
}
div.r46_bodyCenterColHeadLine{
	
}

/* ===== Parte derecha del cuerpo ===== */
div.r46_bodyRightContentList {

}
div.r46_bodyRightBanner1 {
	text-align			: center;
	margin-top			: 10px;
}
div.r46_bodyRightBanner2 {
	text-align			: center;
	margin-top			: 10px;
}

