/* Conteudo noticia */

.listnews {
background: #E5F1F6;
margin-bottom: 5px;
padding: 5px;
}

div .listnews:hover {
padding: 15px;
	}
.news_total {
margin-bottom: 7px;
}

.news_total, .news_total_top {
width: 587px;
background: #FF9900;
}

.news_total_top {
background: url("../images/news_total_top.jpg") no-repeat;
height: 36px;
max-height: 30px;
padding: 6px 5px 0 45px;
}


.news_total_title {
background: url("../images/news_total_title.jpg") no-repeat; 
width: 567px;
height: 57px;
padding: 10px 6px 0 6px;

}


.newscontent {
background: #fff;
margin: 0 5px;
padding: 0 5px;
width: 577px;
max-width: 567px;
overflow-x: hidden;
}


.newscontent img {
border: 5px solid #F1f1f1;
margin: 5px 5px 5px 0;
float: left;
}

.news_total_footer {
height: 25px;
background: url("../images/news_total_footer.gif") no-repeat;
}




/* Conteudo galeria */



      			 .gallery {
              			  margin: auto;
		
       			 }

        			.gallery-item {
               				float: left;
                			margin-left: 3px;
                			margin-top: 10px;
                			text-align: center;
				}

        				.gallery img {
       			    			border: 3px solid #f1f1f1;
        				}

       					 .gallery-caption {
                				margin-left: 0;
        				}
/* fimConteudo galeria */


