@charset "UTF-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height:20px;
	margin: 0;
	background: url(../img_s/fundo.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
#main{
	position:relative;
	width: 100%;
	margin: 0 auto;
}
#corpo{
	position:relative;
	width:960px;
	margin: 0 auto;
	margin-top:200px;

}
#topo{
	position:fixed;
	width: 100%;
	height: 186px;
	background-color:#093;
	background: url(../img_s/fundo_header.png) repeat-x top fixed;
	z-index:999;
}
.in_header{
	position:relative;
	width: 960px;
	margin:0 auto;
}
.logo{
	position:relative;
	width: 320px;
	height: 186px;
	float:left;
	background: url(../img_s/fundo_logo.png) no-repeat;
}
.menu{
	position:relative;
	width: 640px;
	height: 186px;
	float:left;
}
.in_menu{
	position:relative;
	width: 140px;
	padding: 10px;
	padding-top:20px;
	float: left;
}
.tt_bt{
	color:#666;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
}
.tum-des, .tum-des2{
	position: relative;
	width: 210px;
	float:left;
	}
.tum-des2{
	padding-left:10px;}
a.bt:link {
	color: #666;
	font-size:12px;
	text-decoration: none;
}
a.bt:visited {
	text-decoration: none;
	color: #666;
}
a.bt:hover {
	text-decoration: none;
	color: #ccc;
}
a.bt:active {
	text-decoration: none;
	color: #ccc;
}
a.bt2:link {
	color: #fff;
	font-size:12px;
	text-decoration: none;
	background-color:#666;
	padding:4px;
}
a.bt2:visited {
	text-decoration: none;
	color: #fff;
}
a.bt2:hover {
	text-decoration: none;
	color: #ccc;
}
a.bt2:active {
	text-decoration: none;
	color: #ccc;
}
a.rpe:link {
	color: #666;
	font-size:12px;
	text-decoration: none;
}
a.rpe:visited {
	text-decoration: none;
	color: #333;
}
a.rpe:hover {
	text-decoration: none;
	color: #ccc;
}
a.rpe:active {
	text-decoration: none;
	color: #ccc;
}
.in_page {
	position:relative;
	width: 940px;
	padding: 10px;
	min-height:300px;
	height:auto;
}
.paginas_fundo{
	position: relative;
	width: 960px;
	min-height: 300px;
	height: auto;
	background-color:#FFF;
	float: left;
	padding-top:30px;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
	}
.linha_pagina{
	position:relative;
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
.linha10{
	position:relative;
	width:940px;
	padding:10px;
	float:left;
}
.meia_pagina, .meia_pagina_s{
	position:relative;
	width: 440px;
	padding:20px;
	float: left;
	min-height: 300px;
	height: auto;
	text-align:justify;
	}
.meia_pagina_s{
	text-align:left;}
.um_terco{
	position:relative;
	width: 280px;
	left: 20px;
	padding-top:10px;
	padding-right: 20px;
	float: left;
	border-top: 1px solid #666;
	}
.not {
	position:relative;
	width:960px;
	float:left;}
.dois_terco{
	position:relative;
	width:620px;
	padding:20px;
	text-align:justify;
	float: left;
	}
.dois_terco img{
	position:relative;
	padding-left: 20px;
	padding-top: 20px;
	float: right;
}

.texto_big{
	font-size:40px;
	color:#fff;
	line-height:60px;
	text-shadow: black 0.1em 0.1em 0.2em;
	}
.titulos_paginas{
	font-size:25px;
	color:#333;
	font-weight:bolder;
	font-stretch:condensed;
	font-variant:small-caps;
	line-height:40px;
	text-shadow: white 0.05em 0.05em 0.1em;
	}
#destaques{
	position:relative;
	width: 960px;
	margin: o auto;
	}
.in_destaques{
	position:relative;
	width: 220px;
	padding: 10px;
	float: left;
	}
.sub_destaques{
	position:relative;
	width: 200px;
	padding: 10px;
	float: left;
	background-color:#FFF;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
	}
#rodape{
	position:relative;
	width:960px;	
	height:150px;
	float:left;
	top:20px;
	background-color:#FFF;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
}
.in_rodape, .in_rodape2 {
	position:relative;
	width: 220px;
	padding: 10px;
	float:left;
	}
.in_rodape2{
	width:460px;
	text-align:right;}
#teste_gal{
	position:relative;
	width:960px;
	float:left;
	}
#teste_gal img{
	position: relative; 
	left: 0px; 
	top: 0px; 
	vertical-align: top; 
	padding:10px;
	float:left;
	}
.direita, .esquerda {
	width: 480px;
	float:left;
}
/*menu*/
#nav {
    float: left;
    width: 120px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}
#nav li a {
    display: block;
    padding: 10px 15px;
    background: #ccc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #000;
}
#nav li a:hover, #nav li a.active {
    background: #999;
    color: #fff;
}
#nav li ul {
    display: none; // used to hide sub-menus
}
#nav li ul li a {
    padding: 1px 1px;
    background: #ececec;
    border-bottom: 1px dotted #ccc;
}