/* ===== Cuerpo central: posicionamiento izq, centro, derecha ===== */
div.r33_bodyLeftCol {
	border				: 1px solid #CCCCCC;
	float				: left;
	padding				: 2px;
	width				: 19%;
	margin-right        : 10px;
	margin-bottom		: 10px;
}
div.r33_bodyCenterCol {
	float				: left;
	/*width				: 56%;*/		/* no llegar a 100% junto con el bloque izq y derecho */
	width				: 56%;
	margin-bottom		: 10px;
	margin-left			: 2.5%;

}
div.r33_bodyRightCol {
	float				: right;
	width				: 18%;
	margin-left			: 10px;
	margin-bottom		: 10px;
}
/* ===== Parte izquierda del cuerpo ===== */
div.r33_fullTextSearch {
	width				: 100%;
}
div.r33_bodyLeftColVMenu1 {
	width				: 100%;
	margin-bottom		: 20px;
}
div.r33_bodyLeftColBanner1{
	width				: 100%;
	margin-top			: 10px;
	text-align			: center;
}
div.r33_bodyLeftColVMenu2 {
	width				: 100%;
	margin-top			: 10px;
	margin-bottom		: 20px;
}
div.r33_bodyLeftColBanner2{
	width				: 100%;
	margin-top			: 10px;
	text-align			: center;
}
div.r33_bodyLeftColBanner3{
	width				: 100%;
	margin-top			: 10px;
	text-align			: center;
}
div.r33_bodyLeftColImg{
	width				: 100%;
	margin-top			: 10px;
	text-align			: center;
}
/* ===== Parte central del cuerpo ===== */
div.r33_bodyCenterColBanner{
	text-align			: center;
	margin-bottom		: 10px;
}
div.r33_bodyCenterColHeadLine{
}
div.r33_bodyCenterColContentList{
	margin-top		    : 10px;
}

/* ==== Parte derecha del cuerpo ==== */

div.r33_bodyRightColVerticalMenu{
	margin-bottom		: 10px;
}
div.r33_bodyRightColContentList{

}

