/*-----------------------------------------------------------------------------------*/
/*-------------------------------------GERAL-----------------------------------------*/
/*-----------------------------------------------------------------------------------*/
*{
	border:none;
	padding:0;
	margin:0;
}

html, body
{
	width: 100%;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 11px;
	color: #199d52;
	width: 100%;
	background:#CCCCCC url(../img/bg_body.jpg) no-repeat top center;
	margin: 0px;
	padding: 0px;
	border:none;
}
/*-----------------------------------------------------------------------------------*/
/*----------------------------------- BACKGROUNDS -----------------------------------*/
/*-----------------------------------------------------------------------------------*/
#bg{
	width: 100%;
	height: 1024px;
	overflow:hidden;
}
.bg_lupa{
	background: url(../img/bg_lupa.jpg) no-repeat top center;
}
.bg_lupa_pantone{
	background: url(../img/bg_lupa_pantone.jpg) no-repeat top center;
}
.bg_pantone{
	background: url(../img/bg_pantone.jpg) no-repeat top center;
}
.home{
	background: url(../img/bg_home.jpg) no-repeat top center;
}
/*-----------------------------------------------------------------------------------*/

#main{
	text-align:left;
	width:766px;
	height:1024px;	
}

#topo{
	height:109px;
	padding:10px 0 0 80px;
	text-align:left;
	overflow:hidden;
}

#topo .logo{
	width:155px;
	height:109px;
	float:left;
}

#topo .data{
	font-family: Arial, Helvetica, sans-serif;
	color:#676767;
	width:200px;
	height:94px;
	padding:15px 0 0 0;
	margin-left:73px;
	float:left;
}

.clear{
	clear:both;
}

.debug
{
	border: 1px dashed #ff0000;
}

#coluna
{
	overflow: hidden;
	width: 574px;
	float: left;
}

/*-----------------------------------------------------------------------------------*/
/*------------------------------------MENU-------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#menu{
	width:192px;
	float:left;
	overflow:hidden;
}

#menu ul
{
	margin: 100px 0 0 0;
	padding: 0 0 0 2px;
}

#menu ul ul
{
	margin: 4px 0 0 0;
	padding: 0;
}

#menu ul li{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	display:block;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#00923f;
	text-decoration: none;
}

#menu ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#00923f;
	text-decoration: none;
}

#menu ul li li{
	margin:1px 0 0 10px;
	padding: 0;
	display:block;
	font-size:11px;
	list-style:none;
}
#menu ul li li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#666666;
}

#menu ul li li a{text-decoration:none; color:#666666;}
#menu ul li a:hover{text-decoration:none; color:#000000;}

/*-----------------------------------------------------------------------------------*/
/*----------------------------------RODAPE-------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.oponto_link{
	position:absolute;
	z-index:10;
	width:60px;
	height:30px;
	top:994px;
	margin-left:610px;
	border:none;
}