html {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	margin: 0px;
	border-width: 0px;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
	font-family: 'Droid Sans', sans-serif;
	color:#1B334B;
	background-color: #FFFFFF;
	background-image:url(bg2_.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align: left;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 2px;
}
caption, th, td {
  font-weight: normal;
  float:none !important;
}
table, th, td {
	vertical-align: middle;
	font-size: 14px;
	font-family: 'Droid Sans', sans-serif;
	color:#1B334B;
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border-style: solid;
	border-color: inherit;
	border-width: 0px;
}
a:link {
	color: #28166f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #28166f;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
:focus { outline: 0; }
#wrapper { 
    width:980px;
	margin:0 auto; 
}
header {
    height:85px;
}
#logotipo {
   width:233px;
   height:75px;
   padding-top:5px;
   position:relative;
   float:left;
}
#busca {
   width:610px;
   height:50px;
   padding-top:5px;
   position:relative;
   float:right;
   text-align:right;
}
#procurar { 
    width:280px;
	float:left;
    margin:5px 0;
}
#sistemix {
    width:320px;
	float:right;
}
.slider-wrapper { 
	width:980px;
	min-height:400px;
}
.clear { clear:both; }
#nav {
    position:relative; 
	margin:10px 0; 
	background:#e4e9ed; 
	padding:0; 
	font-family:'Droid Sans', sans-serif; 
	font-size:15px; 
	-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; 
	-moz-box-shadow:2px 2px 3px #ccc;
	-webkit-box-shadow:2px 2px 3px #ccc;
	box-shadow:2px 2px 3px #ccc;
}
#nav .clear { 
    clear:both; 
}
#nav ul { 
    padding:0 0 0 5px; 
	margin:0; 
	list-style:none;
}
#nav li { 
    float:left; 
	margin:5px 6px 5px 0; 
	background:#e4e9ed; 
	-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
}
#nav li a{
    text-decoration:none;
	color:#28166f;
	display:block; 
	padding:10px 15px;
}
.content-box {
    width:940px;
	min-height:500px;
	padding: 20px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color:#1B334B;
}
.column_left {
    width:700px;
	position:relative;
	float:left;
}
#miniatura { 
    width:200px; 
	height:200px; 
	position:relative; 
	float:left; 
}
#texto_Miniatura { 
    width:470px; 
	height:190px; 
	padding-top:10px; 
	padding-right:10px; 
	position:relative; 
	float:right; 
	text-align:justify; 
}
#texto_Miniatura a {
    font-size:24px; 
	text-decoration:none;
}
#texto_Miniatura a:hover { 
    font-size:24px; 
	text-decoration:underline;
}
#selecionado { 
    padding:2px 7px; 
	background:#e8e8e8; 
	float:left;
}
#selecionar {
    padding:2px 7px;
	float:left;
}
.column_right {
    width:200px;
	position:relative;
	float:right;
	text-align:center;
}
.contador {
    text-align:center;
	font-size:11px;
}
.municipios {
    width:980px;
	margin:0 auto;
	font-size:11px;
}
#floatMenu {
	position:absolute;
	top:150px;
	left:50%;
	margin-left:493px;
	width:55px;
	text-align:center;
}
#pIcon {
	position:absolute;
	top:103px;
	left:50%;
	margin-left:423px;
	width:50px;
	text-align:center;
	z-index:50;
	cursor:pointer;
}
#pIcon2 {
	position:absolute;
	top:109px;
	left:50%;
	margin-left:383px;
	width:90px;
	text-align:left;
	z-index:50;
}
footer {
    width:980px;
	margin:0 auto;
}
label {
    display: block;
    padding: 1px 7px 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
input[type="text"], textarea {
    display: block;
    background: none;
    font: inherit;
    padding: 0 7px;
    position: relative;
    z-index: 10;
	overflow: auto; 
}
label, input[type="text"], #singleParagraphInputs div{
	line-height: 1.5em;
	height: 1.5em;
}
#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div{
	margin-bottom: 1.5em;
}
input, textarea, #recaptcha_table{
	border: 1px solid #ccc;
}
.formError {
    border: 1px solid red;
}
#contactForm, #recaptcha_table{
	width: 600px;
	margin: 0;
	margin-top: 20px;
}
#singleParagraphInputs div, #commentTxt {
    position: relative;
}
#singleParagraphInputs input {
    width: 584px; 
}
#commentTxt textarea {
    min-height: 9em;
	min-width: 584px; /* 16px less than form width */
	/* if you aim ie7 users specify font to use in textarea since it won't inherit it*/
	/*
	font: 14px/1.5em sans-seif;
	*/
}
#screenReader, #checking {
    float: left;
	display: none;
}
#recaptcha_response_field {
    width: 286px !important; 
}
input[type="submit"]{

}