@charset "utf-8";
/* 
    Documento   : estilo
    Criado      : 00/00/0000 00:00
    Modificado  : 00/00/0000 00:00

    Autor(es)   :


    Modificado por:
        

    Descrição   : Arquivo com o estilo do site(formatação de fontes, cores de box, etc...)
    Package     : web-files/css
*/
*{
    padding:0px;
    margin:0px;
    font:12px Calibri;
    color: #333;
    list-style:none;

}



fieldset{border:none;}

a{text-decoration:none; color:#333;}
a:hover{ text-decoration: underline;}

a img{border:none;}

h1{font-size:22px; font-family: 'Calibri', sans-serif; padding-bottom:2px; margin-bottom:20px;}
h3{font:bold 18px Arial; color:#333; padding-bottom:2px; margin-bottom:20px; border-bottom:1px solid #fff4f4;}


.fleft{float:left;}
.fright{float:right;}

b,strong{font-weight:bold;}
i, em{font-style: italic;}
u, s{text-decoration:underline;}


/* Topo */

/* Menu topo */
ul#nav{}
ul#nav li{background:#c2c2c2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url('http://www.taesc.com.br/PIE.htc'); }
ul#nav li:hover{background:#35598f; }
ul#nav li a{color:#353535; font-size:18px; font-family: 'Calibri', sans-serif; text-align:center; }
ul#nav li a:hover{color:#fff; text-decoration:none;}

#box-topo #texto-topo{background:#fff;}
#box-topo #texto-topo h1{ width:100%; text-align: center; font-size:25px; margin-top:15px; margin-bottom:10px; }
#box-topo #texto-topo span{ width:100%; text-align: center; font-size:18px;}

#box-topo #faixa-topo{background:#fff;}

#tempo{background-color:#fff;}
#tempo #left-tempo #temperatura{ font-size:13px; font-weight:bold; color:#333; text-align:left; margin-top:10px;}
#tempo #left-tempo #max-min{text-align:left;}
#tempo #left-tempo #umidade{clear:both; text-align:left; margin-left:15px;}
#tempo #left-tempo #vento{clear:both; text-align:left; margin-left:15px;}
#tempo #right-tempo #saudacao{font-size:22px; text-align:center; margin:0; margin-top:10px;}
#tempo #right-tempo #data{font-size:16px; text-align:center; margin:0; color:#35598f;}
#tempo #right-tempo #hora{font-size:16px; text-align:center; margin:0;}

/* Conteúdo */
#links div a{font:11px Tahoma; color:#31568d; text-align:center;}
#links div a:hover, 
#links div a:hover span{text-decoration:underline;}
#links div a span{font:bold 14px Calibri; color:#31568d;}

/* Box com link's úteis (utilitários) */
#box-links-uteis p a{color:#069;}
#box-links-uteis p:hover{background:#ccc}
#box-links-uteis p.t-ativo{background-color:#777; color:#333; border:1px solid #999;}
#box-links-uteis p.t-ativo span,#box-links-uteis p.t-ativo a{color:#333;}
#box-links-uteis div ul li a{color:#080101; font:11px Tahoma;}
#box-links-uteis p a:hover{text-decoration: none;}

/* Lista de parceiros */
.box-parceiro{border-top:1px #999 solid;}

#box-depoimentos h2{ text-align:left; color:#464646; padding-top:15px; }

/* Rodapé */
#wrap-footer{background:url('../img/bg-rodape.png') top center no-repeat;}
#footer p{color:#333;}
 
/* Formulário - Ferramentas */
.tb-form .btn.info{color:#333;}
.tb-form label{font-size:14px;}
.tb-form input:focus,
.tb-form textarea:focus{border:1px solid #ccc;}

form#form_newsletter p,
form#form_documentos p,
form#form_documentos p a,
form#form_documentos p b{font:11px Calibri; color:#333;}


#nav-footer1 li a, #nav-footer2 li a, #footer3 h2, p#rodape_email a{ font-size:15px; color:#333; line-height:22px; }
p#rodape_endereco, p#rodape_telefone, p#rodape_email{ font-size:15px; text-align:left; }
#copyright{ font-size:14px; }

#rodape_telefone{ background:url('../img/icon-tel.png') 1px 5px no-repeat; padding-left:35px; height:35px; }
#rodape_email{ background:url('../img/icon-email.png') 1px 5px no-repeat; padding-left:35px; height:30px; line-height:30px; }

.conteudo div, .conteudo p, .conteudo li, .conteudo a, .conteudo strong{ font-size:16px; line-height:22px; text-align:justify; }