/*
 * Slider de licitações
 */
#licitacaoSlide {
	position:relative;
	width:100%;
	margin:0px;
	top:0px;
	left:0px;
	font-size:x-small;
}
#licitacaoSlide .slideLicitacao {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	display:none;
}
#licitacaoSlide .slideLicitacao .title {
	position:relative;
	display:inline-block;
	width:100%;
	font-weight:bold;
	text-transform:uppercase;
	clear:both;
}
#licitacaoSlide .slideLicitacao .text {
	position:relative;
	display:inline-block;
	width:100%;
	clear:both;
	overflow:hidden
}
#licitacaoSlide .slideLicitacao img {
	width:920px;
	height:220px;
	border:0px;
}

/*
 * Slider de avisos
 */
#avisosSlide {
	position:relative;
	width:200px;
	height:100px;
	margin:0px;
	top:0px;
	left:0px;
}
#avisosSlide .slideAviso {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	display:none;
}
#avisosSlide .slideAviso .title {
	position:relative;
	display:inline-block;
	width:100%;
	height:20px;
	font-weight:bold;
	text-transform:uppercase;
	clear:both;
}
#avisosSlide .slideAviso .text {
	position:relative;
	display:inline-block;
	width:100%;
	height:80px;
	clear:both;
	overflow:hidden;
}
#avisosSlide .slideAviso img {
	width:920px;
	height:220px;
	border:0px;
}

/*
 * Slider de noticias
 */
#noticiasSlide {
	position:relative;
	width:400px;
	height:270px;
	margin:10px 0px 0px 0px;
	top:0px;
	left:0px;
	overflow:hidden;
  display:inline-block;
  float:left;
}
#noticiasSlide .slideNoticia {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
}
#noticiasSlide .slideNoticia .titulo {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:15px;
	overflow:hidden;
	background-image:url("../images/trans70.png");
	background-repeat:repeat;
	color:#ffffff;
}
#noticiasSlide .slideNoticia .titulo b {
	color:#cfc503;
}
#noticiasSlide .slideNoticia img {
	width:400px;
	height:270px;
	border:0px;
}
#noticiasSlide .counterNoticia {
	position:absolute;
	top:0px;
	right:0px;
	padding:5px;
}
#noticiasSlide .counterNoticia .countNoticia {
	float:right;
	padding:1px 5px 1px 5px;
	margin:2px;
	background-color:#0067c0;
	font-weight:bold;
	font-size:x-small;;
	color:#fff;
	border:1px navy dotted;
	cursor:pointer;
}
#noticiasSlide .counterNoticia .countHighlight {
	background-color:#ffcb05;
}

/*
 * Outras Noticias
 */
#outrasNoticias {
	position:relative;
	width:182px;
	height:270px;
	margin:10px 0px 0px 10px;
	top:0px;
	overflow:hidden;
  display:inline-block;
  float:left;
  font-size:x-small;
}
#outrasNoticias ul {
	list-style:square;
	color:#ffcb05;
	margin:0px;
	padding:0px 0px 0px 15px;
}
#outrasNoticias ul li {
	margin-top:8px;
}
#outrasNoticias ul li:first-child {
	margin-top:0px;
}

/*
 * Box de Avisos
 */
#boxAvisos {
	position:relative;
	width:182px;
	height:130px;
	margin:10px 0px 0px 10px;
	top:0px;
	overflow:hidden;
  display:inline-block;
  float:left;
  font-size:x-small;
}

/*
 * Box de Videos
 */
#boxVideos {
	position:relative;
	width:182px;
	height:130px;
	margin:10px 0px 0px 10px;
	top:0px;
	overflow:hidden;
  display:inline-block;
  float:left;
  font-size:x-small;
}
#boxVideos #videoThumb {
	position:absolute;
	top:30px;
	width:87px;
	height:70px;
	background-color:#c0c0c0;
	overflow:hidden;
}
#boxVideos #videoThumb img {
	width:87px;
	border:0px;
}
#boxVideos #videoTitulo {
	position:absolute;
	top:30px;
	left:90px;
	right:0px;
	height:70px;
}

/*
 * Classes gerais
 */
.tituloBox {
	position:relative;
	display:inline-block;
	width:100%;
	border-left:10px solid #0067c0;
	text-indent: 5px;
	font-size:16px;
	margin-bottom:6px;
	padding:3px;
	font-weight:bold;
}

.vejaMais {
	position:absolute;
	display:inline-block;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:#0067c0;
	font-size:16px;
	margin-top:6px;
	padding:3px;
	font-weight:bold;
	text-align:center;
}
.vejaMais a {
	color:#ffffff;
}
.boxFundo {
	position:relative;
	display:inline-block;
	width:315px;
	height:240px;
	margin-top:20px;
	float:left;
	overflow:hidden;
}

/*
 * Banner central com slider
 */
#bannerCentral {
	position:relative;
	display:inline-block;
	width:784px;
	height:99px;
	margin:20px 0px 0px 0px;
	clear:both;
	overflow:hidden;
}
#bannerCentral .container {
	display:inline-block;
	position:absolute;
	left:20px;
	width:7340px;
	height:99px;
	overflow:hidden;
}
#bannerCentral .container .banner {
	display:inline-block;
	position:relative;
	margin-left:5px;
	float:left;
	width:734px;
	height:99px;
	overflow:hidden;
	clear:none;
}
#bannerCentral .container .banner img {
	border:0px;
	width:100%;
	height:100%;
	cursor:pointer;
}
#bannerCentral .button {
	display:block;
	position:absolute;
	width:20px;
	height:100%;
	background-color:#e2e2e2;
	overflow:hidden;
}
#bannerCentral .button a {
	display:block;
	position:absolute;
	width:100%;
	height:79px;
	padding:10px 0px;
	font-size:0px;
	color:#e2e2e2;
}
#bannerCentral .btPrev {
	left:0px;
}
#bannerCentral .btNext {
	right:0px;
}
#bannerCentral .btPrev a {
	background: #e2e2e2 url('../images/prev-horiz.png') center center no-repeat;
}
#bannerCentral .btNext a {
	background: #e2e2e2 url('../images/next-horiz.png') center center no-repeat;
}

/*
 * Box fundo - Licitações, Noticias e Licenciamento
 */
#boxLicitacoes {

}
#boxNoticiasASN {
	margin-left:10px;
	font-size:x-small;
}
#boxNoticiasASN ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#boxNoticiasASN ul li {
	margin-top:5px;
}
#boxLicenciamento {
	margin-left:10px;
}
#boxLicenciamento table {
	font-size:x-small;
	font-weight:bold;
	padding:1px;
}