.conteudoNoticia{
	text-align: justify;
	float: right;
	width: 670px;
}

#imgsNoticia2{
	height: 200px;
	width: 220px;
	float: left;
}

#imgsNoticia2 .imgGrande img{
	border:	2px solid #4b4b4b;	
	margin-bottom: 5px;
	}

#imgsNoticia a:link{
	border: 1px solid black;
	float: left;
	margin-left: 10px;
}

#imgsNoticia p:hover{
	color: blue;
}

#breveNoticia{
	margin-left: 20px;
	text-align: justify;
}

#breveNoticia a:link, #breveNoticia a:visited{
	color:#fff;
	}
	
#breveNoticia a:hover{
	color:#000;
	}

#imgSlide{
	display: block;
	width: 50px;
	float: left;
	margin: 10px;	
	border: 1px solid black;
	background: gray;
	padding: 5px;
}

#conteudo{
	width: 1000px;
	margin: auto;
	font-family: arial;
	font-size: 12px;
}

#conteudo span{
	font-weight: bold;
}

input[type='text'], select{
	display: block;
}

fieldset{
	width: 700px;
	margin: auto;
}

.imgSlideShow{
	width: 50px;
	height: 50px;
}

.botao{
	background: rgb(241, 241, 241);
	border: 1px solid black;
	border-radius: 5px 5px 5px 5px;
	padding: 2px;
}

.botao:link{
	text-decoration: none;
}

.botao:hover{
	background: white;
}

#botoes{
	padding: 5px;
}

#contador a:link{
	color: rgb(153, 1, 80);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#conteudoHome{
	padding: 5px;
	border-bottom: 1px solid gray;
	width: 60%;
}

#rodapes2{
	float:right;
    width:50%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 16px;
	margin-top: 80px;
    padding: 0;



}

