@charset "utf-8";
/* CSS Document */
html, body{
	/*width:800px;*/
	margin:0 auto;
	padding:0;
	height:100%;
	min-width:1024px;
	min-height:768px;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	background-color:#001B25;
	background-image:
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
}
img{
	behavior: url(iepngfix.htc);
	border:0;
	text-align: center;
}
#geral{
	min-height:100%;
	min-width:100%;
	width:auto;
	margin:0 auto;
	position:relative;
	height:100%; /* Para o IE6 */
}
#footer{
	position:absolute;
	bottom:0 !important;
	width:100%;
	height:30px;
	text-align:center;
	clear:both;
}
#topo{
	width:974px;
	height:180px;
	margin:0 auto;
	position:relative;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-y;
}
.logo{
	width:335px;
	height:170px;
	margin-left:45px;
	margin-top:30px;
	position:absolute;
	float:left;
}
.frase{
	width:450px;
	height:auto;
	margin-top:55px;
	float:right;
}
.menu-topo{
	width:974px;
	height:48px;
	margin:0 auto;
	background-image:url(../images/mainmenu_bg.png);
	background-repeat:no-repeat;
}
.ul-menu-top{
	width:847px;
	height:auto;
	margin:0 auto;
}
.li-menu-top{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFF;
	font-size:14px;
	float:left;
	padding-top:10px;
	padding-left:25px;
	padding-right:30px;
}
.li-menu-top a, a:visited {
	display:block;
	color: #FFFFFF;
	text-decoration: none;
}
.li-menu-top a:hover {
	color:#999;
	text-decoration:none;
}
.content{
	width:990px;
	height:auto;
	margin:0 auto;
	margin-top:50px;
}
.content-top{
	padding: 42px 0 0 0;
	background: url(../images/bg-mainbody-tb.png) no-repeat center top;

}
.content-top{
	padding: 42px 0 0 0;
	background: url(../images/bg-mainbody-tb.png) no-repeat center top;
}
.content-footer{
	padding: 0 0 42px 0;
	background: url(../images/bg-mainbody-tb.png) no-repeat center bottom;
}
.content-meio{
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(../images/bg-mainbody-c.png) repeat-y center;

}
.conteudo{
	width:590px;
	height:auto;
	margin:0 auto;
	color:#000;
}
.box{
	width:550px;
	height:200px;
	margin:0 auto;
}
.box-a{
	width:150px;
	height:200px;
	float:left;
	color:#000;
	margin:15px;
}
/* INICIO TIPOGRAFIA
-------------------------------------------------------------*/
.titulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F00;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}
.texto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	padding:10px;
}
.txt-frase{
	color:#0F6;
	font-size:50px;
}