body{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
.contenedor{
    width: 60%;
    margin: 0 auto;          
    border: 1px solid #c00;  
    padding: 20px;
    box-sizing: border-box;
}
h2{
    color: blue;
}
strong{
    color: rgb(75, 182, 75);
}
abbr{
    color: rgb(136, 195, 214);
}
.info{
    color: #c00;
}
.pirata{
    color: blue;
    font-weight: bold;
}