﻿@media screen
{
    body
    {
        font-family: Century Gothic, Arial, Verdana;
        font-size: 12px;
        color: #231F20;
        margin: 0px;
    }
    input, select
    {
        font-family: Century Gothic, Arial, Verdana;
        font-size: 90%;
        color: #231F20;
    }
    a
    {
        font-size: 14px;
        color: #231F20;
    }
    a:link, a:visited, a:active, a.login:link, a.login:visited, a.login:active
    {
        text-decoration: none;
    }
    a:hover, a.login:hover
    {
        font-weight: bold;
        text-decoration: underline;
    }
    .modalBackground
    {
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }
    .panelBackground
    {
        background-color: White;
    }
    .panelMargin
    {
        margin: 15px;
    }
    .smallButton
    {
        font-size: 11px;
    }
    .titulo
    {
        font-size: 24px;
        font-weight: bold;
    }
}
