/* CSS Document */

body{

	padding: 0;

	margin: 0;

	background-image: url(../images/fnd_body.gif);

	font-size: 11px;

	font-family: "Trebuchet MS", Arial, Tahoma;

}

/*  CSS ID's*/

#tpl-tudo{

	width: 100%;

	text-align: center;

}

#tpl-site{

	margin: 0 auto;

	width: 995px;

	text-align: left;

}

#tpl-topo, #tpl-infobar, #tpl-menubar, #tpl-body, #tpl-rodape{

	border-left: 1px solid #CCC;

	border-right: 1px solid #CCC;

}

#tpl-topo{

	position: relative;

	height: 45px;

	background-image: url(../images/topo_r1_c2.jpg);

	background-repeat: repeat-x;

}

#tpl-logo{

	width: 320px;

	height: 45px;

	position: absolute;

}

#tpl-btsair{

	position: absolute;

	right: 0px;

}

#tpl-infobar{

	padding: 2px;

	background-color: #f1f3f5;

	border-bottom: 1px solid #ccc;

}

#tpl-infobar img, #tpl-infobottom img{

	margin-bottom: -5px;

	padding-right: 5px;

}

#tpl-menubar{

	background-image: url(../images/fnd_menu.jpg);

	background-repeat: repeat-x;

	height: 27px;

	border-bottom: 1px solid #ccc;

}

#tpl-body{

	padding: 10px 3px 15px 3px;

	background-color: #FFFFFF;

	clear: both;

}

#tpl-toolbar{

	background-color: #fbfbfb;

	border: 1px solid #ccc;

	height: 50px;

	margin: 0px 3px 10px 3px;

	padding: 2px;

}

#tpl-moduleinfo{

	width: 300px;

	margin-left: 5px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 22px;

	font-weight: bold;

	padding: 1px 5px 10px 55px;

	float: left;

	color: #0b55c4;

}

.headerttl{

	background-repeat: no-repeat;

	background-position: 1px 5px;

}

#tpl-moduleinfo span{

	color: #333333;

	font-size: 13px;

	display: block;

}

#tpl-infobottom{

	background-color: #47505F;

	border: 1px solid #ccc;

	color: #FFFFFF;

	margin-top: 60px;

	clear: both;

}

#tpl-infobottom a, #tpl-infobottom a:hover{

	color: #FFFFFF;

	font-weight: normal;

}

#tpl-rodape{

	background-color: #FFFFFF;

	text-align: center;

	padding: 5px 0;

	clear: both;

	border-bottom: 1px solid #ccc;	

}



/* CSS Class's*/

.tpl-barrasep{

	background-image: url(../images/barra_topo.jpg);

	background-repeat: repeat-x;

	height: 8px;

	font-size: 6px;

}

.tpl-keyinfo{

	font-size: 13px;

	border: 1px solid #ccc;

	display: block;

	width: 450px;

	margin: 0 auto;

	margin-top: 0px;

	padding: 3px;

	margin-bottom: 3px;

}

/* basics*/

a{

	color: #339900;

	text-decoration: none;

	font-weight: bold;

}

a:hover{

	color: #336600;

	text-decoration: underline;

}

img{

	border: 0;

}

form{

	display: inline;

}

.esconde{

	display: none;

}