#dados{
	margin-bottom: 20px;
	font-size: .9em;
	color: #757575;
	}

#NoticiaTexto{
	text-align: justify;
	}

#NoticiaTexto p{
	line-height: 1.4em;
	margin-bottom: 2em;
	font-size: 20px;
	}
	
#NoticiaTexto em{font-style: italic;}

#NoticiaTexto img
{
    width: 100%;
}
	
.imagem{
	position: relative; 
	margin-bottom: 20px;
	width: 400px;
	margin-right: 20px;
	float: left;
	}
.imagem img{border-radius: 3px;}

.imagem .credito{
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    text-shadow: #000 0px 1px 1px;
    }

.imagem .legenda{
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 360px;
	padding: 10px;
	color: white;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	}
	
.imagem_grande{
    position: relative; 
    margin-bottom: 20px;
    width: 100%;
    margin-bottom: 20px;
    }
    
.imagem_grande img{ border-radius: 3px; width: 100%; }

.imagem_grande .credito{
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    text-shadow: #000 0px 1px 1px;
    }

.imagem_grande .legenda{
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    color: white;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    margin: 0px;
    }

.noticia{
	border-radius: 3px;
	margin-bottom: 20px;
	background: white;
	}

.noticia.comimagem{
	font-size: 11px;
	}

.noticia img{margin-bottom: 5px;}

#adsense{

	width: 320px; 
	margin-bottom: 30px;
	padding: 0px;
	border: 10px solid #BDBDBD;
	
	}
	
@media(max-width: 600px){
	#adsense{
		margin: 40px auto;
		border: none;
		width: 300px; 
	}
	}

