/* ===== Cuerpo central: posicionamiento izq,centro ===== */
div.r51_bodyLeftCol {
    float               : left;
    border              : 1px solid #CCCCCC;
    width               : 20%;
   	margin-right		: 10px;
   	margin-bottom		: 10px;
}
div.r51_bodyCenterCol {
    float				: right;
	width				: 78%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.r51_fullTextSearch {
	width				: 100%;
}
div.r51_bodyLeftColVMenu1 {
	width				: 100%;
	margin-bottom		: 20px;
}
div.r51_bodyLeftColBanner1{
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r51_bodyLeftColBanner2{
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r51_bodyLeftColBanner3{
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r51_bodyLeftColBanner4{
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}

/* ===== Parte central del cuerpo ===== */
div.r51_bodyCenterImg {
	text-align			: center;
	margin-bottom		: 20px;
}
div.r51_bodyCenterContainer{

}

