body{
	background-color: #E8F3FA;
	background-image: url('../img/bg_body.png');
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 11px;
	margin: 15px;
}
hr{
	height:0px;
	border-width:0px;
	border-bottom:1px dashed #6BADD9;
}
h1{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
h2{
	color: #024978;
	font-size: 24px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
h3{
	color: #000;
	font-size: 20px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
h4{
	color: #6DA1C0;
	font-size: 15px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
h5{
	color: #6DA1C0;
	font-size: 13px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
p{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
img{
	border: 0px;
}
form{
	margin: 0px;
}
form fieldset{
	border: 1px solid #8DC6E5;
	margin: 0px;
	padding: 15px;
}
form fieldset legend{
	background-color: #E0EFF6;
	border: 1px solid #8DC6E5;
	color: #024978;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
}
form fieldset label{
	display: block;
	padding: 0px 0px 10px 0px;
}
form fieldset label *{
	margin-left:50px;
}
form fieldset span{
	display: block;
}
form fieldset input{
	background-color: #FFF;
	border: 1px solid #8DC6E5;
	padding: 5px;
	width: 500px;
}
form fieldset input:focus, form fieldset textarea:focus{
	background-color: #FFFCCC;
	border: 1px solid #FF9900;
}
form fieldset textarea{
	background-color: #FFF;
	border: 1px solid #8DC6E5;
	height: 200px;
	padding: 5px;
	width: 500px;
}
#geral{
	background-color: #E0EFF6;
	background-image: url('../img/bg_pagina.png');
	background-position: top;
	background-repeat: no-repeat;
	border: 1px solid #6BADD9;
	margin: auto;
	width: 932px;
}
#topo{
	margin: auto;
	padding: 20px 10px 10px 20px;
}
#topo a{
	display: table;
	*display: block;
	text-align:center;
}
#menu{
	background-color:#FFF;
	background-image: url('../img/bg_menu.png');
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #6BADD9;
	margin: auto;
	height:30px;
	width:890px;
}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu ul li{
	float:left;
}
#menu ul li a{
	color:#024978;
	display:block;
	font-size:11px;
	padding:8px 10px 8px 10px;
	text-decoration:none;
}
#menu ul li a:hover{
	background-color:#72B3DC;
	color:#FFF;
}
#submenu{
	display: table;
	float:left;
	padding: 0px 20px 20px 20px;
	width: 210px;
}
#submenu ul{
	border-top: 1px dotted #6BADD9;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#submenu ul li{
	border-bottom: 1px dotted #6BADD9;
	margin: 0px;
	padding: 0px;
}
#submenu ul li a{
	color: #034B7A;
	display: table;
	*display: block;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
#submenu ul li span{
	color: #000;
	display: table;
	*display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
}
#submenu ul li a:hover{
	color: #000;
}
#corpo{
	display: table;
	font-size: 12px;
	padding: 0px 20px 20px 0px;
	width: 660px;
	_width: 650px;
}
#corpo a{
	color: #034B7A;
	text-decoration: none;
}
#corpo a:hover{
	color: #367EAD;
}
#corpo ul{
	display: table;
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#corpo ul li{
	background-color: #FFF;
	border: 3px solid #C5E1F0;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 8px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#corpo table{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#corpo table th{
	color: #024978;
	font-size: 16px;
}
#base{
	background-image: url('../img/bg_pagina.png');
	background-position: top;
	background-repeat: no-repeat;
	clear: left;
	padding: 25px;
	*padding-top: 15px;
}
#base address{
	color: #FFF;
	font-style: normal;
	text-align: center;
}
.esquerda{
	border: 5px solid #C5E1F0;
	float: left;
	margin: 20px 20px 20px 0px;
}
.direita{
	border: 5px solid #C5E1F0;
	float: right;
	margin: 20px 0px 20px 20px;
}
.show_modal{
	background-image: url('../img/tick.png');
	background-repeat: no-repeat;
	background-position:10px;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 5px 5px 38px;
	margin: 5px;
}
.show_modal:hover{
	background-image: url('../img/tick_on.png');
	color: #FF0000;
}
.show_modal span{
	display: none;
}
.definicoes{
	color: #000;
	font-size: 13px;
	margin: auto;
	width: 560px;
}
.definicoes a{
	color: #6BADD9;
	text-decoration: none;
}
.definicoes a:hover{
	color: #FF9900;
}
#modalOverlay {
	background-color: #498BB7;
	cursor: wait;
}
#modalContainer {
	height: 400px; 
	width: 600px; 
	left: 50%; 
	top: 15%; 
	margin-left: -300px; 
	background-color: #FFF;
	border: 3px solid #6BADD9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#modalContainer a.modalCloseImg {
	background: url(../img/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#modalContainer #basicModalContent {
	padding: 8px;
}
#errocontato{
	color: #FF0000;
	font-weight: bold;
}
.listagem p{
	display: none;
}
.grupo{
	margin: 10px;
	float: left;
}
.subnavegacao{
	background-color: #FFF;
	border: 1px solid #6BADD9;
	display: table;
	padding: 5px;
}
.servicos_web{
	display: none;
}
#submenu .updates ul li span{
	padding:10px 0px 0px 0px;
	font-size:12px;
	font-weight:normal;
}
#submenu .updates ul li .primeiro_twitter{
	font-size:16px;
	font-weight:bold;
}
#submenu .updates ul li i{
	color:#72B3DC;
}