/* container for slides */
.images {
	width:770px;
	cursor:pointer;
	height: 250px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
#texto_news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#texto_news p {
	padding-top: 20px;
}
.images img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
}


.set {
}


/* single slide */
.images div {
	top:150;
	left:auto;
	height:250px;
	font-size:12px;
	width: 770px;
	position: absolute;
	display: block;
	right: auto;
}
#texto_news {
	float: right;
	height: 210px;
	width: 260px;
	background-image: url(img/fundo_news.png);
	display: block;
	color: #FFF;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}


/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	height: 80px;
}

/* single tab */
.tabs a {
	width:140px;
	height:60px;
	display:block;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabs a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabs a div {
	background-color: #333;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	height: 35px;
	padding-top: 5px;
}


/* mouseover state */
.tabs a:hover {
	background-position:center 5px;
	background-image: url(img/seta.gif);
	color: #FFF;
}
.tabs a:hover div {

}

.formato {
	display: block;
	background-image: url(../../imagem_news/ico_news01.png);
	height: 55px;
	width: 140px;
}


/* active state (current page state) */
.tabs a.current {
	background-image: url(img/seta.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	color: #FFF;
} 	
.tabs a.current div {
	background-color: #006F53;
	text-align: center;
}



/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
.imagemcontent {
	margin: 0px;
}
.images a {
	color: #FFF;
}
.images a:link {
	color: #FFF;
	text-decoration: none;
}
.images a:visited {
	color: #FFF;
	text-decoration: none;
}

.images a:hover {
	color: #006F53;
	text-decoration: underline;
}
