/*scroll sempre visivel*/
#mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden }

* {
	margin: 0;
	padding: 0;
}

#logo {display:block;height:65px;text-indent:-9999px;background-image: url(../images/cla.jpg);background-repeat: no-repeat }
/*width:171px;height:118px;*/
body {	
	font-family: Arial, Helvetica, sans-serif;	
	background-repeat: repeat-x;
	background-position: center top;	
}

/***** menu *****/
.menu {
	padding:10px 0 0 0;
	float:right;
}
.menu li {
	float:left;
	position:relative;
	display:inline-block;
}
	.menu li:first-child {background:none}
.menu li a {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	line-height:2em;
	padding:8px 10px 9px 10px;
	color:#ffffff;
}
.menu li a.active,
.menu li a:hover {color:#F7B40E;text-decoration:none;}

/*********/
.sombra{	
	background:#F4F5F6;
	width:980px;
	margin:auto;		
	padding:0px;
 } 
 
 
a {
	font-size: 12px;
	text-decoration: none;
	color: #080808;	
	/*font-weight: bold;*/
}
a:hover {
	text-decoration: underline;
	color: #080808;
}


.rodape {
	/*font-weight:bold;*/
	font-size: 12px;
	color:#808080;
	padding-top:12px;
}

.rodape a{
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;/*69C2D2;*/	
	font-weight: bold;
}
.rodape a:hover{
	text-decoration: underline;
	color: #ffffff;
}


.button1 a{
	border: 0px;
	background: #151515;
	color:#FFFFFF;		 
	PADDING: 4 15 3 15;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
	height:23px;
}
.button1 a:hover {
	border: 0px;
	background: #DF2B2D;
	color:#FFFFFF;		 
	PADDING: 4 15 3 15;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
	height:23px;
}

.button11{height:26;color:#fff; background:#151515; padding:5px 11px 5px 11px; text-decoration:none; font-size: 12px;font-weight:bold;}
.button11:hover{text-decoration:none; background:#DF2B2D; color:#fff;font-size: 12px;font-weight:bold;}
.button11 a{height:26;color:#fff; background:#151515; padding:5px 11px 5px 11px; text-decoration:none; font-size: 12px;font-weight:bold;}
.button11 a:hover{text-decoration:none; background:#DF2B2D; color:#fff;font-size: 12px;font-weight:bold;}
.button111 {height:26;color:#fff; background:#DF2B2D; padding:5px 11px 5px 11px; text-decoration:none; font-size: 12px;font-weight:bold;}




/*GESTAO*/
.aTitulo{ 		
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;	
}
.Atexto{ /*justificado*/
	color:#392B0B;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5em;
}
.Atextoa{ /*center - bold*/
	color:#000000;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	font-weight:bold;
}
.Atextob{ /*justificado - bold*/
	color:#000000;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5em;
	font-weight:bold;
}
.Atextoc{ /*direita - bold*/
	font-size: 12px;
	line-height: 1.5em;
	text-align: right;
	font-weight:bold;
	color: #000000;
}

.alink{
	font-size: 12px;
	color: #392B0B
}
.alink a{
	font-size: 12px;
	text-decoration: none;
	color: #000000
}
.alink a:hover {
	text-decoration: underline;
	color: #000000;
}
.alink1 a{
	font-size: 12px;
	text-decoration: none;
	color: #392B0B
}
.alink1 a:hover {
	text-decoration: underline;
	color: #392B0B;
}

.Abutton {
     border: 0px;
     background: #000000;
	 color:#FFFFFF;
	 font-weight:bold;
	 width:35; 
	 height:22;
}