/* STYLE */

.noticia_titulo {
	font-size: 20px;
	text-transform:uppercase;
	margin-top: 10px;

}

.noticia_titulo a {
	font-size: 20px;
	color: #0066cc;

}

.noticia_titulo a:hover {
	color:#4e4e4e;
	text-decoration: none;
}

.noticia_olho {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #4e4e4e;
	font-style:italic;

}

.noticia_imagem {
	width: 250px;
	float: right;
	margin-left: 25px; 
	margin-bottom: 10px;
	margin-top: 15px;
	text-align:left;
}

.imagem_legenda {
	font-size: 10px;
	background-color:#f7f7f7;
	color:#4e4e4e;
	padding: 7px;

}

.divisoria {
	background-image: url(../imagens/noticias/divisoria.gif);
	width: 735px;
	height: 2px;
	margin-top: 40px;
	margin-bottom: 3px;
}

.btn_esquerda {
	float: left;
	margin-top: 30px;

}

.btn_esquerda a {
	border: none;

}

.btn_direita {
	float: right;
	margin-top: 30px;

}

.btn_direita a {
	border: none;
}

.noticia_categoria {
	font-size: 18px;
	color: #0066cc;
	margin-bottom: 30px;
}


/* NOVAS CSS CRIATERIA - FELIPE SANTOS */

@font-face {
	font-family: 'ATRotisSSLight';
	src: url('font/atrssl.eot');
	src: local('?'), url('font/atrssl.woff') format('woff'), url('font/atrssl.ttf') format('truetype'), url('font/atrssl.svg#webfontjO74xyB9') format('svg');
	font-weight: normal;
	font-style: normal;
}

.titulo_azulnoticias, .titulo_azulnoticias a {
	color: #0066cc;
	font-size:20px;
	font-family: 'ATRotisSSLight', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.fotonoticia{
	float: right;
	padding: 30px 0 20px 8px;
}
