﻿*{
    margin:0;
    padding:0;
    font-family: Arial, Verdana;
}

#conteudo{
    width:850px;
    background-color:#fff;
    margin:0;
}

#topo {
    width:850px;    
    height: 144px;
    position: fixed;
    background-image: url(../img/fundo_listrado.gif);
    z-index: 2;
    background-repeat: repeat-y;    
}    
    #topo_categorias{
        margin-top:80px;
        margin-left:200px;
        margin-bottom:9px;                
    }
        #topo_categorias .separador{        
            font-size:9px;
            color:#000;
            font-weight:bold;
            margin-left:5px;            
            margin-right:5px;
        }    
        .link_topo, .link_topo:visited, .link_topo:hover{
            font-size:11px;
            color:#000;
            text-decoration:none;
        }
        .link_topo:hover{
            text-decoration:underline
        }
        .link_topo_marcado{
            font-size:11px;
            color:#FD7614;
            text-decoration:none;            
        }

#historico {
    background-position: right top;
    margin: 0;
    position: fixed;
    top: 134px;
    left: 17px;
    right: auto;
    width: 210px;    
    height:463px;
    padding-top:15px;
    background-image: url(../img/separador_lateral.jpg);
    background-repeat: no-repeat;
}
    .historico_ano{
        font-weight:bold;
        margin-top:5px;
        font-size:13px;
        height:30px;
	    color: #e87402;
    }
    .historico_mes{
        color:#000;
        font-size:12px; 
    }
    .historico_selecionado{
        color:#000;
        font-size:12px;
        color: #e87402;
    }

#blog{
    background-color:#FFFFFF;
	width: 614px;	
	position:absolute;	
	left: 232px;	
	z-index:1;
    height: 351px;
    font-size:11px;
    color:#000;
    margin-top:160px;     
}

#rodape{
    height:57px;
    width:850px;
    background-image: url(../img/fundo_listrado.gif);    
    background-repeat: repeat-y;
    position:fixed;    
    bottom:0px;
    z-index:3;
}

/*formulários*/
h1{    
    font-size:16px;
    color:#FD7614;
}
h2{    
    font-size:14px;
    color:#FD7614;
}
label, .label{
    font-size:12px;
    color:#000;
}
input, select, textarea{
    border:solid 1px #ccc;
    position:relative;
    }
select{
    height:19px;
}
.cmd{
    font-size:11px;
    font-weight:bold;
    color:#000;
}
.link_post{
    font-size:11px;
    color:#000;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
}
.link_post:hover{
    font-size:11px;
    color:#000;
    text-decoration:underline;
    font-weight:bold;
    cursor:pointer;
}
