@import url(http://fonts.googleapis.com/css?family=Questrial);
body {
	padding: 0px;
	background-color: #FFF;
	background-image: url(../imagens/top_fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:10px 0 0 0;
	text-align:center;
	width:100%;
	height:100%;
}
#top {
	height: 140px;
	width: 1000px;
	margin: 0 auto;
}
#logo {
	width: 310px;
	height: 140px;
	float:left;
}
#menu {
	width: auto;
	height: auto;
	margin-top:50px;
	float:right;
}
#menu div {
	width:140px;
	height:30px;
	background-image: url(../imagens/topmenu_barra.jpg);
	background-position:0 22px;;
	background-repeat: no-repeat;
	margin: 0 10px 0 10px;
	float:left;
	text-align:right;
}	
#menu a {
	font-family:'Questrial', sans-serif;
	font-size: 18;
	color:#FFF;
	text-align:right;
	text-decoration:none;
}
#menu a:hover {
	color: #FC0;
}
#corpo {
	width:1000px;
	margin:0 auto;
}
#corpoesquerdo {
	width:240px;
	float:left;
	margin-bottom:20px;
}
#leftmenu_links {
	font-family:Tahoma, Geneva, sans-serif;
	width:220px;
	text-align:left;
	margin: 10px auto 0 auto;
	padding-top:10px;
	background:#C0C0C0;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
#leftmenu_links h4 {
	margin:0 0 8px 8px;
	padding:0;
	color:#666;
}
#leftmenu_links div {
	background-image:url(../imagens/leftmenu_ico.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
	margin-left:5px;
	padding-left:20px;
	padding-bottom:10px;
	width:170px;
}
#leftmenu_links a {
	font-size:13px;
	color:#000;
	text-decoration:none;
	line-height: 18px;
	padding:2px;
}
#leftmenu_links a:hover {
	color:#F60;
}
#corpodireito {
	width:760px;
	float:right;
}
#titulo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	line-height:50px;
	color:#E9E9E9;
	text-align:left;
	background-color:#737373;
	width:730px;
	height:50px;
	padding-left:20px;
	margin-bottom:17px;
	border-radius:0 0 20px 20px;
}

#conteudo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	width:720px;
	min-height:200px;
	padding:15px;
	text-align: justify;
	margin-bottom:20px;
}
#conteudo .linkpadrao {
	color:#F60;
	font-size:15px;
	text-decoration:none;
	border-bottom:1px dotted #F60;
}
#conteudo .linkpadrao:hover {
	border-bottom-style:solid;
}
#rodape {
	width: 940px;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding:5px;
	margin: auto;
	border-top: 2px solid #CCC;
}
.formulario {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	width:560px;
}
.atendimento-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #FFF;
	background-image: url(../imagens/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000;
	line-height: 100vh;
	opacity: 0.9;
	text-align: center;
	display: none;
}

.foto_estilo {
	margin:0 2px;
	border-radius:10px;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}
#form_atendimento #carregando {
	display: none;
}