#slide-box {
	float: left;
	height: 300px;
	width: 700px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #222222;
	border-right-color: #222222;
	border-bottom-color: #222222;
	border-left-color: #222222;
}
#noticias-box {
	padding: 0px;
	float: left;
	width: 720px;
	border: 10px solid #222222;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#noticia-bar {
	margin: 0px;
	float: left;
	height: 26px;
	width: 710px;
	background-image: url(../imagens-layout/noticia-bar-bg.png);
	background-repeat: repeat-x;
	color: #b00;
	font-family: "arial black";
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-shadow: 0 2px 7px rgba(254,0,0,0.6);
}
#noticia-box1 {
	padding: 0px;
	float: left;
	width: 233px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#titulo-noticia1 {
	margin: 0px;
	float: left;
	height: 70px;
	width: 230px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #171915;
	background: rgba(1,1,1,0.6);
}
#titulo-noticia1:hover {
	text-decoration: underline;
}

#imagem-noticia1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 233px;
	background-image: url(../imagens-layout/img-noticia1.jpg);
}
#texto-noticia1 {
	margin: 0px;
	float: left;
	height: 190px;
	width: 220px;
	color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 6px;
	background: rgba(1,1,1,0.6);
}



#noticia-box2 {
	padding: 0px;
	float: left;
	width: 233px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#titulo-noticia2 {
	margin: 0px;
	float: left;
	height: 70px;
	width: 230px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #171915;
	background: rgba(1,1,1,0.6);
}
#titulo-noticia2:hover {
	text-decoration: underline;
}

#imagem-noticia2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 233px;
	background-image: url(../imagens-layout/img-noticia2.jpg);
}

#texto-noticia2 {
	margin: 0px;
	float: left;
	height: 190px;
	width: 220px;
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 6px;
	background: rgba(1,1,1,0.6);
}

#noticia-box3 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 233px;
}


#titulo-noticia3 {
	margin: 0px;
	float: left;
	height: 70px;
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #171915;
	background: rgba(1,1,1,0.6);
}
#titulo-noticia3:hover {
	text-decoration: underline;
}


#imagem-noticia3 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 233px;
	background-image: url(../imagens-layout/img-noticia3.jpg);
}
#texto-noticia3 {
	margin: 0px;
	float: left;
	height: 190px;
	width: 220px;
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 6px;
	background: rgba(1,1,1,0.6);
}
