/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r42_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	padding				: 2px;
	width				: 20%;
	margin-bottom		: 10px;
}
div.r42_bodyCenterCol {
	float				: left;
	width				: 55%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 3.0%;
}
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		: 10px;
	text-align			: center;
	width				: 100%;	
}
div.r42_bodyLeftColBanner2 {
	margin-bottom		: 10px;
	text-align			: center;
	width				: 100%;	
}
div.r42_bodyLeftColBanner3 {
	margin-bottom		: 10px;
	text-align			: center;
	width				: 100%;	
}
div.r42_bodyLeftColImg1 {
	text-align			: center;
	width				: 100%;
	margin-bottom		: 10px;	
}
/* ===== Parte central del cuerpo ===== */
div.r42_bodyCenterColBanner {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r42_bodyCenterHeadLine {
	text-align			: left;
	margin-bottom		: 10px;
}
div.r42_bodyCenterColContentList {
	text-align			: left;
}
/* ===== Parte derecha del cuerpo ===== */
div.r42_bodyRightColVMenu {
	margin-bottom		: 10px;
}
div.r42_bodyRightColContentList {
	text-align			: left;
}

/*Ocultando el contentlist de la parte inferior de la home*/
div.r42_bodyCenterColContentList {
display:none;
}

