@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	background:#333;
}
#tudo {
	min-height: 100%;
	position:relative;
}
*{
	padding:0;
	margin:0;
}

/* --------------------TOPO-------------------- */
#topo{
	width:100%;
	height:152px;
	background:url(img/fundo-topo.png) repeat-x;
}
#topo .conteudo-topo{
	width:960px;
	height:152px;
	margin:0 auto;
	position:relative;
}
#topo .logotipo{
	position:absolute;
	left:0px;
	top:20px;
	width:320px;
	height:110px;
}
#slider{
	width:350px;
	height:200px;
	position:absolute;
	top:-130px;
	right:50px;
	background:url(img/fundo-slide.png) no-repeat;
	z-index:999;
}
#slider div{
	width:290px;
	height:145px;
	margin:20px auto;
	font:13px Arial, sans-serif;
	color:#FFF;
	text-align:justify;
}
#slider h1{
	font:18px Century, serif;
	color:#0d4402;
	font-weight:normal;
}
#slider h2{
	font:14px Century, serif;
	color:#000;
	font-weight:normal;
	display:block;
	padding:2px 0 4px 0;
	margin:6px 0 0 0;
	border:1px dashed #ba4600;
	text-align:center;
	background-color:#f65f00;
}
#slider .linha{
	width:100%;
	height:0;
	margin:5px 0;
	border-top: 1px solid #5C8A1E;
	border-bottom: 1px solid #9AD847;
}
/* --------------------MEIO-------------------- */
#meio{
	width:960px;
	height:100%;
	margin: 0 auto;
	position:relative;
}

/* --------------------MENU-------------------- */
#menu{
	width:160px;
	float:left;
	margin:35px 0 0 0;
}
.topo-menu{
	width:160px;
	height:10px;
	background:url(img/sb-menu-t.png) no-repeat;
	float:left;
}
.meio-menu{
	width:160px;
	float:left;
	background:#393939;
	padding:10px 0;
}
.meio-menu a{
	width:130px;
	float:left;
	display:block;
	padding:8px 10px;
	text-decoration:none;
	font:11px Verdana, Geneva, sans-serif;
	color:#FFF;
	margin:0 0 0 5px;

}
.meio-menu a:hover{
	color:#000;
	background:#7AB827;
}
#menu .rodape-menu{
	width:160px;
	height:10px;
	background:url(img/sb-menu-b.png) no-repeat;
	float:left;
}
#banners{
	width:160px;
	float:left;
	margin:10px 0;
}
#banners img{
	width:160px;
	border:0;
}
/* --------------------MENU FIM-------------------- */
#conteudo-meio{
	margin:20px 0;
	width:770px;
	float:right;
	background:#FFF;
}
#conteudo-meio .topo{
	width:770px;
	height:15px;
	float:right;
	background:url(img/conteudo-meio-t.png) no-repeat;
}
#conteudo-meio .meio{
	width:740px;
	min-height:450px;
	margin:47px 15px 0 0;
	float:right;
}
#conteudo-meio .rodape{
	width:770px;
	height:15px;
	float:right;
	background:url(img/conteudo-meio-b.png) no-repeat;
}
#clear{
	clear:both;
	height: 98px;
}

/* --------------------RODAPÉ-------------------- */
#rodape{
	width:100%;
	height:98px;
	background:#262626;
	border-top:solid 2px #999;
	position:absolute;
	bottom:0px;
	text-align:center;
}
#rodape h1{
	display:block;
	width:500px;
	margin:40px auto;
	font:normal 12px Verdana, Geneva, sans-serif;
	color:#666
}
/*-----------------------------outras class------------------------------*/
.subtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-size:26px;
	margin:0 auto;
}
.paragrafo{
    color: #000;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size:12px;
    line-height:150%;
    text-align:justify;
}
.paragrafo2{
    color: #000;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size:12px;
    line-height:150%;
    text-align:justify;
    text-indent:30px;
}
.Titulos{
     color:#000000;
     font-family:Arial, Helvetica, sans-serif;
     font-size:24px;
     font:Arial, Helvetica, sans-serif;
     font-size-adjust:inherit;
     font-stretch:expanded;
     margin:20px 0 20px 0;
}
.image{
    float:left;
    margin:0 20px 10px 0;
    margin-left:10px;
}
.sub{
    color:#0000CC;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:justify;
    margin-left:auto;
    text-decoration:none;
}
.style3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}