



#encabezado_1 { position: absolute;
     top:0%; left: 120;
	    height: 50px;
     width:1200px;
     background-color:orange;	}


#columna_izquierda {
     position: absolute;
     top:38px; left: 0;
	    height: 480px;
     width: 130px;
     background-color:white;
    }
#columna_derecha {
     position: absolute;
     top:38px; left: 130px;
	    height: auto;
	    bottom: 0;
     width: 1070px;
     background-color:white;
    }


