@import url(menus.css);
@import url(titulos.css);
@import url(topo.css);
@import url(conteudo.css);
@import url(formulario.css);

img, div, a { behavior: url(css/iepngfix.htc) }

* { 
	margin: 0 auto;
	padding: 0;
	list-style: none;
 }
 
img { border: 0; }

address {
	font: 11px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #999999;
	font-style: normal;
	text-align: left;		
}

acronym { cursor: help; border-bottom: 1px dashed #CCCCCC; }

body {						
	margin: 0;
	background: #333333;
	text-align: center;
}

#faixalogin{	
	position: absolute;
	width: 70px;
	height: 68px;	
	right: 0px;
	top:0px;
	margin:0;
	padding:0;
}

#faixalogin a{
	background: url(../imagens/fundos/login.png) no-repeat;	
	width: 70px;
	height: 68px;	
	display:block;
	overflow:hidden;	
	text-indent: -2000px;	
	cursor: pointer;
}

#geral{
	background: #333333 url(../imagens/fundos/topo.jpg) repeat-x;

}
/* Rodape */

#rodape{
	width: 770px;
	margin: 0 auto;	
	padding: 10px 0 15px 0;
	display: table;	
	clear: both;	
	text-align: left;
	/*border: 1px solid white;*/
	
}

#rodape #endereco {
	width: 350px;
	float: left;
	padding: 0 0 0 28px;
	/*border: 1px solid white;*/
}

#rodape p.telefone{	
	color: #CCCCCC;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;		
	font-weight: bold;	
}

#rodape #validacao {
	float: right;
	padding: 0 28px 0 0;		
	/*border: 1px solid white;*/	
}

html>body #rodape a{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	margin: 0 0 0 15px;
}

#rodape a{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;	
	margin: 0 0 0 15px;
}

html>body #rodape a:hover, a:visited{ text-decoration: none; color: #FFFFFF; }

#rodape a:hover, a:visited{ text-decoration: underline; color: #FFFFFF; }