/*****************************************************CSS RESET - INICIO*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, 
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	font-weight:normal;
	font-style: normal;
}

a {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration:none;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

strong { font-weight:bold;}
/*************************************************************CSS RESET - FIM*/
 html, body {height:100%;} /**/
body {
	margin:0; 
	padding:0;
	background:#b7b8bc;
	color:#5986a2;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	}
#tudo { 
	width:960px;
	position:relative;  /*Contexto de posicionamento */
	background-color:#b7b8bc;
	margin:0 auto;
	text-align:center;
	min-height:100%;/**/
	}
 * html #tudo {height: 100%;}/**/
/*#conteudo {padding-bottom:30px;}*/

#topo {
	background:#ffffff;
	background-image:url(../../imagens/topo.jpg);
	width:960px;
	height:121px;
	}
#topo #logo{
	margin-top: 33px;
	margin-left: 18px;
	float: left;
	display: inline;	
	}
#topo #menu{
	margin: 61px 143px 0 0;
	float: right;
	display: inline;
	}
#banner div{
    height: 238px;
}
#faixa_topo {
	background-color:#bad4d5;
	width: 960px;
	height: 10px;
	}
#faixa_rodape {
	background-color:#a3ada9;
	width: 960px;
	height: 9px;
	}
#principal {
	width:950px;
	background: url(../../imagens/bg_boxprincipal.jpg) 0 -200px no-repeat;
	/*height: 283px;*/
	padding: 20px 0 56px 10px;
	text-align: left;
	}
/*#slide {
	width: 303px;
	height: 220px;
	float: left;
	margin-right: 13px;
	vertical-align: top;
	position: relative;
	}
#slide .next_button {
	margin-bottom: 100px;
	background-image: url(../../imagens/bt_proximo.jpg);
	z-index: 100;
	width: 18px;
	height: 21px;
	cursor: pointer;
	}
#slide .previous_button {
	margin-bottom: 100px;
	background-image: url(../../imagens/bt_anterior.jpg);
	z-index: 100;
	width: 18px;
	height: 21px;
	cursor: pointer;
	}
#slide .previous_button_disabled, #slide .next_button_disabled {
    filter:alpha(opacity=50); 
	-moz-opacity:.5;
	cursor: default;
}
#slide .container {
	width: 241px;
	height: 200px;
	overflow: hidden;
	display: inline;
	margin: 0 3px;
	float: left;
	position: relative;
	top:0;
	left:0;
	}
#slide .container ul li{
	float: left;
	width: 241px;
	height: 200px;
	}*/

#destaq_home li {
	display: inline;
	}
#destaq_home li a {
	width: 190px;
	height: 217px;
	padding: 5px;
	color:#5986a2;
	float: left;
	background-color: #c7c8cd;
	overflow: hidden;
	margin-right: 8px;
	}
#destaq_home li a:hover {
	background-color: #d8d8d8;
	}
/*#destaq_1 h2{
	text-indent: -9999px;
	height: 16px;
	margin: 8px 5px 15px 5px;
	background: url(../../imagens/tit-destaq1.gif) no-repeat;
	}
#destaq_2 h2{
	text-indent: -9999px;
	height: 16px;
	margin: 8px 5px 15px 5px;
	background: url(../../imagens/tit-destaq2.gif) no-repeat;
	}
#destaq_3 h2{
	text-indent: -9999px;
	height: 16px;
	margin: 8px 5px 15px 5px;
	background: url(../../imagens/tit-destaq3.gif) no-repeat;
	}*/
#destaq_1 h2, #destaq_2 h2, #destaq_3 h2 {
    color: #326687;
	font-size: 16px;
	margin: 8px 5px 15px 5px;
}
#destaq_1 p, #destaq_2 p, #destaq_3 p {
	margin: 8px 5px 15px 5px;
	}
#destaq_3 p {
	font-size: 11px;	
	}
#destaq_1 img, #destaq_2 img, #destaq_3 img {
	margin: 0 7px;
    }
#auxiliar {
	width:200px;
	float:right;
	padding-top:10px;
	}
#menu_rodape {
	text-align: center;
	margin-top: 34px;
	margin-bottom: 5px;
	height: 20px;
	}
#menu_rodape li {
	display: inline;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #36454e;
	font-weight: bold;
	}
#menu_rodape li a {
	color: #36454e;
	font-weight: bold;
	}
#menu_rodape li a:hover {
	color: #ffffff;
	font-weight: bold;
	}
#social {
    margin-top: 10px;
}   
#social li {
	display: inline;
	text-align: center;
	margin-right: 20px;
	}
#social li a {
    width: 24px;
    height: 24px;
    /*ext-indent: -9999;*/
    }
/*#social li a {
    text-indent: -9999;
    }*/

#rodape_clear {
	width:960px;
	height:65px;
	clear: both;
	color: #36454e;
	}
#loading {
    width: 241px;
	height: 20px;
	text-align: center;
	margin: 0 20px;
}
#loading span{
    width: 241px;
	padding: 3px;
	text-align: center;
	background-color: #ffffff;
}
#loading img{
     vertical-align: middle;
}
h3 {
	padding-left: 3px;
	margin: 0 5px 0 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	background-color:#65ae95;
	}
.f_right {float: right;}
.f_left {float: left;}
.clear {clear:both;}
.escondetexto {text-indent: -9999px;}
.bordadireita {border-right: #326687 1px solid;}
.bordaesquerda {border-left: #326687 1px solid;}
.flashHistorico {
	margin-top:-40px;
}
.displaynone {
	display: none;
}
.caixaalta{
	text-transform: uppercase;	
}
.uldisc {
    list-style: disc;

}
.uldisc li{
    list-style: disc;
    float: none;
    display: block;
    text-align: left;
    width: auto;
}