/* desactivación de elementos innecesarios */

#colIzq, #zonaFlash, #headerDer {
	display: none !important;
}

/* reset de divs principales */

body, #wrapper, #header {
	width:650px !important;
	float: none !important;
	margin:0 !important;
	border: none !important;
}

#wrapper {
	margin:0 !important;
	text-align:left !important;
	width:auto !important;
	}
		
#footer {
	clear: both !important;
}
	
