.bloco-opcao{
	border:1px solid #585858;
	border-radius: 4px;
	font-size: 15px;
	min-height: 82px;
	margin: 7px 4px;
	padding:7px;
	color: #000;
	font-weight: 500;
	cursor: pointer;
	box-shadow: 3px 3px 3px 0 #CCC;
}

.bloco-opcao2{
	
	border-radius: 4px;
	font-size: 15px;
	min-height: 195px;
	margin: 7px 4px;
	padding:7px;
	color: #000;
	font-weight: 500;
	cursor: pointer;
	box-shadow: 3px 3px 3px 0 #CCC;
}


.app-titulo{
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	color:#AE2F2F;
	text-align: center;
}

.app-titulo-pequeno{
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color:#AE2F2F;
	text-align: center;
}

.app-center{
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	min-height: 80px;
}


.imgbg1{
	
	background-image: url("../app/img/bdi.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.imgbg2{
	
	background-image: url("../app/img/A.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.imgbg3{
	
	background-image: url("../app/img/balanca-diario.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.imgbg4{
	
	background-image: url("../app/img/casa.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.imgbg5{
	
	background-image: url("../app/img/I.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.imgbg6{
	
	background-image: url("../app/img/formatura.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.imgbg7{
	background-image: url(../app/img/jurisprudencia.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bloco-noticia{
	padding: 0 0 15px 0;
	margin: 0 0 5px 0px;
	border-bottom: 1px solid #EAEAEA;
}




.noticias a div.titulo{
	font-size: 16px;
	margin: 5px 0 0 0px;
	color: #00396a;
	font-weight: 500;
	border:0;
	line-height: 1.3;
}

.noticias a div.titulo:first-letter {	
	text-transform: capitalize;
}


.noticias a div.texto-curto{
	font-size: 15px;
	margin: 6px 0;
	text-align: justify;
	font-weight: 400;
	line-height: 1.0;
	border:0;
	color: #333;
}

.noticias a p{
	font-size: 12px;
	text-align: right;
	color: #000;
	font-weight: 600;
	margin:0;
}