.menu-right{
    background-color: #d2d2d2;
    
    
    box-shadow: 5px 5px 0 #333;
    -webkit-box-shadow: 5px 5px 0 #333;
    -moz-box-shadow: 5px 5px 0 #333;
    
    
    margin-top: 23px;
    margin-bottom: 23px;
    
    margin-top: -20px;
    
    padding: 11px 25px 11px 25px;
    
    margin-left: 11px;
    

    
}

.recuperar{
    padding-left: 14px;
    font-size: 12px;
}

.conteudo{
    margin-top: 10px;
    font-size: 15px;
}

.conteudo h1{
    font-size:35px;
    color:black;
}

.conteudo h2{
    font-size: 30px;
    color:black;
}

.conteudo h3{
    font-size: 25px;
    color: black;
    display: inline;
    
    border-left: none;
}

.conteudo h4{
    font-size: 20px;
    text-transform: none !important;
    color:black;
    font-weight: normal !important;
}

.conteudo p{
    padding:5px 25px 5px 25px;
}

.amarelo{
    background-color: yellow;
    
}

.titulo_right{
    color:red;
    font-weight: bold;
    
    
    font-weight: bold;
    
    text-transform: uppercase;
    clear: left;
    padding-bottom: 15px;

}

.t_login, .t_pass {
    float: left;
    color: #000;
    font-weight: bold;
    width: 100%;
    clear: both;
    margin-bottom: 3px !important;
}



.login {
    float: left;
    padding: 7px;
    background-color: #fff;
    border: #333 solid 1px;
    vertical-align: central;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.pass{
    float: left;
    padding: 7px;
    background-color: #fff;
    border: #333 solid 1px;
    vertical-align: central;
    width: 100%;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.login_button {
    float: left;
    background-color: #333;
    border: #111 solid 1px;
    color: white;
    padding: 7px;
    font-weight: bold;
    width: 90%;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.right_content a, .right_content a:link, .right_content a:active {
    color:#000;
    padding-top: 6px;
    padding-bottom:6px;
    padding-left: 5px;
    border-bottom: #444 solid 1px;
    display:block;
    text-decoration:none;
    font-weight:bold;

}

.right_content a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: #494949 solid 1px;
    background-image:url(../images/left_menu_hover.png);
    background-repeat: no-repeat;

    padding-left: 5px;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 0.8em;
}

.destaque{
    color:red;
    font-weight: bold;
}

.fonte{
    color:#666;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
	border-bottom: 0 !important;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: left;
}

.preto{
    color:black;
}

.italico{
    font-style:italic;
    padding-left: 120px;
}

.tabela_borda {
    border-collapse: collapse;
    width: 100%;
}

.tabela_borda table,.tabela_borda td,.tabela_borda th {
    border: 1px solid;
}


