body,table,td,th {
    font-family: Verdana;
    font-size:12px;
}
img {
    border:0;
}
a {
    color:black;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    color:blue;
    text-decoration:underline;
}
a:link {
color: blue;
text-decoration: none;
}
.content {
    width:515px;
    padding: 10px;
    background: url(img/simbolo.jpg) repeat-y top center;
    
    /*Borders*/
    border: 5px solid #0000c3;
    -moz-border-radius-bottomleft:20px;
    -moz-border-radius-bottomright:20px;
}
.content.minheight { /* I hate IE */
    height: 650px;
    float: right;
    width: 1px;
}
.content h1 {
    border-bottom:1px solid black;
    overflow:auto;
}
.subcontent {
    width: 230px;
    float: right;
    margin: 10px;
    padding: 10px;
    background-color: #a9c5ed;
    
    /*Borders*/
    border: 1px solid black;
    border-left:5px solid blue;
    -moz-border-radius-topright:15px;
}
.subcontent img {
    border:1px solid black;
}