/* CSS Document */

/* Estilo da animacao slideshow */
#myGallery
{
	width: 320px;
	height: 240px;
	z-index:5;
	display: none;
	border: 0px;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #18374B;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 110%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 90%;
	margin: 2px 5px;
	color: #fff;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 18px;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 18px;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
/* Style for Usual tabs */



/* Estilo do va direto */
ul, li{
	margin:0px;
	padding:0;
	list-style:none;
}

.menu_head{border:0px solid #998675;}

.menu_body {display:none; width:143px;border-right:0px;border-bottom:0px;border-left:0px;}
.menu_body li{background:#EFEFEF;}
.menu_body li.alt{background:#FFF;}
.menu_body li a{color:#333333; text-decoration:none; padding:10px; display:block;}
.menu_body li a:hover{padding:15px 10px; font-weight:bold;}


/* Estilo das ultimas notícias no meu tabs */

#fragment-1 p {
margin:0px 0px 2px 0px;
padding:4px;
border-bottom:1px solid #EEEEEE;
color:#666666;
}

#fragment-1 p a {
	text-decoration:none;
	color:#666666;
}

#fragment-1 p a.data {
text-decoration:none;
color:#CC0000;
margin-right:4px;
font-size:12px;
}

#fragment-1 p a:hover {
text-decoration:none;
color:#333333;
}

#fragment-2 p {
margin:0px 0px 2px 0px;
padding:4px;
border-bottom:1px solid #EEEEEE;
color:#666666;
}

#fragment-2 p a {
	text-decoration:none;
	color:#666666;
}

#fragment-2 p a.data {
text-decoration:none;
color:#CC0000;
margin-right:4px;
font-size:12px;
}

#fragment-2 p a:hover {
text-decoration:none;
color:#333333;
}
/* Ultimas imagens */
div#ultimas_imagens_carousel {
	height:180px;
	padding:0px;
	margin:0px;
}
div#ultimas_imagens_carousel2 {
	height:180px;
	padding:0px;
	margin:0px;
}
div.imagens_carousel_avancar {
width:12px;
height:125px;
float:left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-image:url(../imagens/seta_retornar.gif);
background-position:0px 60px;
background-repeat:no-repeat;
}
div.imagens_carousel_retornar {
width:12px;
height:125px;
margin:0px;
padding:0px 0px 0px 0px;
float:right;
background-image:url(../imagens/seta_avancar.gif);
background-position:0px 60px;
background-repeat:no-repeat;
}
div#imagens_container {
	width:780px;
	height:260px;
	float:left;
	margin:0px;
	padding:0px;
}
div#imagens_container2 {
	width:600px;
	height:260px;
	float:left;
	margin:0px;
	padding:0px;
}
div#imagens_container ul {
margin:0px;
padding:0px;
display:inline;
}
div#imagens_container2 ul {
margin:0px;
padding:0px;
display:inline;
}
div#imagens_container ul li {
margin:0px;
padding:0px;
list-style-type:none;
display:inline;
}
div#imagens_container2 ul li {
margin:0px;
padding:0px;
list-style-type:none;
display:inline;
}
div#imagens_container ul li img{
border:0px;
}
div#imagens_container2 ul li img{
border:0px;
}

/* Destaques carousel */
div#destaques_carousel {
	width:150px;
	height:150px;
	min-height:150px;
	margin-bottom:5px;
	margin-top:5px;
}
	div#destaques_carousel  ul{
	margin:0px;
	padding:0px;
	}
		div#destaques_carousel  ul li{
		list-style-type:none;
		margin:0px; 
		padding:0px;
		width:150px;
		height:150px;
		display:block;
		}
	div.cima {
	width:12px;
	height:10px;
	padding-left:65px;
	}
	div.baixo {
	width:12px;
	height:10px;
	padding-left:65px;
	padding-bottom:10px;
	}

