@charset "utf-8";
body {
	background: #FFF url(imgs/bg.jpg) no-repeat center top;
	margin: 0;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #060;
}
a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}

.txt_titulo {
	color: #FFF;
	font-size: 22px;
	padding: 2px;
	vertical-align: middle;
}

.txt_titulobox {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.txt_tituloverde {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.txt_subtitulo {
	font-size: 20px;
	color: #069;
}

.txt_data {
	color: #93B1B9;
	font-weight: bold;
}
.txt_justificado {
	text-align: justify;
}
.txt_green {
	color: #5f7e12;
	font-size: 11px;
}

.cell_conteudo {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#newsBar-bar{
	width: 250px;
	margin-left: 8px;
	}


/////// Aqui é o slider

p{
	margin: 20px 0 40px 0;
}


#container{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 255;
}

img{

}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 600px;
	overflow: hidden;
	height: 255px;
}

#gallery img{
	position: absolute;
	width: 600px;
}

#thumbs{
	width: 100px;
	height: 225px;
	overflow: hidden;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(img/arrow.png);
	position: relative;
	top: 182px;
	left: 655px;
}

#next:hover{
	background: url(img/arrowmo.png);
}

.clear{
	clear: both;
}

