/*
// -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
   AHDSS - Ajuste a ventana de ancho reducido.
   version:  d01-m04-a07
//  -- -- -- -- -- -- -- -- --
//  Mauricio F. Tolezano (www.acuataller.com)
// -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
// 
//
*/



/* Contenidos.
----------------------------------------------------------------------------------------------- */

body {
	background-position:	-168px 0;
	}

#cabecera {
	left:					0;	
	}

#contenidos {	
	display:			inline; /*IE hack*/
	margin-left:		-168px;	
	}


	
/* Inicio 
----------------------------------------------------------------------------------------------- */

#inicio {
	background-position:	-98px 0;
	}
#inicio #cabecera {
	left:					58px;
	}

#inicio #contenidos {	
	display:			block; /*Para compensar hack de IE*/
	margin-left:		-98px;
	}