@charset "utf-8";
/* www.efacilitar.com.br  */
* { margin:0; padding:0; border:0;}
html, body {min-width:1000px; width:auto;}
body {
	background:#FFD99E url(../imgs/bg.jpg) 0 0 repeat-x fixed;
}
#geral {
	background:url(../imgs/fundo-topo-repete.jpg) repeat-x;
}
#container {
	width:670px;
	margin:0 auto;
	position:relative;
	_overflow:hidden;
}
#conteudo {
	/*width 670 - 14px de padding = 656px;*/
	height:602px;
	_height:595px;	
	padding:7px;
	width:656px;	
	background:#FFF url(../imgs/fundo-conteudo.gif) ;	
	display:inline-table;
}

/*_________________________________topo_*/
#topo {
	width:670px;
	height:74px;
	background:url(../imgs/fundo-topo.jpg) no-repeat;
	margin-bottom:5px;

}

#logo{
	background:url(../imgs/logo.png) no-repeat;
	behavior:url(css/iepngfix.htc);
	cursor:pointer;
	width:139px;
	height:106px;
	position:absolute;
	top:10px;
	z-index:100;
}
#links {
	left:140px;
	line-height:12px;
	position:relative;
	top:1px;
	z-index:0;
	color:#fff;
	}
#links a{
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	margin:0 5px;
}
#links span {font:bold  14px Geneva, Arial, Helvetica, sans-serif; vertical-align: text-top
}
#langs {
	color:#fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	right:7px;
	line-height:12px;
	position:absolute;
	top:5px;
	z-index:0;
	}
#langs img{
	border:1px #016787 solid;
	margin-left:3px;
	width:14px;
	height:10px;
}

/*_________________________________/topo_*/
/*_________________________________Menu_*/

#nav {
	background:url(../imgs/fundo-menu.gif);
	position:relative;
	top:28px;
	float:right;
	list-style:none;
	width:454px;
	height:30px;
}
#nav li {
	float: left;
	width:60px;
}
#nav a {
	display:block;
	height:30px;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	outline:none;
	line-height:31px;
	color:#0180a4;
}
#nav a:hover {	color:#EF9200;
}

/*_________________________________/Menu_*/
/*_________________________________/Newsletter*/
#newsletter{
	width:300px;
	height:15px;
	position:absolute;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	left:300px;
	top:5px;
	color:#fff;
}
#newsletter input{
	background:url(../imgs/fundo-input.png) no-repeat;
	behavior:url(css/iepngfix.htc);	
	padding:0 4px;
	width:120px;
	height:12px;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
}
#newsletter a{
	text-decoration:none;
	color:#FFF;
}
/*_________________________________/Newsletter_*/
/*_________________________________/Fotos_*/
#fotos{
	background:#000;
	width:655px;
	height:356px;
}
/*_________________________________/Fotos_*/
/*_________________________________/Centro_*/
#centro{
	margin-top:7px;
	width:652px;
	height:236px;
	float:left;
}
/*_________________________________/Centro_*/
/*_________________________________rodape_*/
#rodape {
	background: #ffc774 url(../imgs/fundo-rodape.gif);
	position:relative;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#b36704;
	text-align:center;
	clear:both;
	z-index:1;
	height:40px;
	line-height:18px;
	margin:5px 48px;
	padding:0 6px;
	width:562px;
}
#copyright { 
	line-height:30px;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	width:670px;
	text-align:center;
	margin-bottom:10px;
}
/*_________________________________/rodape_*/

#logo2minds{
	background:url(../imgs/2minds-logo.gif);
	position:fixed;
	bottom:10px;
	right:10px;
	width:46px;
	height:17px;
	cursor:pointer;
	z-index:0;
}