
/*PUBLICAÇÔES*/
.boletim{/*float:left; margin:0; padding:0; width:100%;*/display:none;}
.boletim .boletim_top{  float: left;margin: 0 0 30px;padding: 0 0 8px;width: 100%;}
.boletim .boletim_top h2{    background: transparent url("/images/png/bottom.png") repeat-x scroll left bottom;float: left;font-size: 30px;font-weight: normal;line-height: 50px;margin: 0;padding: 0 15px 0 0;text-align: left;text-transform: uppercase;}
.boletim .boletim_footer{float:left;  margin: 20px 0 70px; padding:0; width:100%;}
.boletim .boletim_footer a{}
.boletim .boletim_footer a.sabermais{   background: rgba(0, 0, 0, 0) url("/images/png/slide_dot_gray.png") no-repeat scroll left center;
    color: #b4b4b4;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 30px;}
.boletim .boletim_footer a.sabermais:hover{text-decoration:underline;}
.boletim .boletim_content{clear:both; margin:0 0 40px -40px}
.boletim .boletim_content .boletim_item{width:25%; float:left;padding-left:40px;padding-bottom:40px;}
.boletim .boletim_content .boletim_item img:hover{ opacity:0.8;}

@media screen and  (min-width :481px)  and (max-width: 767px) 
{  
 .boletim .boletim_content{margin: 0 0 0 -20px}
.boletim .boletim_content .boletim_item{width:50%; padding-left:20px;padding-bottom:20px; }
    }
 @media screen  and (max-width: 480px) 
{  
     .boletim .boletim_content{margin: 0 0 0 -20px}
.boletim .boletim_content .boletim_item{width:100%; padding-left:20px;padding-bottom:20px; }

}