﻿/* ================================ Inicialização das tags ================================*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, rodape, footer, header, hgroup, menu, nav, section, summary
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html, body
{
    width: 100%;
    height: 100%;
    margin-top:2px;
}

/* links e imagens não terão bordas*/
a img
{
    border: none;
}

ol, ul
{
    list-style: none;
}

aside, details, figcaption, figure, rodape,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

/*======================== Fim da inicialização de tags ==================================*/

html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    background-image: url(../imagens/fundoBr.png);
    background-position: left top;
    background-repeat: repeat;
    font-family: Verdana, Arial, Calibri;
    font-size: 12px;
    color: #333;
    line-height: 1.5;

    /*font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;*/

}

p
{
    margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    position: relative;
}

h3
{
    clear: both;
    font-size: 18px;
    line-height: 1.6;
    color: black;
    text-transform: none;
    text-align: left;
    background-color: transparent;
    padding-top: 10px;
    margin-bottom: 8px;
    border-bottom: 1px dotted black;
}

h4
{
    font-size: 12px;
    line-height: 1.4;
    color: black;
    padding-top: 0px;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: justify;
    color: #333333;
}

    h4 a
    {
        text-decoration:none;
    }
/*Container externo que define os limites do site - Principal*/
#site
{
    position: relative;
    width: 990px;
    margin: 0 auto;
    text-align: left;
    background-color: white;
    padding: 2px 10px 10px;
    overflow: hidden;
    /*-moz-box-shadow: 0 0 5px 5px #D8D8D8;
    -webkit-box-shadow: 0 0 5px 5px #D8D8D8;
    box-shadow: 0 0 5px 5px #D8D8D8;*/
}

/*Barra superior - Logo e opções do menu*/
header
{
    position: relative;
    float: left;
    width: 100%;
    height: 120px; 
}

#logo
{
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
}

/*Menu principal*/
nav
{
    position: absolute;
    width: 708px;
    height: 36px;
    top: 0px;
    right: 10px;
    padding-left: 5px;
    padding-top: 2px;
    /*text-shadow: 0 2px 2px rgba(0,0,0,.3);*/

    /*-webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    xbackground: #0094da;*/
    /*color1:#fecc00;
    color:#ee7f01;
    color:#e2001a;
    color:#a2daf3;
    color:#5cc5ed;
    color:#00a7e3;*/
}

    nav ul li
    {
        float: left;
        line-height: normal;
    }

        nav ul li a
        {
            font-size: 14px;
            color: white;
            width: 94px;
            height: 34px;
            min-height: 34px;
            text-align: center;
            vertical-align: middle;
            font-weight: normal;
            display: block; /* IE6, IE7 line height fix */
            display: table-cell;
            padding: 2px 12px;
            background-color: transparent;
            margin-top: 0px;
            text-decoration: none;
        }

        nav ul li.current a
        {
            xheight: 32px;
            border-bottom: solid 1px #009036;
            border-top: solid 2px #498678;
        }

/*Faixa inteira - Banner*/
.setor1
{
    width: 750px;
    position: relative;
    float: left;
    height: 204px;
    padding: 0px;
    background: #EAEAEA;
    margin-top: 0px;
    /*-webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;*/
}

.conteudo
{
    position: relative;
    float: left;
    margin-bottom: 8px;
    background: white;
    text-align: justify;
}

.setor2
{
    float: left;
    width: 620px;
    position: relative;
    background: white;
    padding: 2px 10px 0px 10px;
}

.setor3
{
    float: right;
    width: 330px;
    position: relative;
    background: white;
    padding: 2px 10px 10px 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.setor4
{
    float: left;
    width: 620px;
    position: relative;
    background: white;
    padding: 2px 10px 10px 10px;
    margin-top: 0px;
}

.MensagemBanner
{
    position: absolute;
    margin-top: -35px;
    margin-left: 5px;
    xborder: solid 1px;
    xborder-radius: 10px;
    padding: 0 20px;
}

.titulos
{
    xborder: solid 1px;
    xborder-radius: 10px;
    xpadding: 10px;
    margin-top: 20px;
    text-align:justify;
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;

}

    .titulos p
    {
        color: inherit;
    }

.tituloPagina
{
	font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
	color: #FFF;
}

.Cor1
{
    background-color: #fecc00; /*#fffde9;*/
    border-color: #ee7f01;
    color: #000;
}

.Cor2
{
    background-color: #ee7f01; /*#fedcb2*/
    border-color: #a34401;
    color: #000;
}

.Cor3
{
    background-color: #e2001a; /*#fedcdd*/
    border-color: #750916;
    color: #000;
}
.Cor4
{
    background-color: #a2daf3; /*#cbedfc*/
    border-color: #00a7e3;
    color: #000;
}

/*----------*/
.Cor5
{
    background-color: #5cc5ed; 
    border-color: #00a7e3;
    color: #000;
}
.Cor6
{
    background-color: #00a7e3; 
    border-color: #00a7e3;
    color: #000;
}

.Cor7
{
    background-color: #dce282; 
    border-color: #00a7e3;
    color: #000;
}
.Cor8
{
    background-color: #b1c903; 
    border-color: #00a7e3;
    color: #000;
}
 .Cor9
{
    background-color: #009036; 
    border-color: #00a7e3;
    color: #000;
}
 .Cor10
{
    background-color: #498678; 
    border-color: #00a7e3;
    color: #000;
}



.leiaMais
{
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}

    .leiaMais a
    {
        color: #333333;
    }

.linkBanner
{
    font-size: 14px;
    margin-left: 5px;
    text-decoration: none;
}

    .linkBanner a
    {
        color: #333333;
    }

.noticias
{
    border-bottom: 0px dotted #808080;
    margin-bottom: 9px;
    padding-bottom: 9px;
}

    .noticias p
    {
        font-size: 11px;
        margin-bottom: 0px;
    }

.linkNoticia
{
    color: #000;
}

    .linkNoticia:hover
    {
        color: blue;
    }

.artigos
{
    width: 590px;
    float: left;
    border-bottom: 1px dotted black;
    margin-bottom: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
}

    .artigos p
    {
        font-size: 11px;
        margin-bottom: 0px;
    }

.login
{
    position: relative;
    width: 305px;
    float: left;
    background: #a2daf3;
    border: solid 0px #00a7e3;
    padding: 12px 8px;
    margin-bottom: 20px;

    /*-webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;*/

    /*-moz-box-shadow: 0 0 2px 2px #D8D8D8;
    -webkit-box-shadow: 0 0 2px 2px #D8D8D8;
    box-shadow: 0 0 2px 2px #D8D8D8;*/
    font-size: 8pt;
}


    .login span
    {
        width: 50px;
        display: inline-block;
        font-size: 10px;
        font-weight: bolder;
        text-align: right;
        padding-right: 5px;
    }

#usuarioLogado
{
    position: absolute;
    width: 427px;
    left: 530px;
    top: 60px;
    padding-left: 35px;
    padding-bottom: 1px;
    border-left: 2px solid #ee7f01;
    border-bottom: 1px solid #ee7f01;
}

/*Rodape*/
.rodape
{
    position: relative;
    clear: both;
    width: 100%;
    background-color: #EAEAEA;
    padding:25px 0px;
    text-align:center;
}

    .rodape img
    {
        margin-right: 8px;
        margin-left: 8px;
    }


#tbQuestionario
{
    width: 100%;
    border-spacing: 3px;
    border-collapse: separate;
}

    #tbQuestionario tr
    {
        background-color: #fff1c8;
    }

    #tbQuestionario td
    {
        padding: 5px;
    }
