/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r52_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	padding				: 2px;
	width				: 18%;
	margin-right        : 10px;
	margin-bottom		: 10px;
}
div.r52_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.r52_bodyRightCol {
	float				: right;
	width				: 19%;
	margin-left			: 10px;
	margin-bottom		: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.r52_bodyLeftFullTextSearch {
	width				: 100%;
}
div.r52_bodyLeftColVMenu1 {
	width				: 100%;
	margin-bottom		: 20px;
}
div.r52_bodyLeftColBanner1 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r52_bodyLeftColBanner2 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r52_bodyLeftColBanner3 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r52_bodyLeftColBanner4 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r52_bodyLeftColImg1 {
	width				: 100%;
	text-align			: center;
}

/* ===== Imagen Superior ===== */
div.r52_bodyborderImgTop {
	background-color	: #FEFFFF;
	border				: 2px solid #35325F;
	float				: right;
	margin-bottom		: 10px;
	width				: 78%;
	_width				: 79%;
}
div.r52_bodyImgTop {
	position			: relative;
	text-align			: center;
	margin-top			: 10px;
}
/* ===== Parte central del cuerpo ===== */
div.r52_bodyCenterColGroup {
	width				: 100%;
	margin-bottom		: 10px;
}
div.r52_bodyCenterColGroupLeft{
	float				: left;
	width				: 48%;
}
	
div.r52_bodyCenterColGroupImage1{
	margin-bottom		: 10px;
	background-color	: #FFFFFF;
	border				: 1px solid #CCCCCC;
	float: center; 
	text-align:center;
}
div.r52_bodyCenterColGroupImage2{
	background-color	: #FFFFFF;
	border				: 1px solid #CCCCCC;
	float: center; 
	text-align:center;
}
div.r52_bodyCenterColGroupRightImage3{
	width				: 48%;
	float				: right;
	background-color	: #FFFFFF;
	border				: 1px solid #CCCCCC;
	float: center; 
	text-align:center;
}
div.r52_bodyCenterColContentList1{
}
/* ===== Parte derecha del cuerpo ===== */
div.r52_bodyRightColContentList {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r52_bodyRightColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r52_bodyRightColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r52_bodyRightColBanner3 {
	text-align			: center;
	margin-bottom		: 10px;
}

