* {
	margin: 0;
	padding: 0;
}

.bloco {
	
	position: relative;
	
	/*border: silver solid 1.5px;*/
	
	width:419px;
	height: auto;
	
	font-family: Arial, Helvetica, sans-serif;
 	top:26px;
 
}

#blocoTitulo {
	position: relative;
	background-color: rgb(243, 243, 243);
	background-image: url(../../images/setaDois.gif);
	background-repeat: no-repeat;
	width: 418px;
	height: 30px;
	top: 8px;
	left: 00px;
}

#textoTitulo {
	padding-left: 26px;
	padding-top: 07px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(90, 90, 90)
}

.textoConteudo {
	position: relative;
	left: 10px;
	*left:05px;
	color: rgb(90, 90, 90);
	font-size: 14px;
	width: 400px;
	padding-top: 10px;
	z-index:99;
	cursor:pointer;
	
	padding-bottom:10px;
  
}

.textoConteudo a{
	color: rgb(90, 90, 90);
	text-decoration: none;
}

.textoConteudo a:hover{
	color: rgb(30, 30, 30);
}

.verMaisNoticiasBox {
	position: relative;
	top:10px;
	padding-bottom: 60px;
	left: 00px;
	color: rgb(90, 90, 90);
	font-size: 12.5px;
}
