/* ---------------------------------------------------------------------------------------------- */
/* corpo */

div#news { display: block; position: absolute; top: 35px; left: 50px; width: 1100px; height: 700px; overflow: hidden; }

	div#news div.news { display: block; position: relative; width: 1000px; margin: 0 0 0 100px; }
		div#news div.news div.block { display: block; position: relative; width: 1000px; height: 300px; margin: 25px 0; background: transparent url(../../../../../src/img/news/bg.png) repeat; }
			div#news div.news div.block div.img { display: block; position: absolute; top: 20px; left: 20px; width: 600px; height: 260px; overflow: hidden; }
			div#news div.news div.block a.title { display: block; position: absolute; bottom: 20px; left: 640px; width: 340px; height: 75px; line-height: 25px; font-size: 20px; overflow: hidden; color: #727373; text-decoration: none; }
			div#news div.news div.block a.title:hover { text-decoration: underline; }
			div#news div.news div.block p { display: block; position: absolute; top: 20px; right: 20px; width: 340px; height: 25px; line-height: 25px; font-family: 'BookAntiqua', sans-serif; font-size: 13px; overflow: hidden; color: #727373; text-align: right; }


/* ---------------------------------------------------------------------------------------------- */