﻿html, body {
	margin: 0 !important;
	padding: 0;
}
body {
	text-align: center;
	background-color: #dce6ee !important;
	padding: 16px !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	box-sizing: border-box;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #036;
}
ul.menubar {
	background-color: #0E3757;
	width: 100%;
	float: left;
	position: relative;
	display: inline;
	margin: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
* html ul.menubar{
	margin-left: -2px;
	margin-right: -1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}

ul.menubar .menuvertical {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 124px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	float: left;
	position: relative;
}
ul.menubar a {
	padding: 5px;
	display:block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}
ul.menubar ul.menu {
	display: none;
	position: absolute;
	margin: 0px;
}
ul.menu {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	width: 124px; /* Width of Menu Items */
	background-color: #ffffff; /* IE6 Bug */
}
ul.menu li {
	position: relative;
	list-style: none;
	border: 0px;
}
ul.menu li a {
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: #777;
	padding: 5px 10px 5px 5px;
}
/* Fix IE. Hide from IE Mac \*/ 
* html ul.menu li {
	float: left;
	height: 1%;
}
* html ul.menu li a {
	height: 1%;
}
/* End */ 

ul.menu li a:hover, ul.menubar li a:hover {
	background:#999;
	color:#fff;
	border-color:#00f;
	border-color:#000 #fafafa #fafafa #000;
}
img {
	border-style: none; /* sem bordas em imagens */
}
h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

#conteudo {
	max-width: 1280px !important;
	margin: 0 auto !important;
	text-align: left;
	background-color: #FFFFFF;
	height: auto !important;
	border-radius: 12px !important;
	box-shadow: 0 4px 24px rgba(0,0,0,.10), 0 1px 4px rgba(0,0,0,.06) !important;
	overflow: hidden !important;
}
#conteudo #topo {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
#conteudo #localizacao {
	background-color: #c4d1d7;
	width: 100%;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #c4d1d7;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#conteudo #principal {
	min-height: 540px;
	text-align: left;
	width: 100%;	
}
#conteudo #rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E3757;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 0 0 12px 12px;
}
