@charset "utf-8";
/* CSS Document */

#topo{
	width:100%;
	height:175px;
	text-align:center;
	margin: 0 auto;
	
}
body{
	margin: 0 auto;
	background-color:#454A4E;
	text-align:center;
}
#animacao{
	background:url(img/background.png);
}
#menu-geral{
	width:100%;
	height:50px;
	margin:0 auto;
	background-color:#313234;
}
#menu{
	width:990px;
	height:50px;
	margin: 0 auto;
	background:url(img/menu.png) repeat-x;
}
#botao{
	padding-top:15px;
	width:163px;
	_width:165px;
	height:35px;
	_height:50px;
	float:left;
	text-align:center;
	border-right:1px solid #CCC;
	border-left:1px solid #fff;
	cursor:pointer;
	font-family:Arial;
}
#botao:hover{
	background:url(img/menu-efeito.png) repeat-x;
}
#conteudo{
	width: 990px;
	min-height: 500px;
	height: auto;
	margin:0 auto;
	background-color:#FFF;
}
#conteudo-vernoticia{
	width: 990px;
	margin:0 auto;
	background-color:#FFF;
}
#noticias{
	float:left;	
	font-family:Arial;
	margin:0 auto;
	
}
#noticias-imagem{
	margin-top:20px;
	margin-left:20px;
	text-align:left;
	
}
#noticias-texto{
	width:590px;
	height:auto;
	margin-left:20px;
	text-align:justify;
	text-decoration:none;
}
#noticias-texto-index{
	width:590px;
	height:auto;
	margin-left:20px;
	text-align:justify;
	text-decoration:none;
}
#noticias-texto-index a{
	font-size:14px; 
	text-decoration:none; 
	color:#313234;
}
#noticias-texto-index a:hover{
	text-decoration:underline; 
}
#conteudo-links{
	width: 990px;
	height:890px;
	margin:0 auto;
	background-color:#FFF;
}
#links{
	float:left;	
	font-family:Arial;
	
}
#links-imagem{
	margin-top:20px;
	margin-left:20px;
	text-align:left;
}
#links-texto{
	width:590px;
	height:700px;
	margin-left:20px;
	text-align:left;
}


#login{
	float:left;	
	font-family:Arial;
	
}
#login-imagem{
	margin-top:20px;
	margin-left:20px;
	text-align:left;
}
#login-texto{
	width:590px;
	height:390px;
	margin-left:20px;
}

#servicos{
	float:right;	
	font-family:Arial;
	margin:20px;
}
#banner-servicos{
	padding-bottom:25px;
	text-decoration:none;
	border:0px;
	margin:0;
}
#banner-servicos2{
	background-image:url(img/linhaefeito.png);
	background-repeat:no-repeat;
	padding-bottom:25px;
	text-decoration:none;
	border:0px;
	margin:0;
}
#rodape2{
	background-color:#313234;
}
#rodape-conteudo{
	width:990px;
	height:70px;
	background-image:url(img/background.png);
	margin:0 auto;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	
}
#rodape-endereco{
	float:left;	
	padding-top:12px;
	padding-left:10px;
}
#rodape-desenvolvido{
	float:right;	
	padding-top:12px;
}
#rodape-logo{
	float:right;	
	margin-right:10px;
	margin-left:5px;
	height:33px;
	width:33px;
}

#rodape-final{	
	height:50px;
}

#contato{
	width:590px;
	height:390px;
	margin-left:20px;
}
#contato-imagem{
	padding-top:20px;
	margin-left:20px;
	text-align:left;
}
#contato-efeito{
	width:590px;
	height:1x;
	margin-left:40px;
	
}


input, textarea { 
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 250px;
	height: 30px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	margin-bottom:18px;
	float:right;
}
textarea { 
	width: 300px;
	max-width: 300px;
	min-height:170px;
	min-width:300px;
	height: 170px;
	max-height:170px;
	line-height: 150%;
	float:right;
	}

input:hover, textarea:hover, input:focus, textarea:focus { 
	-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.form label { 
	margin-left: 12px; 
	color: #FFF;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.submit input {
	width: auto;
	padding: 7px 14px;
	background: #FFF;
	font-size: 14px;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	border-color:#000;
	font: normal 12px Arial, Helvetica, sans-serif;
	float:left;
	
}
.submit_escritorios input {
	width: 50px;	
	background: #617798;
	font-size: 14px;
	color: #FFFFFF;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	margin-left:-100px;
	position:relative;
	z-index:0;
	margin-top:-35px;	
}
#form-div { 
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
height:250px;
padding: 0px 5px 10px 5px;
}

#wrapper { 
margin:0 auto;
width:650px;
}
#esquerda{
	width:310px;
	float:left;
	text-align:left;
	padding-left:40px;
}
#right{
	width:300px;
	float:left;
}
.escritorios_message textarea{
	width: 270px;
	max-width: 270px;
	min-height:140px;
	min-width:270px;
	height: 140px;
	max-height:140px;
	line-height: 150%;
}
.name{
	float:left;
	width:250px;
}
.email{
	float:left;
	width:250px;
}
.fone{
	float:left;
	width:250px;
}
.endereco{
	float:left;
	width:250px;
}
.text{
	float:left;
}
