/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r51_bodyLeftCol {
	float				: left;
	width				: 20%;
	margin-right        : 10px;
	margin-top			: 0px;
	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-top			: 0px;
	margin-bottom		: 10px;
}
/* Fondo */

#r51_bodyBackGround {
	float				: left; 
	background-image	: url('/images/r51-banda_superior_fondo.jpg'); 
	margin				: 0px; 
	width				: 100%; 
	background-repeat	: repeat-x; 
	height				: 100%; 
	background-color	: #ffffff
}


/* ===== Parte izquierda del cuerpo ===== */
div.r51_bodyLeftColBorder{
	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			: left;
}
div.r51_bodyLeftColBanner1{
	width				: 100%;
	text-align			: center;
}
div.r51_bodyLeftColBanner2{
	width				: 100%;
	text-align			: center;
	margin-top			: 10px;
}
div.r51_bodyLeftColBanner3{
	width				: 100%;
	text-align			: center;
	margin-top			: 10px;
}
div.r51_bodyLeftColBanner4{
	width				: 100%;
	text-align			: center;
	margin-top			: 10px;
}
div.r51_bodyLeftColImg2{
	width				: 100%;
	text-align			: right;
	margin-top			: 10px;
	margin-bottom		: 3px;
}
/* ===== Parte central del cuerpo ===== */
div.r51_bodyCenterImg {
	text-align			: center;
	margin-bottom		: 30px;
}
div.r51_bodyCenterHeadLine{
	text-align			: left;
}
div.r51_bodyCenterTextFullSearch {
	margin-left			: 10px;
}
div.r51_bodyCenterColSearchResultsBox1 {
	float				: left;
	width				: 49%;
/*	margin-left			: 10px;*/
}
div.r51_bodyCenterColSearchResultsBox2 {
	float				: left;
	width				: 49%;
}
/* ===== Parte derecha del cuerpo ===== */
div.r51_bodyRightColImg1 {
	text-align			: center;
}
div.r51_bodyRightColImg2 {
	text-align			: center;
}
div.r51_bodyRightColImg3 {
	text-align			: center;
}
div.r51_bodyRightColImg4 {
	text-align			: center;
}
div.r51_bodyRightColImg5 {
	text-align			: center;
}
div.r51_bodyRightColImg6 {
	text-align			: center;
}
div.r51_bodyRightColImg7 {
	text-align			: center;
}
