
@media print{
	#top,
	div#menu_cabecera,
	div#lateral_izquierdo{
		display:none;
	}
	
	div#cabecera{
		width:100%;
		height:auto;
		border:none;
	}
	
	div#cuerpo{
		border:none;
		float:none;
		width:auto;
		
	}
	
	div#contenedor{
		border:none;
		float:none;
		width:auto;
	}
	
	div#pie{
		float:none;
		width:auto;
	}
	
	div#contenedor{width:100%;}
	h1{display:block}
}
