/* 
================================
IIT Skin para DotNetNuke
================================
*/   

@font-face {
	font-family: 'FuturaBold';
    	src: url('Fontes/futura-bold.eot');
    	src: url('Fontes/futura-bold.eot') format('embedded-opentype'),
             url('Fontes/futura-bold.woff') format('woff'),
             url('Fontes/futura-bold.ttf') format('truetype'),
             url('Fontes/futura-bold.svg#FuturaBold') format('svg');
}

@font-face {
    
	font-family: 'futura_condensed';
    
	src: url('Fontes/futura_condensed-webfont.eot');
    
	src: local('?'), 
	     url('Fontes/futura_condensed-webfont.eot?#iefix') format('embedded-opentype'),
	   
	     url('Fontes/futura_condensed-webfont.svg#futura_condensed') format('svg'),
         
	     url('Fontes/futura_condensed-webfont.woff') format('woff'),
         
	     url('Fontes/futura_condensed-webfont.ttf') format('truetype');
    
	font-weight: normal;
    
	font-style: normal;


}


body {
	    font-family: Arial, Sans-Serif;
	    font-size: 9pt;
	    color: #6B7B84;
    }

    /* DNN Body */
    #Body {
	    /* CSS3 */
	    background: #efefef; /* Old browsers */
	    background: -moz-radial-gradient(center, ellipse cover,  #efefef 0%, #e9e9e9 50%, #dfdfdf 100%); /* FF3.6+ */
	    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efefef), color-stop(50%,#e9e9e9), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	    background: -webkit-radial-gradient(center, ellipse cover,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-radial-gradient(center, ellipse cover,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Opera 12+ */
	    /*background: -ms-radial-gradient(center, ellipse cover,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); *//* IE10+ */
	    background: radial-gradient(ellipse at center,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* W3C */
	    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf',GradientType=1);  IE6-9 fallback on horizontal gradient */
	    min-height: 1px;
    }
    
    
/* 
================================
ESTILOS FONTES GENERICOS
================================
*/   

    body,th,td,table,h1,h2,h3,h4,h5,h6, 
    .Head,.SubHead,.SubSubHead, 
    .Normal,.NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, 
    a:link, a:visited, a:hover, input, .CommandButton {
	   font-family: Arial, Sans-Serif;
	   letter-spacing: 0;
    }
    h1,h2,h3,h4,h5,h6
    {
        font-family: 'futura_condensed', Arial, Sans-Serif;
        font-weight: normal;
    }

    em { 
	    font-style: italic; 
	    letter-spacing: 0;
    }

    strong { 
	    color: #6B7B84;
	    font-weight: bold; 
    }
    small { 
	    font-size: 12px; 
	    letter-spacing: 0;
    }

/* 
================================
ESTILOS LISTAS, PARAGRAFOS E LINKS
================================
*/  

    ul, ol { margin: 0px; }
    a:link, a:visited{ color: #F26641; text-decoration:none; }
    a:hover{ color: #F26641; text-decoration: underline; }



/* 
================================
ESTILOS TITULOS E TEXTOS
================================
*/   

.textoLaranja {color: #F26641;}
.textoCinza {color: #8A979B;}
.textoCinzaRato {color: #818174;}
.textoLaranja span { color: #818174;}
.textoCinza span, .textoCinzaRato span{color: #F26641;}

    h1, h2, h3, h4, h5, h6 {	
	    line-height: 1;
	    margin: 0 0 10px 0;
    }
    h1{
	    font-size:26px;
    }
    h2, h2 .Head{
	    font-size:22px;
    }
    h3, h3 .Head{
	    font-size:18px;
	    color: #666;
    }
    h4, h4 .Head{
	    font-size:16px;
	    color: #666;
    }
    h5, h5 .Head{
	    font-size:14px;
	    color: #666;	
    }
    h6, h6 .Head{
	    font-size:13px;
	    color: #666;
    }
    
/* 
================================
ESPAÇAMENTOS SITE
================================
*/   

    .spacingTop{ margin-top: 30px; }
    .spacingRight {	margin-right: 30px;}
    .spacingBottom { margin-bottom: 30px;}
    .spacingLeft { margin-left: 30px;}
    
    .floatingLeft{	float:left; }
    .floatingRight{	float:right; }

/* 
================================
FUNCOES GENERICAS
================================
*/   
/* Clear-fix: para elementos flutuantes
-------------------------------------------------*/
    .clear {
	    clear: both;
	    display: block;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    height: 0;
    }
    .clearfix:after {
	    clear: both;
	    content: ' ';
	    display: block;
	    font-size: 0;
	    line-height: 0;
	    visibility: hidden;
    }

    .left {	float: left; }
    .right { float: right; }
    .middle { text-align: center; vertical-align:middle; }
    
/* 
================================
BOTÕES GENÉRICOS DNN
================================
*/ 
	.dnnPrimaryAction, .dnnSecondaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction, a.dnnSecondaryAction
	{
	    font-family: Arial, Sans-Serif;
	    /*font-weight: bold;*/
	    font-size: 9pt;
	   
	    min-width: 40px;
	    
	    margin: 0;
		border: none;
		border-radius: 0;
		
		background: #ffffff;
		background: -moz-linear-gradient(top, #FFFFFF 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fffff 0%, #2170cd 100%); /* Chrome10+,Safari5.1+ */
		background: linear-gradient(top, #fffff 0%,#ffffff 100%); /* W3C */
		
		-webkit-box-shadow:  	0px 2px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
		box-shadow:  			0px 2px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
		
		color: #F26641;
		text-shadow: clear;
		z-index: 100;
	}
	a.dnnPrimaryAction:hover, a.dnnSecondaryAction:hover {
        	border: none;
	        background: #cdcdcd;
        	background: -moz-linear-gradient(top, ##cdcdcd 0%, #8A979B 100%);
	        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#8A979B));
        	background: -webkit-linear-gradient(top, #cdcdcd 0%,#8A979B 100%);
	        background: linear-gradient(top, #cdcdcd 0%,#8A979B 100%);
	        color: #fff;
		text-decoration: none;
	}
    .dnnForm .dnnFormItem {
	    z-index: 10;
    }

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
    #login {
        /*bottom: 55px;
        position: absolute;
        left: 850px;*/
float: right;
        bottom: 3px;/*margin-top: 28px;*/
        position: relative;
    }
	
	#login .registerGroup, 
	#login .registerGroup *, 
	#login .loginGroup, 
	#login .loginGroup * {	display:block; }	

	#login .registerGroup,
	#login .loginGroup {
		float:left;
		padding:0;
		margin:0;
	} 
	
	#login .registerGroup li:first-child:hover {border-left:#222;}
	
	/* Register Group Styles */
	#login .registerGroup li { 	float:left; }
	#login .registerGroup .buttonGroup {margin-right:0;}
	
	#login .registerGroup a,
	#login .loginGroup a{
		display:block;
		position:relative;
		height:25px;
		min-width:12px;
		padding: 7px 15px 0 15px;
		 
		color: #333;
		font-size:11px;
		vertical-align: middle;
	}
	
	#login .registerGroup a:hover,
	#login .loginGroup a:hover {
		background: rgb(45,45,45); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
		
		color:#ddd;
		text-shadow: 0px -1px 0px #333333;
	}
	#login .registerGroup a:active,
	#login .loginGroup a:active {
		color:#fff;
		text-shadow: 0px -1px 0px #333333;
	}
	
	#login .registerGroup a:hover,
	#login .loginGroup a:hover { text-decoration:none; }
	
	#login .registerGroup a strong,
	#login .loginGroup a strong {
		display:block;
		position:absolute;
		left:0; top:0;
		width:100%;
		overflow:hidden;
		
		font-size:11px;
		text-indent:-9999px;
	}
	
	#login .userMessages a,
	#login .userNotifications a { background-color: #333; }	
	
	#login .userProfileImg, #login .userNotifications, #login .userMessages {
	    display:none;
    }
	#login .userMessages strong { 
		height: 100%;
		display: none;
		/*background: url('images/icon_message.png') no-repeat center center;*/
	}
	
	#login .userNotifications { /*border-right: 1px solid #CCC;*/ border: none; }
	
	
	#login .userNotifications strong { 
		height: 100%;
		/*background: url('images/icon_notification.png') no-repeat center center;*/
	}
	
	#login .registerGroup a span {
		display:inline-block;
		position:absolute;
		right:2px; top:-9px;
		min-width:7px;
		margin-right:3px;
		background: rgb(59,150,182); /* Old browsers */
		
		text-align:center;
		font-size:11px;
		color:#fff;
		text-shadow: 0px 1px 0px #333333;
	}
	
	#login .registerGroup .userProfileImg a{
		min-width:25px;
		min-height: 32px;
		padding:0;
		background:none;
		
	}
	
	#login .registerGroup a img{
		height:32px; width:32px;
		background:#333;
		
	}
	
	/* Login Group Styles */
	#login .loginGroup { /*border-right: 1px solid #CCC;*/ border:none;} 
	#login .loginGroup a {color:#333; }
	
	/* Number of message next to the message icon*/
	#login .userMessages  a  span,
	#login .userNotifications   a  span	{ 
		display: inline-block; 
		margin-top: 9px; 
		margin-right: 0px; 
		background-color: transparent;
		
		font-size: 10px;
	}



/* 
================================
MENUS DE NAVEGAÇÃO
================================
*/ 
    #nav {
       position: absolute;
       text-transform: uppercase;
       top: 38px;
       right: 170px;
    }
	
	#dnn_pnav li  
	{
		position:relative; 
		list-style:none;
		margin: 0;
	}
	
	#dnn_pnav li ul { }
	
	#dnn_pnav > li 
	{
	    float:left;
		height:30px;
		padding-top:5px;
		margin-right:2px;
	}
    
    #dnn_pnav li div
    {
        height: 20px;
        border: 1px inset #FFFFFF;
        margin: 4px 0 0 10px;
    }
    
	#dnn_pnav > li > a, #dnn_pnav > li > span 
	{
	    font-size: 10pt;
		font-family: 'FuturaBold', Arial, Sans-Serif;
        font-weight: bold;
        
        text-shadow: 0px 2px 1px #7d7d7d;
       
		display:block;
		padding:5px 0 5px 15px;
		color: #ffffff;
		text-decoration:none;		
	}

	#dnn_pnav > li > span{
		cursor: default;
	}
	
	#dnn_pnav > li:hover > a, #dnn_pnav > li.active > a, #dnn_pnav li.selected > a  { color:#F26641; background-color:transparent; }
	#dnn_pnav > li:hover > a:active { color:#F26641;}
	#dnn_pnav > li:hover > span { color:#F26641;}

	/* Secondary level */
	#dnn_pnav > li ul {  /* Styles for all sub levels */ 
	    display: none;
		position:absolute;
		z-index: 2;
		
		height:110px;
		width: 110px;
		
		background:#F26641;
		/*border: 1px solid #cbcbcb;*/
		/* CSS3 */
		border-radius: 0px;
		/*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
		-webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.4);
		box-shadow:			 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
		-webkit-animation-duration: .25s;
		-webkit-animation-delay: .2s;
		-webkit-animation-timing-function: ease;
		-webkit-animation-fill-mode: both;
		-moz-animation-duration: .25s;
		-moz-animation-delay: .2s;
		-moz-animation-timing-function: ease;
		-moz-animation-fill-mode: both;
		-ms-animation-duration: .25s;
		-ms-animation-delay: .2s;
		-ms-animation-timing-function: ease;
		-ms-animation-fill-mode: both;
		animation-duration: .25s;
		animation-delay: .2s;
		animation-timing-function: ease;
		animation-fill-mode: both;
	}
	
	#dnn_pnav li:hover > ul { 
		display:block;
	}
	
	#dnn_pnav > li > ul { /* styles specific to secondary level */
	    top:40px; 
	    left: -5px;
		/*left:0; 
		float: left;*/
	}

	#dnn_pnav > li > ul > li {
	    float:left;
	    height: 100%;
	    vertical-align:middle;
    }
     #dnn_pnav > li > ul > li > div
    {
        /*margin-right:10px;*/
        /*border-left: 0px none #FFFFFF;
        background: #FFFFFF;
        border-right: 2px solid #FFFFFF;*/
        border: none;
        background:url(images/separadorSubMenu.png) no-repeat center center;
        background-color: transparent;
        margin-top: 18px;
        margin-left: 0px;
        padding-top: 70px;
        width: 3px;
    }

	#dnn_pnav > li > ul:after {
		position:absolute;
		top:-8px; 
		left: 40px;
		content:'';
		width:0px; 	
		height:0px; 
		border-left:15px solid transparent;  /* left arrow slant */
		border-right:15px solid transparent; /* right arrow slant */
		border-bottom:15px solid #F26641; /* bottom, add background color here */
		font-size:0px;
		line-height:0px;
	}

	#dnn_pnav > li ul a, #dnn_pnav > li ul span, #dnn_pnav > li ul li.selected > a {
		color: #ffffff;
		font-size: 10pt;
		font-family: 'FuturaBold', Arial, Sans-Serif;
        font-weight: bold;
		text-decoration:none;
		
		height:100%; 
		width: 39px;/*35px;*/
		padding-top: 46px;
		margin-left: 14px;
		/*margin-right: 4px;*/
		
		display:block;
		transition: 		all ease-in 100ms;
		-moz-transition: 	all ease-in 100ms; /* Firefox 4 */
		-webkit-transition: all ease-in 100ms; /* Safari and Chrome */
		-o-transition: 		all ease-in 100ms; /* Opera */
		-ms-transition: 	all ease-in 100ms; /* IE9? */
	}

	#dnn_pnav > li ul span{
		color: #666;
		cursor: default;
	}
	ul ul {
	    margin: 0;
    }

    #dnn_pnav li:last-child > div{ display:none;}
    #dnn_pnav  ul li:last-child > a {}
	#dnn_pnav > li > ul li:hover { background:url(images/menuHoover.png) repeat-x center center; }
	#dnn_pnav > li > ul li:active { background:url(images/menuDown.png) repeat-x center center; }
	
	/* Tertiary level */
	/*#dnn_pnav li ul li ul {
		left:225px; 
		top:-8px;
		padding: 15px 5px;
		border-left: 1px solid #ddd;
	}/*


/* 
================================
PROCURA
================================
*/ 

    #search {
        position: absolute;
        top: 44px;
        left: 900px;
    }
    #search a.SearchButton:link,
    #search a.SearchButton:visited {
		    display: inline-block;
		    position: relative;
		    bottom: 24px;
            left: 3px;
	        height:22px; width:22px;
		    margin: 0 100% 0px 0;	padding:0;
		    background: #ffffff url('images/search.png') no-repeat center center;
		    text-indent:-9999px;
	}
	
	#search a.SearchButton:hover {		
		background: url('images/search.png') no-repeat center center, rgb(255,255,255); /* Old browsers */
	}
	
	
	 #dnn_dnnSearch_txtSearch  {
		display:block; 
		float: left;
		
		font-size: 10pt;
		color:#6B7B84;
		
		/*-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.3);*/
		
	    width: 87px;
	    height: 21px;
	    background-color: white;
		-webkit-appearance: none;
	    padding-left: 27px;
	    
	   -webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
    }
    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus{}
    
    
    
/* 
================================
BARRA DE LINKS, LINKS FOOTER E REDES SOCIAIS
================================
*/ 
     ul.linksRodape { margin-left: 10px;  }
    .linksRodape li 
    {
	    list-style-image:url('images/pontoVermelho.png');
    }
    .linksRodape li a { text-decoration: none; }
    .linksRodape li a:link,
    .linksRodape li a:visited { color: #818174; }
    .linksRodape li a:hover { color:#F26641; }


    .linksBarraSocial 
    {
        position: relative;
        top: 58px;
        left: 0px;
    }
    ul.linksBarraSocial 
    { 
        margin: 0 0 0 -10px;
    }
    .linksBarraSocial li 
    {
        display: inline-block;
	    list-style: none;
	    margin: 0 0 8px 0;
    }
    .linksBarraSocial li a  
    {
        text-decoration: none; font-weight:bold; 
        height: 33px;
        background-position: top;
	font-size:9pt;
	position:relative;
	margin: 0 10px 0 10px;
    }
    .linksBarraSocial li a:link,
    .linksBarraSocial li a:visited { color: #818174; font-weight:bold; }
    .linksBarraSocial li a:hover { color:#F26641; }
    .linksBarraSocial li hr  
    {
        position:absolute;
        height: 20px;
        border-width: 1px;
        border-style: inset;
        margin-top: -8px;
    }
    
    .redesSociais{
        position: relative;
        top: 48px;
        right: 10px;
    }
    ul.redesSociais { margin: 0px; }
    ul.redesSociais li {
	    display: inline-block;
	    list-style-type: none;
	    margin-right: 15px;
    }



/* 
================================
EXTRUTURA PRINCIPAL SITE
================================
*/ 
   
    #site {
	    background: url('images/padraoSite.jpg') repeat;
	    padding-bottom: 20px;
    }
    .extrutura {
	    margin: 0 Auto;
	    width: 1039px;
	    background-color: white;
    }
     #siteBorder 
    {
        -webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.4);
		box-shadow:			 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    }

/* 
================================
SITE HEADER: LOGO e MENUS
================================
*/ 
 
    /*#HeaderImagemTop {
        height: 43px;
        position: relative;
        background: #FFFFFF url('images/barraTopo.png') no-repeat center center
    }*/
    #HeaderConteudo {
        height: 86px; /*116px*/
	    background: #FFFFFF url('images/fundoTop.png') no-repeat center center;
	    position:relative;
    }
    
    #logo {
        float: left;
        position: relative;
        left: 44px;
        /*top: 66px;*/
        top: 35px;
    }
    
/* 
================================
SITE AREAS: CONTEUDOS e RODAPÉS
================================
*/ 

    #siteConteudos {
	    position:relative;
    }
    .contentPane, .conteudoZonaInferior, .conteudoZonaMeio {}
   
    /*Separador central de conteudos*/
    div.hr 
    {
      height: 10px;
      margin-bottom: 20px;
      background: url('images/separador.png') no-repeat center center;
    }
    div.hr hr {
      display: none;
    }
   
    /* Conteudos Case Studies e Sobre Nos*/
    .casesStudiesSobreEsquerda, .casesStudiesSobreDireita {
	     float: left;
    }
    .casesStudiesSobreEsquerda{
	    width: 200px;
    }
    .casesStudiesSobreDireita{
        width: 770px;
    }
    
    /* Conteudos Loja*/
    .lojaColunaEsquerda, .lojaColunaDireita {
        float:left;  
    }
    .lojaColunaEsquerda {
	    width: 760px;
    }
    .lojaColunaDireita {
	    width: 180px;
    }
   
   /* Conteudos 3 Colunas */
    .tresColunasConteudoEsquerda, 
    .tresColunasConteudoCentro, 
    .tresColunasConteudoDireita
     {
	    float: left;
	    width: 310px;
     }
     
     /* Conteudo 4 Colunas */
    .quatroColunas1, .quatroColunas2, .quatroColunas3, .quatroColunas4 {
	    float: left;
	    width: 220px;
    }
    
    .conteudosTextoHome {
	    position: relative;
	    /*top: -35px;*/
	    margin-top: -50px;
    } 
    #conteudosCentraisHome {
	    position: relative;
	    top: -30px;
	    margin-top: 0px;
    }   
    #conteudoBarraSocial {
	    background: url('images/barraSocial.png') no-repeat center center;
	    height: 124px;
    }
    .conteudoSiteEsquerda{
        float: left;
    }
    .conteudoSiteDireita {
	    float: right;
    }
    
    #rodape {
	    /*clear: both;
	    background-color: #cccccc;*/
	    background: url('images/fundoFooter.png') repeat center center;
	    -webkit-box-shadow: inset 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
        
        border-bottom: 2px solid #ffffff;
        border-top: 1px solid #ffffff;
    }
    .rodapeDireitoInterior, .rodapeEsquerdoExterior {
	    float: left;
		width: 190px;
    }
    .rodapeEsquerdoInterior {
		float: left;
		width: 190px;
	}	
.rodapeDireitoInterior {
	float: left;
	width: 230px;
}
	.rodapeConteudo,
	.rodapeConteudo .Normal {
		color: #808080;
	}
	.rodapeConteudoDireitoExteior { 
		float: right; 
	} 
    
    /* Empty Panes */
    .DNNEmptyPane{width:0; margin:0;}
    
    
/* 
================================
COPYTIGHT
================================
*/ 
.Copyright 
{
    padding-left: 133px;
	font-size: 10pt;
	color: #ffffff;
}
#assinaturas {
	padding-left: 25px;
	background: url('images/barraAssinaturas.png') no-repeat center center;
	height: 40px;
	margin-bottom: 20px;
}
#assinaturas table {
	width: 100%;
	padding-top: 2px;
}

    
   
   
/* 
==================================
IMAGEM SUPERIOR PRODUTOS/SERVIÇOS
==================================
*/  
.conteudoImagem {
    position: relative;
    width:1039px;
    height: 427px;
}   
.conteudoImagem_Fundo, .conteudoImagem_Produto, .conteudoImagem_Logo {
	position:relative;
}
.conteudoImagem_Logo {
	width: 200px;
}

        
/* 
================================
BANNER
================================
*/ 
    #container {
	    position:relative;
	    z-index:0;
	    width:1039px; height:399px;
	    padding:0px;
	    margin:0 auto;
	    background: url('images/fundoPrincipal.png') no-repeat center center;
    }

    #example {
	    position:relative;
	    width:1039px;
	    height:323px;
	}

    /* Slide -*/
    #slides {
	    position:absolute;
	    z-index:9;
	    top:0px; left:0px;
    }

    .slides_container {
	    display:none;
	    position:relative;
	    width:1039px;
	    overflow:hidden;
    }

    .slides_container a {
	    display:block;
	    width:1039px;
	    height:323px;
	}

    .slides_container a img {
	    display:block;
    }

    /* Next/Prev buttons 
    -------------------------------------*/
    #slides .next, #slides .prev {
	    display: block;
        position: absolute;	   
	    width: 20px; height: 20px;
	    bottom: 9px; left: 12px;
	    padding: 0;
	    z-index:12;
	    text-indent:-9999px;
    }

    #slides .prev {  background: transparent url('images/left-arrow.png') center center no-repeat;  }
    #slides .next {	left:96px;  background: transparent url('images/right-arrow.png') center center no-repeat; }

    /* Page link -*/
    .pagination_wrap { 
	    display: inline-block;
        position: relative;
        z-index: 10;
        top:-41px;/*top: -61px;*/
        left: 20px;
        width: 105px;
        height:40px; /*height: 61px;*/
        opacity: 0.6;
        background-color: #222;
    }
    .pagination {
	    position: absolute;
        z-index: 11;
        left: 27px;
        padding: 0;
        bottom: 59px;/*bottom: 90px;*/
    }

    .pagination li {
	    float:left;
	    margin:0 3px;
	    list-style:none;
    }

    .pagination li a {
        float:left;
	    display:block;
	    width:16px; height:0;
	    padding-top:15px;
	    background-image:url(images/bolinhasRotator.png);
	    background-position:0 0;
	    overflow:hidden;
    }

    .pagination li.current a {
	    background-position:0 -19px;
    }




/* 
================================
SLIDER
================================
*/

.slider
{
    overflow: hidden;
}

    .slider img
    {
        display: none;
        position: absolute;
    }


/* 
================================
MENU FLUTUANTE
================================
*/
.menuFlutuante{
    z-index: 2;
    position: absolute;
    left: 881px;
    top: 1px;
}
.noticias_principais 
{
    color: #ffffff;
    padding: 5px 0 0 25px;
}
.menuFlutuante .linkNoticias a {
    /*text-indent: -999em;
    position: relative;
    display: block;
    bottom: 383px;
    width: 180px;
    background-color: rgba(0,0,0,.01);
    height: 40px;
    left: 30px;*/
    
    text-indent: -999em;
    position: relative;
    display: block;
    bottom: 325px;
    width: 177px;
    background-color: rgba(0,0,0,.01);
    height: 24px;
    left: 17px;
}




/* 
================================
MAPA GOOGLE
================================
*/
