@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin:0 0 0 0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	}

p{
	line-height: 160%;
	text-align:justify;
	font-size:12px;
}

#wrap {
	min-height: 100%;
	background-color:#595959;
	background-image:url(../imagens/fundo-topo2.png);
	background-repeat:repeat-x;
}

#topo {
	height:33px;
	text-align:right;
	font-size:9px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:8px;
	margin-left:740px;
	
}

#banner {
	height:390px;
}

#menu {
	height:43px;
	margin-left:223px;
	margin-top:20px;
	
}

#logotipo {
	height:117px;
	position:absolute;
	z-index:1000000;
	margin-top:25px;
	top: -17px;
}

#fluxo {
	height:235px;
	margin-left:3px;
	padding-left:20px;
}

#main {
	overflow: hidden;
	position: relative;
	padding-bottom: 146px;
	width:1024px;
	left:50%;
	margin-left:-512px;
	}  /* padding must be same height as the footer */

#rodape {
	position: relative;
	margin-top: -146px; /* negative value of footer height */
	height: 146px;
	clear:both;
	background-image:url(../imagens/fundo_rodape2.jpg);
	background-position:top center;
	background-color:#2d2d2d;
	background-repeat:no-repeat;
}

.bg-rodape{
	background-image:url(../imagens/fundo-rodape2.png);
	background-position:top center;
	background-repeat:repeat-x;
	z-index:50;	
}

/* Removido endereco do site */

#conteudo_rodape #endereco {
    display: none;
}

#endereco{
	width:602px;
	float:left;
}

#desenvolvimento{
	width:265px;
	float: right;
	padding-top:16px;
}

/* The width of container DIV */
#conteudo{
    width:1024px;
}
 
/* Style for each floated item */
.item{
    /* Give the distance for floated items */
    margin:14px;
    float:left;
    /* Width and height for each item */
    width:310px;
    /* Text align and background color */
}
 
/* Clear the "float" style */
#clearer{
    clear:both;
}

#conteudo
{
	width:1024px;
	position: relative;
	overflow:auto;
}

#conteudo_rodape {
	position: relative;
	width:1024px;
	left:50%;
	margin-left:-512px;
	padding-top:75px;
	} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


.botao-simples{ font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:9px; background-color:#4f4f4f; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior:url(border-radius.htc); font-weight:bold; padding:4px 18px; text-decoration:none; float:left; border: solid 2px #a6a6a6;-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;}

.botao-simples:hover { font-family:Arial, Helvetica, sans-serif; color:#e99c28; background-color:#4f4f4f; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior:url(border-radius.htc); font-weight:bold; padding:4px 18px; border: solid 2px #e99c28;-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;}

/* TEXTOS **********************************************************************************************************************/

.branco_basico{
	color: #FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

h1 {        
	color: #666;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height: 60px;
}

h2 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:36px;
	padding-bottom:5px;
	margin-bottom:15px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:26px;
	font-weight:400;
	letter-spacing:-1px;
	font-weight:normal;
	color:#FFF;
}

.formulario{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#444444;
	width:250px;
	padding:3px 0px 3px 5px;
	border:none;
	
}

.formulario2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#444444;
	width:550px;
	margin-bottom:10px;
	padding:6px 0px 6px 10px;
	border:none;
	float:left;
	
}
/* MENU **********************************************************************************************************************/

a {
	color: #333;
}

#nav {
	margin: 0;
	padding: 11px 6px 0;
	background: #4f4f4f url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;
	z-index:2;
	position:absolute;
	border-radius: 20px 0px 20px 0px;
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px 0px 20px 0px;
}
#nav li {
	margin: 0 15px; /* espa&Atilde;&sect;o entre as palavras */
	padding: 0 0 0px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  9px 15px; /* espa&Atilde;&sect;o da direita e esquerda da palavra */
	margin: 0;

	
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #4f4f4f;
	border-bottom:4px solid #8f7749;
	color: #fff;

	

	text-shadow: 0 1px 0 rgba(0,0,0, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #215ba6 !important;
	color: #000 !important;



	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd;
	border: solid 1px #b4b4b4;



	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #000;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}



#idiomas {
	margin: 0;
	padding: 0px 6px 0;
	background: #8f7749 url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;
	z-index:2;
	position:absolute;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
}
#idiomas li {
	margin: 0 10px; /* espa&Atilde;&sect;o entre as palavras */
	padding: 0 0 0px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#idiomas a {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding:  6px 10px; /* espa&Atilde;&sect;o da direita e esquerda da palavra */
	margin: 0;

	
}
#idiomas a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#idiomas .current a, #idiomas li:hover > a {
	background: #8f7749;
	color: #e7e5e5;	
}

#idiomas li:before {
	content: '|';
	position:absolute;
	top:0;
	left:-15px;
	color:#fff;
	font-size:12px;
	line-height:18px;
	display:inline-block; 
}

#idiomas li:first-child:before{
	content:'';
	padding:0px!important;
}




/* inicio do slide *********************************************************************************************************/
#slider-empresa {
    width: 1124px; /* important to be same as image width */
    height: 341px; /* important to be same as image height */
    position: absolute; /* important */
	overflow: hidden; /* important */
	margin-top:-10px;
	margin-left:-50px;
}

#sliderContent {
    width: 1124px; /* important to be same as image width or wider */
    position: relative;
	list-style:none;
}

img { border:none; display:inline-block; }

.margem-imagens { margin-left:0px; margin-right:-0px; margin-bottom:0px;}

.margem-imagens2 { margin-right:0px; top:-90px; float:left; }

.sliderImage {
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}

.top {
	top: 0px;
	left: 0px;
}

ul { list-style-type: none; padding-right:15px;}


#banner{ margin: 0 auto; padding: 0; position:relative; width:1024px;}


.divisoria{
	width:100%;
	border-bottom:1px solid #FFF;
	margin-bottom:20px;
}

.gecko .formulario2{
	margin-bottom:15px;
}

.ie .formulario{
	margin-bottom:4px;
	color:#999;
}

.ie .formulario2{
	color:#999;
}

.chrome .formulario{
	margin-bottom:1px;
}