html{
	background-color:#cccccc !important;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #cccccc!important;
}
#topo{
	margin-top:18px;
}

#logo{
	width:219px;
	margin:0 auto;
}
#faixa{
	background-image:url(imagens/bgFaixa.png);
	height:52px;
	margin-top:-7px;
	text-align:center;
	font-size:11px;
	color:#ffffff;
}
#menu{
	margin:0 auto;
	background-image:url(imagens/bgMenu.png);
	height:29px
	z-index:1;
}
#menu > ul{
	padding:0;
	margin:0 auto;
	display:block;
	width:960px;
	height:29px;
	overflow:visible;
}
#menu > ul > li{
	float:left;
	display:block;
	margin:0;
	width:160px;
	height:29px;
	line-height:29px;
	background:url(imagens/separadorMenu.png) no-repeat;
	font-size:12px;
	overflow:visible;
	text-align:center;
}
#menu > ul > li > a{
	height:29px;
	line-height:29px;
	margin:0;
	text-decoration:none;
	color: #444444;
	display:block;
}
#menu > ul > li > a:hover{
	height:29px;
	margin:0;
	color: #ffffff;
	background-image:url(imagens/bgSelecionado.png);
}

.menuresp{
    width: 645px !important;
    margin: 0 auto !important;
}

@media (max-width: 767px){
.menuresp{
    width: 100% !important;
    margin: 0;
}
}
#menu > ul > li > ul{
	width:200px;
	display:none;
	position:relative;
	z-index:99;
	background:#d6d6d6;
}
#menu > ul > li:hover > ul{
	display:block;
}
#menu > ul > li > ul > li > a{
	padding-left: 8px;
	height:29px;
	line-height:29px;
	margin:0;
	text-decoration:none;
	color: #444444;
	display:block;
}
#menu > ul > li > ul > li{
	text-align:left;
}
#menu > ul > li > ul > li > a:hover{
	height:29px;
	margin:0;
	color: #ffffff;
	background-image:url(imagens/bgSelecionado.png);
}
#conteudo{
	margin: 0 auto;
	width:960px;
	overflow:auto;
	background-color:#ffffff;

}
#servicos{
	margin: 0px auto;
	height:240px;
	background-color:#ffffff;
	text-align: center;
	padding: 0;
}


#faixa {
    background-image: url(imagens/bgFaixa.png);
    height: 52px;
    margin-top: -7px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
}

#servicos ul{
	/*width: 1170px;*/
	height:220px;
	/* margin-left:-51px; */
	padding: 0;
}
#servicos li{
	float:left;
	list-style:none;
}
#servicos a .um{
	background:url(imagens/servico01.png) center no-repeat;
	/* width:162px; */
	height:240px;
	margin-left: 5%;
}
#servicos a .dois{
	background:url(imagens/servico02.png) center no-repeat;
	/* width:162px; */
	height:240px;
	margin-left:20px;
}
#servicos a .tres{
	background:url(imagens/servico03.png) center no-repeat;
	/* width:162px; */
	height:240px;
	margin-left:20px;
}
#servicos a .quatro{
	background:url(imagens/servico04.png) center no-repeat;
	/* width:162px; */
	height:240px;
	margin-left:20px;
	/* border: mediumblue; */
}
#servicos a .cinco{
	background:url(imagens/servico05.png) center no-repeat;
	/* width:162px; */
	height:240px;
	margin-left:20px;
}
#suaSeguranca{
	width:100%;
	height:100%;
	text-align: center;
	/*margin: 0 auto;
	background:url(imagens/suaSeguranca.png) center no-repeat;*/
}


#newsletter{	
    background: #cac9c9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#cac9c9, #797979); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cac9c9, #797979); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cac9c9, #797979); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cac9c9, #797979); /* Standard syntax (must be last) */
}
.rotulo{
	background:#6889ba;
	width:73px;
	height:29px;
	display:block;
	float:left;
	line-height:30px;
	padding-left:7px;
	color:#ffffff;
}
.rotuloContato{
	background:#6889ba;
	width:80px;
	height:30px;
	display:block;
	float:left;
	line-height:30px;
	text-align:center;
	color:#ffffff;
}

#msgOk {
    background: url("../imagens/ok.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 35px;
    line-height: 35px;
    padding-left: 35px;
    width: 600px;

}
.campo{
	background:url(imagens/bgCampoNewsletter.png) no-repeat;
	width:63%;	
	height:30px;
	line-height:26px;
	display:block;
	float:left;
	border:none;
	margin-right:10px;
	margin-left:-7px;
}
.campoContato{
	height:30px;
	line-height:26px;
	display:block;
	float:left;
	    min-width: 100%;
	/*border:none;*/
}
.campoMensagem{
	font-family:Arial, Helvetica, sans-serif;
	min-width:100%;
	max-width:583px;
	height:202px;
	display:block;
	/*border:none;*/
	padding-left:5px;
	padding-top:5px;
	line-height:26px;
}
.assinar{
	background:#6889ba;
	/*width:92px;*/
	height:29px;
	display:block;
	border:none;
	color:#ffffff;
	font-size:16px;
}
#mapa{
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#4e4e4e, #000000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4e4e4e, #000000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4e4e4e, #000000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4e4e4e, #000000); /* Standard syntax (must be last) */
    border: 1px solid #cccccc;
	color:#ffffff;
}
.mapaLinks{
	padding-top:12px;
	font-size:14px;
	float:left;
}
.mapaLinks ul li a{
	color:#ffffff;
}
.mapaLinks ul li a:hover{
	color:#bbbbbb;
}
.webmail{
	width:165px;
	height:15px;
	margin:2px;
	float:left;
	padding: 8px;

}
.entrar{
	background:url(imagens/bgEntrarWebmail.png);
	width:50px;
	height:19px;
	border:none;
	color:#444444;
	font-size:11px;
	margin:2px;
	float:left;
	display:block;
	margin-right:5px;
}
#rodape{
	background-color:#e0e0e0;
	margin: 0 auto;
	text-align:center;
	padding-top:20px;
	border: 1px solid #cccccc;
	font-size:12px;
}

.titulo {
    padding-top: 50px;
    text-align: center;
    color: #1259a0;
 }

.w3{
	font-weight:bold;
	color:#777777;
}

#imagem {
    margin-bottom: 75px;
    float: left;
    margin-top: 40px;
}

label.error {
    background: url("../imagens/bgLabelError.png") no-repeat scroll 0 0 transparent ;
	padding-left:20px;
    display: block;
	float:right;
	margin:2px 130px 0px 0;
    font-size: 12px;
}

#formulario {
    display: block;
    float: left;
    height: auto;
}
#formulario form > div{
	width:600px;
	overflow:auto;
	
}
#formulario form > div > div{
	overflow:auto;
	float:left;
	width:300px;
}

#infoContato {
	display: block;
	font-size: 15px;
	line-height: 20px;
}

#infoContato p.address {
 
	padding-left:20px;
	text-align: center;
}

#infoContato p.email {

	padding-left:20px;
	text-align: center;
}

#infoContato p.phone {

	padding-left:20px;
	text-align: center;
}

.box {
    background-color: #eee;
    margin: 0 auto;
    padding: 5px;
    border-radius: 3px;
}
.box > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box > ul li {
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #fff;
    /* float: left; */
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}

.box > ul li.active {
    background-color: #505667;
    color: #fff;
}

#dropdown ul, #dropdown:hover ul li:



/*-------classes bootstraps editadas -----------*/
@media (min-width: 992px){
.containeredit {
    width: 100% !important;
}
}