@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;

 	font-family: 'Open Sans', sans-serif, Verdana; 
	font-weight:300; 
	color:#39312c; 
	display:block; 
	opacity:0.8;
 	font-size:  12pt;
 	font-style: normal;
 	text-decoration: none;
	line-height:     normal;

	background: #fafafa;
	/* background:url(imagens_template/fundo.png) repeat; */
}

a {outline:none;}
a:link {text-decoration: none; color: #c74820;}
a:visited {text-decoration: none;color: #c74820;}
a:hover {color: #024e94;}
a:active {text-decoration: none;color: #024e94;}

#sv {
	height: 100%;
	width: 100%;
	background: #fff;
	position: fixed;
	display:none;
	z-index: 1000;
}


.top, .top2 {width: 100%;}
.top p, .top2 p {
	margin: 0;
	padding: 0;
	border: 0;
}

.top {
	height: 30px;
	background: #000;
}

.top2 {
	height: 150px;
	background: url(imagens_template/bg_top.gif);
}

.top_center {
	width: 980px;
}

.top_infos {
	float: right;
	color: #fafafa;
	margin-top: 7px;
 	font-size:  8pt;
}

.top2 img {float: left;}

h1 {
	font-family:  'Glegoo', serif;
	font-weight:400;
 	font-style: italic;
 	font-size:  28pt;
 	text-decoration: none;
	float: left;
	margin: 27px 0 0 34px;

}

/* MENU HORIZONTAL */
.menu_h {
	width:800px; 
	height: 30px;
	background: none;
 	font-size: 10pt;
	font-weight: bold;
	color: #333;
 	font-style: normal;
 	text-decoration: none;
	margin-top: 22px;
	float: right;
}

.menu_h a {color: #3b3b3b;}
.menu_h a:hover {color: #3b3b3b;}

.menu_h ul {
	list-style:none;
	padding: 0;
	height: 25px;
	margin: 0 0 0 0;
}
.menu_h li {
	display: inline;
	padding: 10px 7px 0 7px;
	margin-top: 10px;
}

.menu_h li a {padding: 10px;}

.menu_h li a:hover {background: #dadada;}



#corpo {
	width:960px; 
	height:auto;
	display: block;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;

	overflow: hidden;
	background: url(imagens_template/bg_page.png)no-repeat bottom left;
	background-color: #fff;
}

h2 {
	width:660px; 
	display: block;
	float: left;
	margin: 27px 0 0 0;
	font-size: 19pt;
	font-weight: normal;
	color: #5374a9;
	padding: 0 0 0 10px;
}

.indique_pag {
	width:194px; 
	height: 27px;
	display: block;
	float: right;
	margin: 20px 0 0 0;
	font-size: 10pt;
}

.container {
	width:960px; 
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 25px;
}


/* MENU LATERAL SECAO */
.menu_secao {
	width: 310px;
	height: 100%;
	overflow: hidden;
	float: left;
	display: block;
	padding: 0 0 20px 0;

	font-family:  'Glegoo', serif;
	font-weight:400;
 	font-style: italic;
 	font-size:  11pt;

	color: #88878d;
 	text-decoration: none;
}

.titulo_menu {
	font-family: 'Open Sans', sans-serif; 
	font-size: 10pt;
	color: #2a2929;
 	font-weight: bold;
 	font-style: normal;
}

.menu_secao p {
	margin: 5px 0 5px 0;
	padding: 0;	
}
.menu_secao img {
	margin: 0;
	
}
.menu_secao a {color: #88878d;}
.menu_secao a:hover {color: #0066CC;}

.menu_secao ul {
    list-style:none;
    padding: 0;
}
.menu_secao li{
	width: 287px;
	float: left;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #d7d7d7
}

.menu_secao li:hover {
	background: #efefef;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

h3 {
 	font-family:  'Glegoo', serif;
	font-weight:400;
 	font-style: italic;
 	font-size:  18pt;
	color: #5374a9;
}

.texto {
 	font-family:  'Glegoo', serif;
	font-weight:normal;
 	font-style: italic;
 	font-size:  11pt;
 	text-decoration: none;
	width:580px;
	float: right;
	line-height: 14pt;

}

.texto_home {
 	font-family:  'Glegoo', serif;
	font-weight:normal;
 	font-style: italic;
 	font-size:  11pt;
 	text-decoration: none;
	line-height: 14pt;
}

.texto li {
	margin: 5px 0 0 10px;
}

.links_limt_container {
	width: 98%;
	height:30px;
	clear: both;
	padding: 20px 0 5px 0;
 	font-family: 'Open Sans', sans-serif, Verdana; 
	font-weight:bold;
}

.links_limt_container a {text-decoration: none; color: #000;}
.links_limt_container a:hover {color: #024e94;}

.links_limt div {
	height: 24px;
	padding: 0 5px 0 5px;
	margin: 2px;
	display: inline;

	color: #fff;
 	font-size: 11px;
 	font-style: normal;
}

.links_limt div:not(:last-child) {
	border-right: 1px solid #ccc;
}
.links_limt div:last-child {
	padding: 0 0 0 5px;
}

/* HOME */
.esquerda_home, .meio_home, .direita_home {
	width: 295px;
	min-height: 55px;
	float: left;
	padding-bottom: 25px;
	margin-right: 29px;
	margin-top: 20px;
}
.direita_home {
	margin-right: 0;
}

.t_coluna {
	font-family: 'Open Sans', sans-serif, Verdana; 
	font-size:       13pt; 
	font-weight:     normal;
	font-style: normal;
	color: #193685;
	display: block;
	margin: 0 0 1px 0;
}


.separator {
	width:940px;
	height:36px;
	clear: both;
	background:url(imagens_template/separator.png) center repeat-x;
}



.rodape_container {
	width: 100%;
	overflow: hidden;
	background: #ececec;
}

#rodape {
	width:990px;
	clear: both;
	font-size: 8pt;
	margin-bottom: 30px;
	overflow: hidden;
}



.rodape_e,
.rodape_d {
	font-weight: normal;
	margin-left: 20px;
	float:left;
}

.rodape_d {
	font-weight: normal;
	margin-right: 100px;
	float:right;
}

.assinatura, .assinatura a {
	width:960px;
	margin-bottom: 15px;
	color: #ccc;
	font-size: 8pt;
}

.assinatura a:hover {color: #024e94;}