/* ===== 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_bodyLeftColImg1 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r51_bodyLeftColHeadLine{
	width				: 100%;
	margin-bottom		: 10px;
}
/* ===== Parte central del cuerpo ===== */
div.r51_bodyCenterImg {
	text-align			: center;
	margin-bottom		: 20px;
}
div.r51_bodyLeftImg {
	text-align			: left;
	margin-bottom		: 20px;
}
div.r51_cabecera{
	background-repeat	: repeat-x;
	background-position	: bottom lwft;
	height				: 31px; 
	width				: 100%;
	border-bottom		: 2px solid #990033;
	margin-bottom		: 10px;
}
div.r51_imagenCabecera{
	text-align			: right;
}
div.r51_bodyCenterContainer{

}

