#news { width: 100%; margin: 0; padding: 30px 0; }

    #news div.title { display: block; width: 950px; margin: 0 auto 25px auto; }
        #news div.title h1 { font-family: 'Arial-Bold', sans-serif; display: block; font-size: 18px; color: #58595b; }


/* formatacao em blocos da noticia */

    #news div.new { display: block; position: relative; margin: 10px; overflow: hidden; border: 3px solid #929497; }
    #news div.new:hover { border: 3px solid #396db4; }


    #news div.float_1 { float: left; }
    #news div.float_2 { float: right; }


    #news div.block_1 { width: 250px; height: 300px; }
    #news div.block_2 { width: 265px; height: 160px; }
    #news div.block_3 { width: 365px; height: 170px; }
    #news div.block_4 { width: 265px; height: 165px; }
    #news div.block_5 { width: 265px; height: 330px; }
    #news div.block_6 { width: 410px; height: 165px; }
    #news div.block_7 { width: 220px; height: 160px; }


        #news div.new img { min-width: 100%; min-height: 100%; }
        #news div.block_1 img,
        #news div.block_5 img { height: 100%; }
        #news div.block_2 img,
        #news div.block_3 img,
        #news div.block_4 img,
        #news div.block_6 img,
        #news div.block_7 img { width: 100%; }


        #news div.new:hover div.title { display: block; }
        #news div.new div.title { display: none; position: absolute; top: 0; left: 0; width: 90%; overflow: hidden; padding: 10px 5%; background: transparent url(../../../../../src/img/news/bg_title.png) repeat; }
            #news div.new div.title div { display: block; overflow: hidden; }
                #news div.new div.title div h2 { display: block; text-align: center; vertical-align: middle; font-family: Arial, sans-serif; color: #ffffff; }
                #news div.block_1 div.title div h2 { max-height: 60px; font-size: 24px; line-height: 30px; }
                #news div.block_2 div.title div h2 { max-height: 40px; font-size: 15px; line-height: 20px; }
                #news div.block_3 div.title div h2 { max-height: 50px; font-size: 16px; line-height: 25px; }
                #news div.block_4 div.title div h2 { max-height: 40px; font-size: 15px; line-height: 20px; }
                #news div.block_5 div.title div h2 { max-height: 80px; font-size: 28px; line-height: 40px; }
                #news div.block_6 div.title div h2 { max-height: 40px; font-size: 15px; line-height: 20px; }
                #news div.block_7 div.title div h2 { max-height: 40px; font-size: 15px; line-height: 20px; }