/* ===== 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_bodyLeftColImg1 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyLeftColImg2 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyLeftColImg3 {
	width				: 100%;
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyLeftColImg4 {
	width				: 100%;
	text-align			: center;
}

/* ===== Imagen superior ===== */
div.r85_bodyImgTop {
	background-color	: #FDFDFD;
	border				: 2px solid #13828D;
	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;
	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	: #E0EAF3;
	border				: 1px solid #CCCCCC;
}
div.r85_bodyCenterColGroupRight{
	float				: right;
	width				: 48%;
}
div.r85_bodyCenterColGroupRightImage3{
	margin-bottom		: 10px;
	background-color	: #709FB9;
	border				: 1px solid #CCCCCC;
}
div.r85_bodyCenterColGroupRightImage4{
	background-color	: #FFFFFF;
	border				: 1px solid #CCCCCC;
}

div.r85_bodyCenterColContentList1{
}
/* ===== Parte derecha del cuerpo ===== */
div.r85_bodyRightColContentList {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyRightColImg1 {
	text-align			: center;
	margin-bottom		: 10px;
}
div.r85_bodyRightColEditor1 {
	float				: center;
	text-align			: center;
	background			: #fff;
}

