/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r42_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	padding				: 2px;
	width				: 21%;
	margin-bottom		: 10px;
}
div.r42_bodyCenterCol {
	float				: left;
	width				: 54%;		/* no llegar a 100% junto con el bloque izq y derecho */
	margin-bottom		: 10px;
	margin-left			: 3%;
}
div.r42_bodyRightCol {
	float				: right;
	width				: 18%;
	margin-bottom		: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.r42_bodyLeftFullTextSearch {
	width				: 100%;
}
div.r42_bodyLeftColVMenu1 {
	margin-bottom		: 20px;
	width				: 100%;
}
div.r42_bodyLeftColBanner1 {
	margin-bottom		: 20px;
	text-align			: center;
	width				: 100%;
}
div.r42_bodyLeftColImg1 {
	text-align			: center;
	width				: 100%;
}
/* ===== Parte central del cuerpo ===== */
div.r42_bodyCenterColImg {
	text-align			: center;
	margin-bottom		: 10px;	
}
div.r42_bodyCenterTextFullSearch{
	margin-bottom		: 10px;		
}
div.r42_bodyCenterHeadLine1 {
	float				: left;
	width				: 49%;
/*	margin-left			: 10px;*/
}
div.r42_bodyCenterHeadLine2 {
	float				: right;
	width				: 49%;
/*	margin-left			: 10px;*/
}

div.r42_bodyCenterColContentList {
	text-align			: left;
}
/* ===== Parte derecha del cuerpo ===== */
div.r42_bodyRightColContentList1 {
	margin-bottom		: 10px;
	text-align			: left;
}
div.r42_bodyRightColContentList2 {
	margin-bottom		: 10px;
	text-align			: left;
}
div.r42_bodyRightColBanner1 {
	text-align			: center;
	margin-bottom		: 20px;
}
div.r42_bodyRightColBanner2 {
	text-align			: center;
}

