/* ===== 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;
}
div.r85_bodyCenterColGroupLeft{
	float				: left;
	width				: 48%;
}
div.r85_bodyCenterColGroupRight{
	float				: right;
	width				: 48%;
}
div.r85_bodyCenterColGroupImage1{
	margin-bottom		: 10px;
	background-color	:#FFFFFF;
	border				:1px solid #CCCCCC;
	text-align:center;
}
div.r85_bodyCenterColGroupImage2{
	background-color	:#2D85AB;
	border				:1px solid #CCCCCC;
	text-align:center;
}
div.r85_bodyCenterColGroupImage3{
	margin-bottom		: 10px;
	background-color	:#FFFFFF;
	border				:1px solid #CCCCCC;
	text-align:center;
}
div.r85_bodyCenterColGroupImage4{
	background-color	:#709FB9;
	border				:1px solid #CCCCCC;
	text-align:center;
}

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_bodyRightColImg2 {
	text-align			: center;
}

