@charset "utf-8";
/* CSS Document */

* body {
	background:url(../imagens/conteudo_fundo.gif) repeat-x #000;
	font-family:Lucida Sans, Tahoma;
	line-height:140%;
	font-size:12px;
	color:#ffffff;
    margin:0px;
    padding:0px;
}

a:link {text-decoration: none; color: #00b1e2; font-weight:bold;}
a:visited {text-decoration: none; color: #00b1e2;font-weight:bold;}
a:hover {text-decoration: underline; color: #FFFFFF;font-weight:bold;}
a:active {text-decoration: none; color: #00b1e2;font-weight:bold;}


div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,ul,form,fieldset,input,textarea,blockquote,th,td { 
	padding:0;
    margin-right: 0;
    margin-bottom: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

li 
{
    margin:0;
    padding:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

    /*
    Alpha PNG support for IE
    ------------------------------
    Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
    O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
    \*/
    * html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="../imagens/blank.png").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    }
	
	
/*-------------------------------container----------------------------*/
.container {
margin:0 auto;
width:975px;
}

.todo_site {
float:left;
width:100%;
background:url(../imagens/conteudo_fundo2.gif) repeat-x;
background-position:0px 390px;
padding-bottom:30px;
}

.todo_site2 {
float:left;
width:100%;
background:url(../imagens/conteudo_fundo2.gif) repeat-x;
background-position:0px 350px;
padding-bottom:30px;
}

.cabecalho {
float:left;
width:100%;
margin-top:25px;
}

.menu 
{
    float:right;
    margin-top:25px;
}

.menu ul 
{
    float:left;
}

.menu ul li 
{
    float:left;
}

.menu ul li a
{
    float:left;
    height:40px;
    color:#fff;
    text-decoration:none;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    border-left:1px solid #222222;
}

.menu ul li a:visited
{
    color:#fff;
}

.menu ul li a:hover
{
    background:#444444;
    text-decoration:none;
}

.menu ul li.visitado
{
    float:left;
    color:#fff;
    background:#444444;
    text-decoration:none;
}

h1 {
float:left;
background:url(../imagens/h1_logo.gif);
width:255px;
height:65px;
margin:0;
margin-left:20px;
}

h1 a{
display:block;
width:255px;
height:65px;
text-indent:-9999px;
}

h2 
{
margin:0;
margin-top:15px;
}

h3 {
float:left;
width:100%;
margin:0;
margin-top:3px;
}

h4 {
float:left;
width:100%;
margin:0;
font-size:10px;
}

.cabecalho .imagem {
float:left;
margin-top:25px;
}

.conteudo {
float:left;
margin-top:30px;
padding-left:30px;
padding-right:50px;
padding-top:20px;
padding-bottom:30px;
width:585px;
}

.coluna_dir {
float:left;
margin-top:60px;
width:290px;
}

.newsletter {
float:left;
width:250px;
padding-left:20px;
padding-right:20px;
background:url(../imagens/direita_fundo.gif) bottom repeat-x;
padding-bottom:15px;
}

.newsletter h2 {
float::left;
background:url(../imagens/news_h2.gif) no-repeat;
width:100%;
height:33px;
text-indent:-9999px;
padding-bottom:15px;
border-bottom:1px solid #363535;
}

.newsletter label {
float:left;
clear:left;
width:200px;
margin-top:15px;
font-size:14px;
color:#00b1e2;
}

.newsletter label input{
border:none;
width:190px;
padding:4px;
margin-top:5px;
}

.newsletter span {
float:left;
clear:left;
width:100%;
margin-top:15px;
}

.index_artigos {
float:left;
width:250px;
padding-bottom:15px;
padding-left:20px;
padding-right:20px;
background:#141414;
}

.index_artigos h2 {
float::left;
background:url(../imagens/index_art_h2.gif) no-repeat;
width:100%;
height:33px;
text-indent:-9999px;
padding-bottom:15px;
margin-bottom:10px;
border-bottom:1px solid #363535;
}

.index_artigos h2.contato {
float::left;
background:url(../imagens/contato_h22.gif) no-repeat;
width:100%;
height:33px;
text-indent:-9999px;
padding-bottom:15px;
margin-bottom:10px;
border-bottom:1px solid #363535;
}

.index_artigos h3.contato {
float::left;
background:url(../imagens/endereco_h3.gif) no-repeat;
width:100%;
height:171px;
text-indent:-9999px;
padding-bottom:15px;
margin-bottom:10px;
border-bottom:1px solid #363535;
}

.index_art_lista {
float:left;
width:100%;
margin-bottom:15px;
}

.index_art_bot {
float:left;
width:100%;
margin-top:5px;
padding-top:15px;
border-top:1px solid #363535;
}

.paginacao 
{
    float:left;
    width:100%;
    margin-top:25px;
}

.paginacao ul 
{
    float:left;
    width:100%;
    margin:0;
}

.paginacao ul li 
{
    float:left;
    line-height:180%;
    padding:5px;
}

.rodape 
{
    float:left;
    width:100%;
    background:url('../imagens/rodape.gif') repeat-x;
}

.rodape_cent 
{
    margin:0 auto;
    width:975px;
}

.rodape_cont 
{
    float:left;
    width:100%;
    height:101px;
    background:url('../imagens/rodape_fundo.gif') center;
}

.rodape_cont h3 
{
    float:left;
    background:url('../imagens/rodape_end.gif');
    width:355px;
    height:48px;
    text-indent:-9999px;
    margin-top:20px;
    margin-left:25px;
}

.rodape_cont h4 
{
    float:right;
    background:url('../imagens/logo_multi.gif');
    width:56px;
    height:23px;
    text-indent:-9999px;
    margin-top:50px;
    margin-right:25px;
}

.rodape_cont h4 a
{
    display:block;
    width:56px;
    height:23px;
}

/*-------------------------------index----------------------------*/
h2.index {
float:left;
background:url(../imagens/index_h2.gif) no-repeat;
width:585px;
height:37px;
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid #363535;
text-indent:-9999px;
}

h3.index {
padding-bottom:15px;
border-bottom:1px solid #363535;
margin-bottom:15px;
}

.index_caixa_h2 {
float:left;
clear:left;
width:265px;
margin-bottom:20px;
}

.index_caixa2_h2 {
float:left;
clear:left;
width:605px;
margin-bottom:20px;
}

h2.index_2 {
float:left;
background:url(../imagens/index_h22.gif);
width:140px;

text-indent:-9999px;
background-repeat:no-repeat;
}

h2.index_3 {
float:left;
background:url(../imagens/index_h23.gif);
width:100px;
text-indent:-9999px;
background-repeat:no-repeat;
}

h2.index_4 {
float:left;
background:url(../imagens/index_h24.gif);
width:191px;
background-repeat:no-repeat;
text-indent:-9999px;
}

.index_caixa {
float:right;
width:245px;
}

.index_caixa img {
float:left;
margin-top:20px;
margin-bottom:10px;
}

h2.index_5 {
float:left;
background:url(../imagens/index_h25.gif);
width:232px;
text-indent:-9999px;
background-repeat:no-repeat;

}

/*-------------------------------artigos----------------------------*/
h2.artigos {
float:left;
background:url(../imagens/artigos_h2.gif) no-repeat;
width:585px;
height:18px;
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid #363535;
text-indent:-9999px;
}

.artigos 
{
    float:left;
    width:100%;
}

.artigos ul 
{
    float:left;
    width:100%;
    margin:0;
    padding:0;
}

.artigos ul li 
{
    float:left;
    clear:left;
    width:100%;
    cursor:pointer;
    margin-top:15px;
    padding-top:5px;
    padding-bottom:5px;
    background:url('../imagens/artigos_back.gif') bottom no-repeat;
}

.artigos ul li .seta
{
    float:left;
    width:16px;
    margin-top:10px;
    padding-left:10px;
}

.artigos ul li .seta2
{
    float:left;
    width:16px;
    margin-top:5px;
    padding-left:10px;
}

.artigos ul li .conteudo_li
{
    float:left;
    width:530px;
    padding-left:5px;
}

.artigos ul li h4 
{
    float:left;
    white-space:nowrap;
    padding-left:10px;
}

.artigos ul li h3
{
    float:left;
    padding-left:10px;
}

.artigos ul li h3.profi
{
    float:left;
    color:#cdcdcd;
    font-size:18px;
    font-weight:bold;
    padding-left:10px;
}

h2.artigo
{
    font-size:14px;
    font-weight:bold;
}

.down 
{
    float:right;
}

/*------------------contato------------------*/
h2.contato {
float:left;
background:url(../imagens/contato_h2.gif) no-repeat;
width:585px;
height:18px;
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid #363535;
text-indent:-9999px;
}

.contato 
{
    float:left;
    width:100%;
}

.contato label
{
    float:left;
    clear:left;
    margin-bottom:5px;
    width:400px;
}

.contato label span
{
    float:left;
    clear:left;
}

.contato label input
{
    width:100%;
    padding:4px;
    color:#FFFFFF;
    background:#444444;
    border:none;
}

.contato label input.ddd
{
    width:20px;
}

.contato label input.tel
{
    width:200px;
}

.contato label textarea
{
    width:100%;
    padding:4px;
    color:#FFFFFF;
    background:#444444;
    border:none;
}

.contato .enviar
{
    float:left;
    clear:left;
    margin-top:25px;
}

#voltar 
{
    float:left;
    clear:left;
    margin-top:25px;
}

/*------------------contato------------------*/
h2.escritorio {
float:left;
background:url(../imagens/escritorio_h2.gif) no-repeat;
width:585px;
height:18px;
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid #363535;
text-indent:-9999px;
}

.escritorio 
{
    float:left;
    width:100%;
}

.escritorio ul.menu 
{
    float:left;
    width:100%;
    margin:0;
}

.escritorio ul.menu li
{
    float:left;
    height:33px;
    margin-right:3px;
}

.escritorio ul.menu li img
{
    float:left;
}

.escritorio .caixa 
{
    float:left;
    width:530px;
    padding-top:25px;
    padding-bottom:25px;
    padding-left:25px;
    padding-right:25px;
    background:#323a3c;
}

/*------------------contato------------------*/
h2.profissionais 
{
    float:left;
    background:url(../imagens/profissionais_h2.gif) no-repeat;
    width:585px;
    height:18px;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #363535;
    text-indent:-9999px;
}

.profi_caixa 
{
    float:left;
}

.profi_caixa ul
{
    float:left;
    background:#444444;
    width:535px;
    margin:0;
    padding-bottom:30px;
    padding-top:10px;
    padding-left:25px;
    padding-right:25px;
    margin-bottom:25px;
}

.profi_caixa h3
{
    margin-top:15px;
    font-weight:bold;
}

.profi_caixa h4
{
	font-size:12px;
    margin-bottom:10px;
}