/* para 980px o menos */ #pagewrap { width: 94%: } #content { width: 65%; } #sidebar { width: 30%; } /* para 700px o menos. Con auto width se hace un reset al container. */ #content { width: auto; float: none; } #sidebar { width: auto; float: none; } /* para 480px o menos */ #header { height: auto; } h1 { font-size: 24px; } #sidebar { display: none; }