@import url(paginas.css);

/*-------------------------------------------
    MEIO
-------------------------------------------*/
#meio { height: auto; }


/*-------------------------------------------
	NOTÍCIAS
-------------------------------------------*/
#noticia { position: relative; width: 700px; height: 579px; top: 10px; margin: 0 auto; /*border: 1px solid red;*/ }
#noticia h1 { color: #1C79A9; font: 16px 'Arial Rounded MT Bold'; text-transform: uppercase; }
#noticia img { margin-left: 200px; }
#noticia .news { position: relative; width: 700px; top: 10px; }
#noticia .titulo { position: relative; color: #1c79a9; font-size: 16px; font-weight: bold; }
#noticia .data { position: relative; color: #CCC; font-size: 14px; }
#noticia .desc { position: relative; width: 700px; color: #1c79a9; line-height: 12px; }
#noticia .desc p { font-size: 14px; width: 700px; text-align: justify; color: #1c79a9; }