@charset "utf-8";
/* CSS Document */

p{
	text-align:justify;
	font-size: 12px;

}

input{
	width: 250px;
	height: 15px;
	border-color: #1F1209;
	border-style:solid;
	border: 1px;

}

select{
	width: 250px;
	border-color: #1F1209;
	border-style:solid;
	border: 1px;

}

textarea{
	width: 250px;
	border-color: #1F1209;
	border-style:solid;
	border: 1px;

}





.titulosColecoes{
	font-size: 16px;

}

.labels{
	color: #1F1209;
	font-weight:700;
}

.labelsCanais{
	font-size: 12px;
	font-weight: bold;
}

.dadosCanais{
	font-weight: normal;

}

.enviarContato{
	font-size: 12px;
	color: #1F1209;
}

.dataNoticia{
	color: #996600;
	text-decoration:none;
}

.dataNoticia:hover{
	color: #996600;
	text-decoration:underline;
}



.tituloNoticias{
	font-size: 12px;
	text-align: left;
	color: #A0914E;
	text-align:justify;
	text-decoration: none;
}

.tituloNoticias:hover{
	font-size: 12px;
	color: #C4A26A;
	text-align:justify;
	text-decoration: underline;
}

.descricaoNoticias{
	font-size: 12px;
	font-weight:300;
	text-decoration: none;
	color: #E0D191;
	text-align:justify;
}

.descricaoNoticias:hover{
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
	color: #C4A26A;
	text-align:justify;
}


.listaNoticias{
	width: 220px;
	text-align: left;
	margin: 0px;
	font-size: 12px;
}




.noticias {
	list-style-type:none;
	list-style-image: none;	
	margin-top: 10px;
	margin-bottom: 10px;
}


.exibeTituloNoticia{
	font-size: 20px;
	text-align: center;
	color:#CC6600;

}

.exibeResumoNoticia{
	font-size: 14px;
	text-align: center;
	font-weight:bold;
	text-align: justify;
}