body {
    margin:0;
    background: #FFFFFF;
    font-family:Arial, sans-serif;
    font-size:12px;
    color: #327fb1;
    /*
    background-image: url("http://www.espacios.com/images/img-bk1.jpg");
    background-repeat: repeat;
    */
}

font.title {
    font-family:Arial, sans-serif;
    font-size:24px;
    font-weight:bold;
    color: #327fb1;
    text-align:center;
}
font.subtitle {
    font-family:Arial, sans-serif;
    font-size:18px;
    font-weight:bold;
    color: #327fb1;
    text-align:center;
}
font.content {
    font-family:Arial, sans-serif;
    font-size:12px;
/*    color: #327fb1;   */
}

a:hover {
    color: #7cbae2;
    text-decoration: underline;
}


