@charset "utf-8";
/* CSS Document */

/* CSS Reset */
body{font-size:1.25ex;}
html > body{font-size:10px;}
html{color:#000;background:#fff;font-size:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
/* CSS Reset */

a{text-decoration:none;}
.topo,
#rodape{
	width:98em;
}
.barra-topo{
	position:relative;
	width:100%;
}
.topo .logo{position:relative;}
#cabecalho{position:relative;}
#conteudo{
	overflow:hidden;
	padding:1em;
	width:96em;
}
.interior{
	position:relative;
	padding:1em;
	width:94em;
	overflow:hidden;
	background-color:#9badb9;
}
#rodape{overflow:hidden;}
#rodape dt{float:left;}

/*CLASSE PARA ABAS*/
.abas,
.abas ul,
.abas li,
.abas a,
.abas span{position:relative;}
.abas ul{
	overflow:hidden;
	background-position:top;
}
.abas li{
	float:left;
	display:inline;
}
.abas a,
.abas span{
	float:left;
	height:100%;
	cursor:pointer;
}
.abas a{
	padding-left:1em;
	background-position:left center;
}
.abas span{
	padding-right:1em;
	background-position:right center;
}
.abas li.ativo a{background-position:left bottom;}
.abas li.ativo span{background-position:right bottom;}

/*CLASSE PARA BOTOES ARREDONDADOS*/
a.bt-redondo,
a.bt-redondo span{
	position:relative;
	display:inline;
	float:left;
	background-repeat:no-repeat;
	cursor:pointer;
}
a.bt-redondo{
	background-position:left top;
	padding-left:1em;
}
a.bt-redondo span{
	background-position:right top;
	padding-right:1em;
	height:100%;
	line-height:2em;
	font-size:inherit;
	color:inherit;
}

/*CLASSE PARA IMAGE REPLACEMENT*/
.img-h{
	display:block;
	height:0;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
}
/*a:hover.img-h{background-position:left bottom;}*/

/*CLASSE PARA CENTRALIZAR ELEMENTOS FLUTUANTES*/
.center-f .center-fa{left:50%;}
.center-f .center-fb{right:50%;}

/*CLASSE PARA CENTRALIZAR ELEMENTOS RELATIVE*/
.center-p{
	position:relative;
	margin:0 auto;
}

/*CLASSE PARA MENU VERTICAL*/
.menu-v ul{
	overflow:hidden;
}
.menu-v,
.menu-v ul,
.menu-v li{
	position:relative;
	clear:both;
}
.menu-v li{
	display:inline;
	float:left;
}

/*CLASSE PARA MENU VERTICAL COM BULLETS*/
.menu-b a{
	padding-left:2em;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
}
.menu-b a:hover{
	background-position:left center;
}
.menu-b li.ativo a{
	background-position:left bottom;
}

/*CLASSE PARA MENU HORIZONTAL*/
.menu-h {overflow:hidden;}
.menu-h ul,
.menu-h li{
	position:relative;
	float:left;
}
.menu-h li{
	display:inline;
}