/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.s15_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	padding				: 2px;
	width				: 18%;
	margin-bottom		: 10px;
}
div.s15_bodyCenterCol {
	float				: left;
	width				: 57%;		/* no llegar a 100% junto con el bloque izq y derecho */
	/*height: 58%;*/
	margin-bottom		: 10px;
	margin-left			: 2.5%;
}
div.s15_bodyRightCol {
	float				: right;
	width				: 19%;
	margin-bottom		: 10px;
}

/* ===== Parte izquierda del cuerpo ===== */
div.s15_fullTextSearch {
	width				: 100%;
}
div.s15_bodyLeftColVMenu1 {
	margin-bottom		: 10px;
	width				: 100%;
}
div.s15_bodyLeftColBanner1{
	text-align			:center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.s15_bodyLeftColBanner2{
	text-align			:center;
	margin-bottom		: 10px;
	width				: 100%;
}
div.s15_bodyLeftColImg{
	text-align			:center;
	width				: 100%;
}

/* ===== Parte central del cuerpo ===== */

div.s15_bodyCenterBanner1{
	text-align			:center;
	margin-bottom		: 30px;
}


div.s15_bodyCenterSliderGallery3{
text-align			:center;
}
div.s15_bodyCenterSliderGallery2{
text-align			:center;
}

div.s15_bodycenterColContentList{
	width				: 100%;
	float				:left;
	text-align			:center;
	margin-top			:50px;
}

/* ==== Parte derecha del cuerpo ==== */
	
div.s15_bodyRightColSliderGallery1{
	margin-top			: 15px;
	text-align			:center;
	margin-bottom		: 20px;
	width				: 100%;
	float				:left;
	}

