/* ===== Cuerpo central: posicionamiento izq,centro ===== */
div.s07_bodyLeftCol {
    float               : left;
  /*  border              : 1px solid #CCCCCC;
    padding             : 2px;*/
    width               : 18%;
    margin-bottom		: 10px;
}
div.s07_bodyCenterCol {
    float				: right;
	width				: 81%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.s07_bodyLeftFullTextSearch {
	width				: 100%;
}
div.s07_bodyLeftColVMenu1 {
	margin-bottom		: 5px;
	width				: 100%;
}
div.s07_bodyLeftColVMenu2 {
	margin-bottom		: 20px;
	width				: 100%;
}
div.s07_bodyLeftColContentList {
	text-align			: center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.s07_bodyLeftColImg {
	text-align			: center;
	width				: 100%;
}
/* ===== Parte central del cuerpo ===== */
div.s07_bodyCenterColContainer {
	text-align			: left;
	margin-bottom		: 20px;
}
