/*************************************************************************/
/** MEDIA ****************************************************************/
/*************************************************************************/
div#media{
	margin-top: 15px;
	background-image: url(../images/border_conteudos.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#media div.noticia{
	float: left;
	width: 415px;
	padding-bottom: 20px;
	background-image: url(../images/border_conteudos.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.noticia h2{
	font-weight: bold;
	margin-bottom: 0;
}

.noticia span.data{
	float: left;
	clear: both;
	width: 415px;
	font-size: 11px;
	margin-bottom: 20px;
	color: #9E9E9E;
}

/*************************************************************************/
/** CLIPPING *************************************************************/
/*************************************************************************/
div#clipping_resources{
	position: absolute;
	left: 99px;
	top: 10px;
	width: 261px;
	padding: 0;
	margin: 0;
}

div#clipping_resources div.topo{
	float: left;
	clear: none;
	width: 261px;
	height: 45px;
	background-image: url(../images/bg_clippingresources_topo.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div#clipping_resources div.corpo{
	float: left;
	clear: none;
	width: 261px;
	background-image: url(../images/bg_clippingresources_corpo.png);
	background-position: top center;
	background-repeat: repeat-y;
}

div#clipping_resources div.fundo{
	float: left;
	clear: none;
	width: 261px;
	height: 45px;
	background-image: url(../images/bg_clippingresources_fundo.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#clipping_resources div.entrada{
	position: relative;
	width: 199px;
	float: left;
	clear: both;
	padding: 10px 20px;
	border-bottom: 1px solid #E5E5E5;
}

#clipping_resources p{
	float: left;
	width: 199px;
	margin: 0;
	padding: 0;
}




