body { margin: 0; }
.title
{
    font-family: verdana, arial, helvetica;
    font-size: 18px;
    margin-top: -60px;
    margin-left: -555px;
}
.bar
{
    margin-top: 50px;
    width: 700px;
    height: 36px;
    background-image: url( 'img/bar.png');
}
.logo
{
    margin-top: -10px;
    margin-right: -325px;
    width: 238px;
    height: 66px;
}
.logo[class]
{
    background-image: url( 'img/aspecto.png');
    background-repeat: no-repeat;
}
.content
{
    width: 700px;
    font-family: arial, helvetica;
    text-align: justify;
    padding: 10px;
}
pre
{
    background-color: #FFFBFF;
    padding: 10px;
    border-style: dotted;
    border-width: 2px;
    border-color: #0099CC;
    color: blue;
}