/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r85_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	padding				: 2px;
	width				: 18%;
	margin-right        : 10px;
	margin-bottom		: 10px;
}
div.r85_bodyCenterCol {
	float				: left;
	width				: 58%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 1.3%;
}
div.r85_bodyRightCol {
	float				: right;
	width				: 19%;
	margin-left			: 10px;
	margin-bottom		: 10px;
}
/* ===== Parte izquierda del cuerpo ===== */
div.r85_bodyLeftFullTextSearch {
	width				: 100%;
}
div.r85_bodyLeftColVMenu1 {
	width				: 100%;
	margin-bottom		: 20px;
}
div.r85_bodyLeftColBanner1 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyLeftColBanner2 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyLeftColBanner3 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyLeftColBanner4 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyLeftColImg1 {
	width				: 100%;
	text-align			: center;
}

/* ===== Imagen superior ===== */

div.r85_bodyBorderImgTop {
	background-color	: #F6FAFD;
	border 				: 2px solid #2C810B; /*color del ambito*/
	float				: right;
	margin-bottom		: 10px;
	width				: 79%;
}

div.r85_bodyImgTop {
	position			: relative;
	text-align          : center;
}

/* ===== Parte central del cuerpo ===== */
div.r85_bodyCenterColDetailedMenu1 {

}
/* ===== Parte derecha del cuerpo ===== */
div.r85_bodyRightColVMenu1 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyRightColBanner1 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyRightColBanner2 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyRightColBanner3 {
	text-align			: center;
	margin-bottom		: 10px;
}

