@media only screen 
        and (max-device-width : 800px) 
        and (orientation : landscape) { 
    
    .pagewrap {
        margin: 0 auto;
        width: 100%;
    }
    
    .apartado {
        background-color: brown;
        color: white;
        border-radius: 10px;
        padding:1px;
        width: 38%;
        display:inline-block;
    }
    
 .letra {
    text-align:center;
    text-indent: 1px;
    font-size:2em;
    
}

.letra1 {
    text-align:center;
    text-indent: 1px;
    font-size:2em;
    
}   
}