/* ===== 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				: 59%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 1.5%;
}
div.r48_bodyRightCol {
	float				: right;
	width				: 18%;
	margin-bottom		: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.r48_bodyLeftFullTextSearch {
	width				: 100%;
}
div.r48_bodyLeftColVMenu1 {
	margin-bottom		: 20px;
	width				: 100%;
}
div.r48_bodyLeftColBanner1 {
	margin-bottom		: 10px;
	text-align			: center;
	width				: 100%;
}
div.r48_bodyLeftColBanner2 {
	margin-bottom		: 10px;
	text-align			: center;
	width				: 100%;
}	
div.r48_bodyLeftColBanner3 {
	margin-bottom		: 10px;
	text-align			: center;
	width				: 100%;
}	
div.r48_bodyLeftColBanner4 {
	margin-bottom		: 10px;
	text-align			: center;
	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_bodyCenterHeadLine{
	text-align			: left;
}
/* ===== Parte derecha del cuerpo ===== */
div.r48_bodyRightColVMenu1 {
	margin-bottom		: 20px;
}
div.r48_bodyRightContentList {
	margin-bottom		: 10px;
}
div.r48_bodyRightColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r48_bodyRightColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r48_bodyRightColBanner3 {
	text-align			: center;
	margin-bottom		: 10px;
}

