/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r51_bodyLeftCol {
	float				: left;
	width				: 20%;
	margin-right        : 10px;
	margin-bottom		: 10px;
}
div.r51_bodyCenterCol {
	float				: left;
	width				: 55%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 2.5%;
}
div.r51_bodyRightCol {
	float				: right;
	width				: 18%;
	margin-left			: 10px;
	margin-bottom		: 10px;
}
/* fondo */
div.r51_bodyBackGround {
	float: left; 
	background-image: url('/images/r51-banda_superior_fondo.jpg'); 
	margin: 0px; 
	width: 100%; 
	background-repeat: repeat-x; 
	background-color: #ffffff
}

/* ===== Parte izquierda del cuerpo ===== */
div.r51_bodyLeftCol2{
	width				: 100%;
	border				: 1px solid #CCCCCC;
}
div.r51_fullTextSearch {
	width				: 100%;
}
div.r51_bodyLeftColVMenu1 {
	width				: 100%;
	margin-bottom		: 20px;
}
div.r51_bodyLeftColImg1 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r51_bodyLeftColImg2{
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
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_bodyCenterColImg1 {
	text-align			: center;
	margin-bottom		: 30px;
}
div.r51_bodyCenterColHeadLine{
	text-align			: center;
	margin-bottom		: 10px;
}
div.r51_bodyCenterColImg2 {
	margin-top			: 30px;
	text-align			: center;
	margin-bottom		: 10px;
}

/* ===== Parte derecha del cuerpo ===== */
div.r51_bodyRightColImg {
	text-align			: left;
	margin-bottom		: 10px;
}
div.r51_bodyRightColContentlist {
	margin-bottom		: 10px;
}
div.r51_bodyRightColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r51_bodyRightColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
}
