body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #3c645b;
    background-image: url(../../images/fundo.jpg);
    background-position: top;
    background-repeat: repeat-x;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #424242;
}

a.tituloHome:link, a.tituloHome:hover, a.tituloHome:visited
{
    color: #e2750e;
    font-variant: small-caps;
    font-size: 14px;
    font-weight: bold;
}

a.tituloHome:hover
{
    color: #e2750e;
    font-variant: small-caps;
    font-size: 14px;
    font-weight: bold;
    text-decoration:underline;
}

p, table
{
    font-size: 12px;
}
div.figura
{
    float: left;
    border: thin silver solid; /*margin: 0.1em;     padding: 0.1em;*/
    margin-right:10px;
}
div.figura p
{
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    /*height:10px;*/
    line-height:10px;
}
img.escala
{
    /*width: 80%;*/
}


a, a:link, a:visited
{
    color: #244750;
    text-decoration: none;
}

.imgFloat
{
    float: left;
    margin: 5px 10px 10px 0px;
}

a img
{
    border: 0px;
}

