/* ===== 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		: 10px;
}
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 #B46441;
	float				: right;
	margin-bottom		: 10px;
	width				: 79%;
}

div.r85_bodyImgTop {
	position			: relative;
	text-align          : center;
}

/* ===== Parte central del cuerpo ===== */
div.r85_bodyCenterColGroup {
	width				: 100%;
	margin-bottom		: 10px;
	height				: 230px;
	text-align			: center;
}
div.r85_bodyCenterColGroupLeft{
	float				: left;
	width				: 48%;
}
div.r85_bodyCenterColGroupLeftImage1{
	margin-bottom		: 10px;
	background-color	: #FFFFFF;
	border				: 1px solid #CCCCCC;
}
div.r85_bodyCenterColGroupLeftImage2{
	background-color	: #A13310;
	border				: 1px solid #CCCCCC;
}
div.r85_bodyCenterColGroupRightImage3{
	width				: 48%;
	float				: right;
	background-color	: #FFFFFF;
	border				: 1px solid #CCCCCC;
	height				: 100%;
}
div.r85_bodyCenterColContentList1{
}
/* ===== Parte derecha del cuerpo ===== */
div.r85_bodyRightColVMenu1 {
	width				: 100%; 
	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;
}

