
*{
    text-align: center;
    margin: 0 auto;
    font-family: Tahoma;
}

html,body{
    background-color: #E8DEBA;
    height: 100%;
    cursor: default;
}

a{
    text-decoration: none;
    outline: none;
}

img{
    border: none
}

img.ampliar{
    cursor: pointer;
}

p{
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    text-indent: 50px;
    line-height: 20px;
    margin: 20px;
    padding: 0 30px;
    color: #000066;
}

h1{
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000066;
}

h2{
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000066;
}

h3{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #000066;
}

h4{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #000066;
}

h5, h5 a{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #000066;
}

h5 a:hover{
    color: blue;
    text-decoration: underline;
}

#all{
    min-height: 100%;
    position: relative;
}

/* ------------------------------- TOPO ------------------------------------- */

#borda{
    min-width: 900px;
    width: 100%;
    height: 10px;
    margin: 0 auto;
    background-color: #E8DEBA;
}

#topo{
    min-width: 900px;
    width: 100%;
    height: 110px;
    text-align: center;
    margin: 0 auto;
    background-color: #990000;
}

#topo img{
    text-align: center;
}

/* ------------------------------- MENU E SUB-MENU -------------------------- */

#menu{
    min-width: 900px;
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    background-color: #990000;
}

#submenu1,#submenu2{
    width: 450px;
    height: 20px;
    text-align: center;
    font-weight: bold;
}

#submenu1{
    float: left;
    margin-left: 50px;
}

#submenu1 a,#submenu2 a{
    float: left;
    font-size: 12px;
    margin-top: 5px;
}

#menu a, #submenu1 a, #submenu2 a{
    color: #E8DEBA;
    padding: 0 20px;
}

#menu a:hover, #submenu1 a:hover, #submenu2 a:hover{
    color: white;
}

#menu a.selected, #submenu1 a.selected, #submenu2 a.selected{
    color: white;
}

/* ------------------------------- MEIO ------------------------------------- */

#meio{
    width: 900px;
    padding-bottom: 70px;
    color: #000066;
    display: table;
}

#meio img.index{
    margin: 25px auto 0 auto;
    width: 900px;
    height: 295px;
}

/* ------------------------------- INDEX    --------------------------------- */

#esquerda{
    float: left;
    width: 600px;
    padding: 10px;
    margin: 10px 0;
    display: table;
}

#direita{
    float: right;
    width: 250px;
    padding: 10px 0;
    margin: 10px;
    display: table;
}

#direita p{
    margin: 0;
    padding: 0;
    text-indent: 0;
    text-align: center;
}

/* ------------------------------- NOTÍCIAS --------------------------------- */

#noticias p a{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #000066;
}

#noticias p a:hover{
    font-size: 14px;
    color: #990000;
    text-decoration: underline;
}

#noticias p.list a{
    font-weight: normal;
    text-align: left;
    color: #000066;
}

#noticias p.list a:hover{
    text-decoration: none;
    color: #990000;
}

#noticias p.nav a{
    border: 1px solid #E8DEBA;
    margin: 5px;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    color: #000066;
}

#noticias p.nav a.number{
    width: 50px;
    border: 1px solid #E8DEBA;
    padding: 5px 10px;
    margin: 5px;
    font-size: 12px;
    text-align: center;
    color: #000066;
}

#noticias p.nav a:hover, #noticias p.nav a.number:hover{
    border: 1px solid white;
    text-decoration: none;
}

#noticias p.nav a.selected{
    width: 50px;
    border: 1px solid white;
    padding: 5px 10px;
    margin: 5px;
    font-size: 12px;
    text-align: center;
    color: #000066;
    background-color: white;
}

#noticias p{

    text-align: justify;
    text-indent: 30px;
    margin: 10px;

}


#noticias h2{
    width: 600px;
    font-size: 14px;
}

#noticias img{
    float: right;
    margin: 0 0 10px 10px;
}

#noticias p.fonte{
    text-align: right;
}


/* ------------------------------- CONTATO ---------------------------------- */

#dados{
    width: 400px; 
    position: absolute;
    left: 0;
    margin-left: 50px;
    top: 200px;
}

#formulario{
    width: 400px;
    position: absolute;
    right: 0;
    top: 200px;
    margin-right: 50px;
}

#clear{
    clear: both;
}

#formulario form table tr td, #formulario form table tr td input{
    width: 60px;
    padding: 2px;
    color: #000066;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#formulario form table tr td input{
    width: 250px;
    color: black;
    font-weight: normal;
}

#formulario form table tr td input.cidade{
    width: 194px;
}

#formulario form table tr td select{
    width: 50px;
    padding: 2px;
    outline: none;
}

#formulario form table tr td select.assunto{
    width: 250px;
    padding: 2px;
    outline: none;
}

#formulario form table tr td select option{
    text-align: left;
    outline: none;
}

/*#formulario form table tr td textarea{
    width: 250px;
    height: 100px;
    font-size: 14px;
    text-align: justify;
}*/

/* ------------------------------- PARCEIROS -------------------------------- */

#parceiros{
    display: table;
    min-width: 600px;
    width: 600px;
    border: 1px solid white;
    margin: 0 auto 10px auto;
    text-align: center;
    padding: 5px;
}

#parceiros img{
    float: left;
    width: 150px;
    height: 80px;
    padding: 0 10px 0 0;
}

#parceiros h1{
    text-align: center;
    font-size: 14px;
    margin: 0;
}

#parceiros p{
    text-align: left;
    text-indent: 0;
    font-size: 12px;
    margin: 5px 0 0 0;
}

#parceiros p a{
    color: blue;
    text-decoration: none;
}

#parceiros p a:hover{
    color: blue;
    text-decoration: underline;
}

/* ------------------------------- DESTAQUES -------------------------------- */

#destaques{
    display: table;
}

#destaque{
    width: 250px;
    height: 200px;
    margin: 20px;
    float: left;
}

/* ------------------------------- RODAPÉ ----------------------------------- */

#rodape{
    position: absolute;
    left: 0;
	bottom: 0;
    min-width: 900px;
    width: 100%;
    height: 40px;
    background-color: #990000;
    border-bottom: 10px solid #E8DEBA;
}

#rodape1{
    width: 500px;
    height: 20px;
    float: left;
}

#rodape2{
    width: 300px;
    height: 20px;
    float: right;
}

#rodape1 p, #rodape2 p{
    font-size: 12px;
    text-align: center;
    margin: 0;
    color: #E8DEBA;
}

#rodape p a{
    font-size: 14px;
    color: #E8DEBA;
}

#rodape p a:hover{
    text-decoration: underline;
}

/* ------------------------------- INTRANET --------------------------------- */

table{
    text-align: center;
    margin: 0 auto;
    padding: 0;
    color: #000066;
}

form table tr td, form table tr td input{
    text-align: left;
    color: black;
}

form table tr td {
    padding-left: 20px;
}

input.botao{
    width: 160px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    color: black;
    cursor: pointer;
}

table tr td a{
    /*display: block;*/
    color: #000066;
}

table tr td.tam150{
    width: 150px;
}

table tr td.tam200, table tr td input.tam200{
    width: 200px;
}

table tr td.tam400, table tr td input.tam400{
    width: 400px;
}

table tr td input.readonly400{
    width: 400px;
    color: silver;
}

table tr td.tam600{
    width: 600px;
}

table tr td select.select{
    width: 404px
}

.textarea{
    width: 408px;
    height: 80px;
    border: 2px solid blue;
    padding: 2px;
    font-size: 12px;
}



