/* General */
@charset "utf-8";

div.capa {
    position: absolute; 
    left: 8px; 
    top: 8px;
}
div:hover {
    white-space: normal;
}

h1, h2, h3 {
    text-align: center;
}
.control {
    border: thin dotted #A6BEC0;
    color: #555555;
    background: #eeeeda;
    font-weight: normal;
    margin-top: 30px;
}
.row {
    border-bottom: thin dotted #A6BEC0;
    color: #555555;
}
.row:hover {
    color: #876300;
    background: #eeeeda;
}
.data {
    text-align: left;
}
