body {
	background-color	: #fff;
}

/* ===== Logotipos de la cabecera ===== */
div.r59_headerLogos {
	width				: 100%;	
	padding-bottom		: 5px;			
	border-bottom		: 1px solid #ccc; 
}
div.r59_headerLogoLeft {
	float				: left;
	text-align			: left;
	margin-right		: 10px;
}
div.r59_headerLogoCenter {
	float				: left;
	text-align			: left;
}
div.r59_headerLogoRight {
	float				: right;
	text-align			: right;
}
/* ===== Primera linea de la cabecera ===== */
div.r59_headerRow1 {
	width				: 100%;	
	border-bottom		: 3px solid white;
	border-top			: 2px solid white; 	
	z-index				: 1000;
}
div.r59_homePageButton {
	float				: left;	
	width				: 8%;
}
div.r59_headerRow1Menu {
	float				: right;	
	width				: 92%;	/* no llegar al 100% junto con el boton (bug explorer) */
}
/* ===== Segunda linea de la cabecera ===== */
div.r59_headerRow2 {
	width				: 100%;
	z-index				: 9000;	
	border-top			: 1px solid #ccc;
	border-bottom		: 1px solid #ccc;
	padding-top			: 2px;
	padding-bottom		: 2px;
}
div.r59_headerRow2LangSel {
	float				: left;
	text-align			: left;
	padding-top			: 2px;
	margin-left			: 2px;
}
div.r59_headerRow2Menu {	
	float				: right;
	width				: 70%;	/* no llegar a 100% junto con el selector de idioma (bug explorer) */	
}
/* ===== Tercera linea de la cabecera ===== */
div.r59_headerRow3 {
	text-align			:left;
	width				:100%;
	margin-top			:5px;		
	margin-bottom		:10px;		
}



/* ===== Parte central del cuerpo ===== */
div.r59_bodyCenterColContainer{
	
	width				: 100%;		/* no llegar a 100% junto con el bloque izq y derecho */
	margin-bottom		: 10px;
	/*text-align			: center;*/
	/*_margin-left			: 30px;*/
	margin-bottom		: 30px;

}



/* ===== Pie de pagina ===== */
div.r59_footer {
	_margin-top			: 10px;
	width				: 100%;
}
