@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/**/
.link a:link {
	color: #333333;
	text-decoration: none;
}
.link a:visited {
	text-decoration: none;
	color: #333333;
}
.link a:hover {
	text-decoration: underline;
	color: #999999;
}
.link a:active {
	text-decoration: none;
	color: #333333;
}/**/

a{
	color: #000000;
}
.azul{
	color: #006699;
}

.verde{
	color: #006600;
}
.vermelho{
	color:#FF0000;
}
.amplia{
	font-size:10px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
#cab{
	width:891px;
	height:180px;
	margin:0 auto;
}
#corpo{
	width:841px;
	margin:0 auto;
	background:#FFFFFF;
	padding:25px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texto{
	margin-left:18px;
	text-align:justify;
	width:630px;
}
#boxnoticia{
	background:#6FAE2F;
	padding:8px;
	text-align:justify;
}
#boxDestaque{
	/*background:#6FAE2F;*/
	padding-right:14px;
	text-align:justify;
}
.boxbody td{
	background:url(../img/img_body.jpg) center no-repeat;
	width:209px;
	height:149px;
}
.boxbody div{
	padding-left:23px;
	padding-right:30px;
	padding-top:10px;
	text-align:justify;
}
.boxbody img{
	margin:0 auto;
	display:block;
}
.tit_1{
	font-size:14px;
	display:block;
	margin-bottom:5px;
}
#box1{
	width:290px;
	padding:5px;
	float:left;
	margin-right:12px;
	border:solid 1px #666666;
}
#box2{
	width:290px;
	padding:5px;
	float:left;
	margin-left:12px;
	border:solid 1px #666666;
}
#box_buttom{
	width:811px;
	height:30px;
	margin:0 auto;
	padding:10px;
	background:url(../img/fundo_box_bottom.jpg) no-repeat;
}
.fotos2{
	display:inline;
	width:160px;
	margin: 1px;
}

.tit_pags{
	color:#7D0808;
	font-size:25px;
}
#oculto a{
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
}
h3{
	font-size:18px;
	color:#003300;
}

/* Slide show */
#slider {
    height: 180px; /* important to be same as image height */
	margin:0 auto;
}
#sliderContent {
    width: 891px; /* important to be same as image width or wider */
    height: 180px; /* important to be same as image height */
	margin:0 auto;
	background:#FFFFFF;
}
.sliderImage {
	display: none;
}
#slider ul{ list-style-type: none;}
/* Slide show fim */