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

    /* titulo */
    #news div.title { display: block; position: relative; width: 100%; height: 25px; }
        #news div.title h1 { display: block; position: relative; font-weight: bold; font-size: 22px; color: #85878a; }


/* formatacao em blocos da noticia */

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


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


    #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 { display: block; }
            #news div.new div { display: none; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; overflow: hidden; }
                #news div.new div img { display: block; position: relative; width: 50px; height: 50px; }