@import url("sistema.css");

*{
	margin:0;
	padding:0;
	text-align:left;
	color:#333;
	text-decoration:none;

	}

body{
	text-align:center;
	background:url(../img/bg.jpg) repeat-x top left;
	font:14px Arial, Helvetica, sans-serif; 

	}

#geral{
	width:778px;
	margin:0px auto;

	}
	
#cabecario{
	width:778px;
	position:relative;
	height:157px;
	background:url(../img/bg_cabecario.jpg) no-repeat top left;
}

a{ color:#2472F8;}
a:hover{color:#F86924;}

/*RESTRITO*/
div#restrito{
	position:absolute;
	top:21px;
	left:472px;
	width:185px;
	height:20px;
	background:url(../img/restrito.gif) no-repeat;
	text-indent:-9999px;
}

div#restrito a{
	display:block;
	width:171px;
	height:20px;
	outline:none;

}

/*LOGO*/
div#logo{
	position:absolute;
	top:59px;
	left:64px;
	background:url(../img/logo.gif) no-repeat;
	width:201px;
	height:77px;
	}

div#logo h1 a{
	text-indent:-9999px;
	display:block;
	width:201px;
	height:77px;
	outline:none;
}

/*MENU*/
div#menu{
	background:url(../img/bg_menu.jpg) no-repeat center center;
	height:42px;
}


/*VITRINE*/
div#texto_vitrine{
	position:absolute;
	left: 40px;
	top: 16px;
	width: 180px;
	height: 49px;
	padding:5px;

}
div#texto_vitrine p{
	color:#2472F8;
	font-weight:bold;
}

div#texto_vitrine h2{
	font-size:22px;
	font-weight:bold;
	color:#666;
}

div#vitrine_servicos{
	width:778px;
	height:125px;
	background:url(../img/bg_vitrine.jpg) no-repeat top left;
	position:relative;
}

/*BOX*/

.box img{
	border:1px solid #c1c1c1;
	padding:3px;
	margin:5px;
}

div#base{
	width:750px;
	height:135px;
	clear:both;
	margin:10px;
	border:1px dotted #999;
}

div#mural{
	float:left;
	width:310px;
	margin:5px;
	padding:10px;
}

div#parceiros{
	float:left;
	width:360px;
	margin:5px;
	padding:10px;
}

div#mural h4, div#parceiros h4{
	font-size:1.4em;
	font-weight:bold;
	background:url(../img/linha_hor.gif) repeat-x bottom left;
	margin:2px 0 8px 0;
}

div#meio{
	width:770px;
	margin:0px auto;
	background:url(../img/bg_conteudo.jpg) no-repeat top center;
}

div#rodape{
	clear:both;
	width:778px;
	height:104px;
	background:url(../img/bg_rodape.jpg) no-repeat top left;
	margin:30px 0 5px 0;
	position:relative;
}

div#contato a {
	width:92px;
	height:104px;
	margin-left:20px;
	position:absolute;
	top:0px;
	left:27px;
	text-indent:-9999px;

}

div#copy{
	position:absolute;
	font-size:10px;
	font-weight:bold;
	width:220px;
	height:18px;
	left: 536px;
	top: 58px;
	
}


.negrito{font-weight:bold;}
.subtitulo{font-size:1.4em; font-weight:bold;}
.destaque{color:#2472F8; font-weight:bold; margin:3px 0;}
.contato{margin-left:250px;}
strong{ font-weight:bold;}
div#meio h5{ font-size:1.2em; color:#F86924; margin:10px 0; font-weight:bold; letter-spacing:-1px;}
div#meio p{line-height:19px;}
abbr, acronym
{
   border-bottom:1px dotted;
   cursor: help;
}
