.cuttedTextIndicator{
	font-family: 'Questrial', sans-serif;
	font-size:15px;
}

.headerContainerSlideshow{
	position: relative;
  background:url('images/bg_slideshow_index.jpg') transparent repeat-x top;
  height:271px;
  margin-bottom:36px;
}

div#slideshowIndex #nav-next{
	position:absolute;
	top: 75px;
	right: 0px;
	width: 40px;
	height: 83px;
	cursor: pointer;
	z-index:100;
	
}

div#slideshowIndex #nav-prev{
	position:absolute;
	top: 75px;
	left: 0px;
	width: 40px;
	height: 83px;
	cursor: pointer;
	z-index:100;
}

div.nav-button{
  position:absolute;
	top: 20px;
	width: 40px;
	height: 83px;
   opacity:0.80;
}

div#slideshowIndex #nav-prev div.nav-button{
	background: #1b3045 url('images/seta_prev.png') no-repeat center;
}
div#slideshowIndex #nav-next div.nav-button{
	background: #1b3045 url('images/seta_next.png') no-repeat center;
}

div.nav-button:hover{
	opacity:0.95;
}

#destaquesContainer{
  height:271px;
}


#navDestaques{
	list-style-position: none;
	list-style-type: none;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position:absolute;
	right:0;
	margin-top:0px;
	margin-right:5px;
	z-index:10;
}


#slideshowDestaques.noCycle .slideDestaqueText{ /* quando so ha 1 destaque */
	z-index:0 !important;
	top:8px !important;
}

#navDestaques > li {
	border:1px solid #ffffff;
	margin-right:8px;
	width:96px;
	height:42px;

	list-style-type:none;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	padding:0px;
	margin-left:0px;
}

#navDestaques > li.activeSlide{
	border:1px solid #000000;
}

#navDestaques > li.lastItem{
	margin-right:0px;
}

#navDestaques > li > a{
	display:block;
}

#destaquesContainer{
	padding-top:12px;
	padding-bottom:32px;
}

#slideshowDestaques{
	padding-bottom:16px;
	margin-top: -41px;
	margin-left: -92px;
}

}

#slideshowDestaques > li{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:16px;
	
}

#slideshowDestaques, #slideshowDestaques > li{
	list-style-type:none;
	width: 1022px;
	height:346px;
	text-transform: uppercase;
}

#slideshowDestaques .slideDestaqueImg{
   position:relative;
   width: 940px;
   height: 171px;
	z-index: 99;
	display:block;
}

#slideshowDestaques .slideDestaqueText{
  height:72px; /* ALTERAR NO JS SE FOR ALTERADO */
  width: 380px; 
  background:transparent;
  position:relative;
  top:-72px;
  z-index: -1;
  display:block;  
}

.slideDestaqueText h1{
	font-size:25px;
	padding-top:0px;
	padding-bottom:4px;
	color:#ffffff;
	/*font-weight:800;*/
	text-shadow: #000000 1px 2px 1px;
	margin-left: 0px;
	text-transform:uppercase;
}

.slideDestaqueText p{
	color:#4d4d4d;
	font-size:14px;
	margin-left: 0px;
	text-transform:uppercase;
}


.langFlag{
	padding-left:22px;
	padding-top:15px;
	margin-left:6px;
	font-size:0px;
	background:url('images/bg_langFlags_index.png') transparent no-repeat;	
}

#lang-pt-on{
	background-position: top left;
}
#lang-pt-off{
	background-position: bottom left;
}
#lang-en-on{
	background-position: top right;
}
#lang-en-off{
	background-position: bottom right;
}
	


/* MAIN CONTENT CONTAINER */
#contentContainer{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width:100%; 
	/*min-height: 900px;*/
	margin: 0px auto;
/*	border-top:2px solid #ffffff;*/
	position: relative; /*  IMPORTANTE !*/
}


#contentContainerWrapper{
	width:930px;
	margin: 0px auto;
	vertical-align: top;
	padding-top: 16px;
	/*font-size: 0;*/
	position: relative;z-index:7999; /*  IMPORTANTE !*/
	margin-bottom: 30px
}


/***************************************************************/
/************************ contentIndex  ************************/
/***************************************************************/

#contentIndex{
	width: 554px;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align:top;
	position: relative; /*  IMPORTANTE !*/
	margin-right:18px;
}

div.content-link-fazemos{
	padding-top: 10px;
}

.content-link-fazemos h2{
	width: 175px; /* sem padding 175px */
	height: 23px; /* sem padding 133px */
	padding-top: 110px;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	color:#fff !important;
	font-size:17px !important;
	line-height:14px !important;
	font-weight: normal;
	text-align: center;
}
.content-link-fazemos h2#link-fazemos-1{
	background:url('images/bg_link_fazemos_1.jpg') #0c2949 no-repeat top;
	margin-right: 10px;
}
.content-link-fazemos a:hover h2#link-fazemos-1{
	background:url('images/bg_link_fazemos_1_on.jpg') #0a1d35 no-repeat top;
	margin-right: 10px;
}

.content-link-fazemos h2#link-fazemos-2{
	background:url('images/bg_link_fazemos_2.jpg') #57a0cd no-repeat top;
	margin-right: 10px;
}
.content-link-fazemos a:hover h2#link-fazemos-2{
	background:url('images/bg_link_fazemos_2_on.jpg') #407298 no-repeat top;
	margin-right: 10px;
}
.content-link-fazemos h2#link-fazemos-3{
	background:url('images/bg_link_fazemos_3.jpg') #828f9f no-repeat top;
}
.content-link-fazemos a:hover h2#link-fazemos-3{
	background:url('images/bg_link_fazemos_3_on.jpg') #596677 no-repeat top;
}

/* BLOCO NOTÍCIAS */
#contentIndexRight{
	width: 358px; /* deveria ser 277 mas fica assim por causa do safari */
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align:top;
}
#noticiasDestaques h1{
	color: #ec222e;
	padding-bottom: 8px;
}

#slideshowNews li div.itemSlide{
padding: 15px 12px;
margin: 3px 0px;
}

#slideshowNews li div.itemSlide:hover {
	background-color:#e0e1e5;
}

#slideshowNews p.noticiasDestaques-date {
font-size: 11px;
line-height: 10px;
color: #7c91a2;
padding: 0px 0px 2px 0px;
}
#slideshowNews p.noticiasDestaques-autor {
font-size: 11px;
line-height: 10px;
color: #7c91a2;
padding: 0px 0px 5px 0px;
}
#slideshowNews h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	line-height: 18px;
	color: #0d2a4a;
	padding: 0px 0px 2px 0px;
	text-transform: none;
}
#slideshowNews .noticiasDestaques-text {
font-size: 13px;
font-style: italic;
line-height: 16px;
color: #6b6b6b;
padding: 0px 0px 0px 0px;
}


/*
}
h1 {
	color: #ffffff;
	font-size: 32px;
	padding-top: 20px;
	padding-bottom: 15px;
	text-shadow: 1px 3px 3px #191919;
}

h2 {
	color: #ffffff;
}
*/
/* FOOTER (definiÃ§Ãµes prÃ³prias - as outras estÃ£o no global.css) */

