.imagen {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.titulo {
    display: block;
    width: 600px;
    text-align: right;
    border-bottom: 2px solid #444;
    color: #AAA;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 2px;
    margin-bottom: 10px;
}


.subtitulo {
    display: block;
    width: 600px;
    color: #AAA;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    padding-top: 20px;
}

.langnotavailable {
    display: block;
    width: 580px;
    background-color: #800;
    color: #FAA;
    border: 1px solid #A00;
    padding: 10px;
}
