/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r48_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	width				: 19%;
	margin-bottom		: 10px;
}
div.r48_bodyCenterCol {
	float				: left;
	width				: 76%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 3.5%;
}

/* ===== Parte izquierda del cuerpo ===== */
div.r48_bodyLeftfullTextSearch {
	width				: 100%;
}
div.r48_bodyLeftColVMenu1 {
	margin-bottom		: 20px;
	width				: 100%;
}
div.r48_bodyLeftColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.r48_bodyLeftColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.r48_bodyLeftColBanner3 {
	text-align			: center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.r48_bodyLeftColImg1 {
	text-align			: center;
	width				: 100%;
	margin-bottom		: 3px;
}
/* ===== Parte central del cuerpo ===== */
div.r48_bodyCenterColBanner {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r48_bodyCenterGroup {
	float				: left; 
	width				: 100%;
}
div.r48_bodyCenterHeadLine{
	width				: 50%;
	float				: left;
}
div.r48_bodyCenterColContentList {
	width				: 47%;
	float				: right;
}


