/* CSS Document */
body{
	width:100%;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}


/* menu */
#barra_menu{
	position:absolute;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	left:0;
	right:0;
	top:155px;
	z-index:50;
	text-align:center;
	background-image:url(../images/fundo_barra_menu.png);
	background-repeat:repeat-x;
	background-position:center top;
}
#meio_menu_topo{
	position:absolute;
	width:980px;
	height:80px;
	margin:0;
	padding:0;
	padding-top:15px;
	text-align:center;
	left:50%;
	margin-left:-490px;
}
.espaco_menu_g{
	height:70px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	font-weight:normal;
	padding-left:40px;
	padding-right:40px;
	float:left;
	background-image:url(../images/linha_menu.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#menu_topo{
	list-style: none;
	position:relative;
	width:950px;
	height:75px;
	margin:0;
	padding:0;
	text-align:center;
	clear:both;
	float:none;
	padding-left:30px;
}
#menu_topo li{
	float: left;
	position: relative;
	padding-top:25px;
}
#menu_topo > li:first-child:before{
	content: "";
	margin:0;
	padding:0;
}
#menu_topo li ul{
	position: absolute;
	text-align: center;
	list-style: none;
	margin: 0;
	display: none;
	z-index: 100 !important;
	width: 172px;
	padding: 7px 0;
	top: 30px;
	left:50%;
	margin-left:-87px;
	line-height:210%;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom, #999999 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	
	-webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}
#menu_topo li ul li{
	text-align: center;
	width: 100%;
	
	-webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
#menu_topo li ul li a{
	text-align: center;
	line-height: 150%;
}

#menu_topo li:hover ul, #menu_topo li.over ul{
	display: block;
}
.height{
	height:40px;
}
/* fim menu */


#fundo_geral_topo{
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	background-image:url(../images/img_back_geral.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#topo{
	position:relative;
	width:980px;
	height:155px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	left:50%;
	margin-left:-490px;
}
#logo{
	position:absolute;
	width:430px;
	height:120px;
	margin:0;
	padding:0;
	left:5px;
	top:22px;
	z-index:5;
}
#icon_video{
	position:absolute;
	width:55px;
	height:50px;
	margin:0;
	padding:0;
	top:20px;
	right:170px;
	z-index:10;
	cursor:pointer;
}
#icon_tel{
	position:absolute;
	width:55px;
	height:50px;
	margin:0;
	padding:0;
	top:20px;
	right:85px;
	z-index:15;
	cursor:pointer;
}
#icon_contato{
	position:absolute;
	width:55px;
	height:50px;
	margin:0;
	padding:0;
	top:20px;
	right:5px;
	z-index:20;
	cursor:pointer;
}


/* animacao */
#espaco_anim{
	position:relative;
	width:970px;
	height:655px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	left:50%;
	margin-left:-485px;
	margin-bottom:50px;
	background-image:url(../images/fundo_anim.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#img_anim1, #img_anim2, #img_anim3, #img_anim4, #img_anim5, #img_anim6, #img_anim7, #img_anim8, #img_anim9, #img_anim10, #img_anim11, #img_anim12, #img_anim13, #img_anim14, #img_anim15, #img_anim16{
	position:absolute;
	width:806px;
	height:410px;
	margin:0;
	padding:0;
	padding-left:155px;
	text-align:right;
	right:0;
	top:0;
	margin-top:215px;
	display:none;
	z-index:5;
}
#anim1{
	display:block;
}
.text_anim1, .text_anim2{
	position:absolute;
	width:360px;
	height:105px;
	margin:0;
	padding:0;
	left:10px;
	top:185px;
	line-height:145%;
	z-index:65;
	text-align:left;
}
.text_anim2{
	top:175px;
	line-height:140%;
}
#link_anim{
	position:absolute;
	width:260px;
	height:20px;
	margin:0;
	padding:0;
	text-align:right;
	top:786px;
	left:50%;
	margin-left:215px;
	z-index:70;
	display:block;
}
#holder{
	position:absolute;
	width:600px;
	height:20px;
	margin:0;
	padding:0;
	z-index:30;
	top:335px;
	left:50%;
	margin-left:-120px;
	text-align:right;
}
#espaco_bot_anim{
	position:absolute;
	width:500px;
	height:20px;
	margin:0;
	padding:0;
	right:0;
	top:0;
	text-align:right;
	z-index:50;
}
.bot_anim, .bot_anim_sel, #espaco_bot_anim a, #espaco_bot_anim a.activeSlide{
	position:relative;
	width:44px;
	height:15px;
	margin:0;
	padding:0;
	float:left;
	margin-left:6px;
	cursor:pointer;
}
.bot_anim, #espaco_bot_anim a{
	background-image:url(../images/bot_anim.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.bot_anim_sel, #espaco_bot_anim a.activeSlide{
	background-image:url(../images/bot_anim_sel.png);
	background-position:center top;
	background-repeat:no-repeat;
}
/* FIM ANIM */


/* cont home*/
#alinhar_cont_home{
	position:relative;
	width:975px;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	left:50%;
	margin-left:-485px;
}
#box_home1{
	position:relative;
	width:450px;
	height:220px;
	margin:0;
	padding:0;
	clear:both;
	float:left;
	padding-right:37px;
	background-image:url(../images/linha_vertical1.gif);
	background-repeat:no-repeat;
	background-position:right top;
	margin-bottom:35px;
}
#box_home2{
	position:relative;
	width:450px;
	height:220px;
	margin:0;
	padding:0;
	float:left;
	margin-left:30px;
	margin-bottom:35px;
}
.tit_box_home1{
	position:relative;
	width:450px;
	height:35px;
	margin:0;
	padding:0;
	padding-top:5px;
	text-align:left;
	clear:both;
	float:none;
	background-image:url(../images/linha_tit.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-bottom:10px;
}
.text_box1{
	position:relative;
	width:450px;
	height:150px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	text-align:justify;
}
.link_box{
	position:absolute;
	width:300px;
	height:16px;
	margin:0;
	padding:0;
	text-align:right;
	right:37px;
	bottom:3px;
	z-index:1;
}
.text_box2{
	position:relative;
	width:305px;
	height:165px;
	margin:0;
	padding:0;
	padding-left:145px;
	text-align:justify;
	background-image:url(../images/icon_responsabilidade.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.tit_box_home2{
	position:relative;
	width:970px;
	height:35px;
	margin:0;
	padding:0;
	padding-top:5px;
	text-align:left;
	clear:both;
	float:none;
	background-image:url(../images/linha_tit.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-bottom:10px;
}
#espaco_box_logos{
	position:relative;
	width:950px;
	height:95px;
	margin:0;
	padding:9px;
	clear:both;
	float:none;
	border:solid 1px #D1D1D1;
	margin-bottom:40px;
}
#box_logos{
	position:relative;
	width:950px;
	height:95px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
}
#espaco_mapa_home{
	position:relative;
	width:100%;
	height:145px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	margin-bottom:10px;
}
#box_mapa_home{
	position:absolute;
	width:325px;
	height:70px;
	margin:0;
	padding:0;
	padding-right:15px;
	padding-top:20px;
	top:25px;
	left:50%;
	margin-left:145px;
	text-align:right;
	line-height:170%;
	background-image:url(../images/fundo_barra_map.png);
	background-repeat:repeat-x;
	background-position:center top;
}
.mapa_home{
	width:100%;
	height:145px;
	left:0;
	right:0;
	margin:0;
	padding:0;
	border:none;
}

/* cont Interno */
#alinhar_cont_interno{
	position:relative;
	width:980px;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	left:50%;
	margin-left:-490px;
	padding-top:205px;
}
#fundo_tit_interno{
	position:relative;
	width:965px;
	height:40px;
	margin:0;
	padding:0;
	padding-left:15px;
	padding-top:15px;
	clear:both;
	float:none;
	text-align:left;
	margin-bottom:15px;
	background-image:url(../images/fundo_barra_menu.png);
	background-repeat:repeat-x;
	background-position:center top;
}
#fundo_cont_interno, #fundo_cont_interno2{
	position:relative;
	width:960px;
	height:auto;
	margin:0;
	padding:10px;
	padding-top:20px;
	clear:both;
	float:none;
	text-align:justify;
	margin-bottom:20px;
	line-height:140%;
	background-image:url(../images/fundo_cont.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#fundo_cont_interno2{
	width:550px;
	padding:15px;
	background-image:url(../images/fundo_cont_empresa.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

.linha_1{
	position:relative;
	width:960px;
	height:45px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	background-image:url(../images/linha_1.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:30px;
}
.frota1, .frota2{
	position:relative;
	width:280px;
	height:240px;
	margin:0;
	padding:0;
	clear:both;
	float:left;
}
.frota2{
	width:260px;
	clear:none;
	float:left;
	padding-left:70px;
	border-left:solid 1px #E6E6E6;
}
.clientes1, .clientes2{
	position:relative;
	width:270px;
	height:120px;
	margin:0;
	padding:9px;
	border:solid 1px #E1E1E1;
	clear:both;
	float:left;
	margin-left:5px;
	margin-bottom:30px;
}
.clientes2{
	clear:none;
	float:left;
	margin-left:39px;
}

.tit_obra{
	position:relative;
	width:960px;
	height:29px;
	margin:0;
	padding:0;
	padding-top:7px;
	clear:both;
	float:left;
	text-align:left;
	background-image:url(../images/linha_2.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:6px;
}
.img_obra1, .img_obra2{
	position:relative;
	width:135px;
	height:80px;
	margin:0;
	padding:4px;
	border:solid 1px #E1E1E1;
	clear:both;
	float:left;
	margin-bottom:30px;
}
.img_obra2{
	clear:none;
	float:left;
	margin-left:16px;
}

/* form contato */
#info_contato{
	position:relative;
	width:960px;
	height:40px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	background-image:url(../images/linha_3.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:25px;
	text-align:center;
	line-height:110%;
}
#espaco_form{
	position:relative;
	width:580px;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
	float:left;
	display:block;
}
.text_campo{
	position:relative;
	width:95px;
	height:27px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:7px;
	text-align:right;
	clear:both;
	float:left;
	margin-bottom:11px;
}
.text_textarea{
	position:relative;
	width:95px;
	height:110px;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-right:5px;
	text-align:right;
	clear:both;
	float:left;
	margin-bottom:11px;
}
#img_contato{
	position:relative;
	width:375px;
	height:440px;
	margin:0;
	padding:0;
	float:left;
	background-image:url(../images/img_contatos.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#fone_form{
	position:absolute;
	width:290px;
	height:30px;
	margin:0;
	padding:0;
	top:55px;
	left:85px;
	text-align:left;
	z-index:20;
}
#email_form{
	position:absolute;
	width:290px;
	height:30px;
	margin:0;
	padding:0;
	top:215px;
	left:85px;
	text-align:left;
	z-index:10;
}
#endereco_form{
	position:absolute;
	width:290px;
	height:70px;
	margin:0;
	padding:0;
	bottom:10px;
	left:85px;
	text-align:left;
	z-index:15;
}


#tit_box_contato{
	position:relative;
	width:970px;
	height:35px;
	margin:0;
	padding:0;
	padding-top:5px;
	text-align:left;
	clear:both;
	float:none;
	left:50%;
	margin-left:-485px;
	background-image:url(../images/linha_tit.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-bottom:10px;
}
#espaco_mapa_contato{
	position:relative;
	width:100%;
	height:390px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	margin-bottom:10px;
}
.mapa_contato{
	width:100%;
	height:380px;
	left:0;
	right:0;
	margin:0;
	padding:0;
	border:none;
}


.final_cont{
	position:relative;
	width:960px;
	height:10px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
}
/* rodape */
#fundo_geral_rdp{
	position:relative;
	width:100%;
	height:30px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	background-image:url(../images/fundo_geral_rdp.gif);
	background-repeat:repeat-x;
	background-position:center top;
}
#meio_rdp{
	position:relative;
	width:970px;
	height:18px;
	margin:0;
	padding:0;
	padding-top:10px;
	clear:both;
	float:none;
	left:50%;
	margin-left:-485px;
	text-align:left;
}
#direitos_rdp{
	position:absolute;
	width:300px;
	height:18px;
	margin:0;
	padding:0;
	text-align:right;
	right:0;
	bottom:0;
	z-index:1;
}

/* formatação textos */
.branco_22{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:0;
}
.branco_19{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:0;
}
.branco_17{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-top:5px;
}
.branco_16{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:0;
}
.branco_15{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
	padding:0;
}
.branco_14{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:0;
}
.laranja_21{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	text-decoration:none;
	color:#EC7526;
	font-weight:bold;
	margin:0;
	padding:0;
}
.preto_19{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	margin:0;
	padding:0;
}
.preto_18{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0;
}
.preto_17{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0;
}
.preto_16{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	margin:0;
	padding:0;
}
.preto_15{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	margin:0;
	padding:0;
}
.preto_13{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0;
}
.cinza_16{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#333333;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
}
.cinza_11{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	margin:0;
	padding:0;
}

/* Links */
a{
	outline:none;
}
a.branco_19:hover{
	color:#F9C8A7;
	text-decoration:none;
}
a.branco_16:hover{
	color:#F9C8A7;
	text-decoration:none;
}
a.preto_18:hover{
	color:#666666;
	text-decoration:none;
}
a.preto_13:hover{
	color:#666666;
	text-decoration:none;
}
a.cinza_11:hover{
	color:#999999;
	text-decoration:none;
}


/* FORMS */
.input_450{
	width:433px;
	height:21px;
	background-color:#FFFFFF;
	border:solid 1px #DCDCDC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	float:left;
	margin:0;
	padding:5px;
	padding-left:10px;
	margin-bottom:11px;
}
.textarea{
	width:433px;
	height:110px;
	background-color:#FFFFFF;
	border:solid 1px #DCDCDC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	float:left;
	margin:0;
	padding:5px;
	padding-left:10px;
	margin-bottom:11px;
}
.bot_contato{
	width:210px;
	height:35px;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../images/bot_contato.png);
	background-repeat:no-repeat;
	background-position:center top;
	float:left;
}
.msg{
	text-align: center;
}