body{
    background-image: url(..imagenes/wall.jpg);
}

section{
    width: 980px;
    height: 590px;
    background-color: rgb(206, 165, 104);
    margin: auto;
}

section ul{
    width: 450px;
    height: 550px;
    float: left;
    background-color:salmon;
    margin-left: 20px;
    margin-top: 20px;
    padding-left: 10px;
}

section ul li{
    width: 420px;
    height: 118px;
}

section ul h2{
    margin: 15px 0;
}

section ul p{
    height: 70px;
     }

     section ul img{
         float: left;
     }



     #fila2 li img{
         float: right;
     }