@charset "utf-8";

img { border:0px; }

/* Header */
#header_full{ 
	width: 100%;
	height: 550px;
	background:url(../images/fundos/fundo_full_header.jpg) no-repeat center #000;
}

#header_margem_full{
	width: 990px;
	height: 100%;
	padding-top:18px;
	margin: auto;
}

#header_logo{
	width: 455px;
	height: 132px;
	margin: auto;	
}

#header_sub{
	width: 69px;
	height: 44px;
	float:right;
	margin:10px;
	margin-top:20px;
}

/* Index Principal */
#principal_full{ 
	width: 100%;
	height: 224px;
	display:table;
	background:url(../images/fundos/fundo_full_menu.jpg) repeat-x;
}

#principal_margem_full{
	width: 990px;
	height: 100%;
	margin: auto;
	display: table;
}

#principal_menu_box{
	/*width: 225px;*/
	width:210px;
	height: auto;	
	/*margin: 10px;*/
	margin-top:20px;
	display: table;
	float:left;
}

#principal_menu_texto{
	width: auto;
	height: 28px;
	display: table;
}

#principal_menu_foto{
	width: 225px;
	height: 149px;
	display: table;
}

/* Galeria */

#galeria_full{ 
	width: 100%;
	height: auto;
	display:table;
	background-color:#000;
}

#galeria_margem_full{
	width: 990px;
	height: 100%;
	margin: auto;
	display: table;
}
#galeria{
	display:table;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;	
}
/* Contato */

#derivadas_texto_faleconosco{
	width: 475px;
	height: auto;
	margin-right: 10px;
	float: left;
	font-family: arial;
	font-size:12px;
	color: #333;
	margin-top: 15px;
	text-align: justify;
}

#derivadas_texto_faleconosco_dados{
	width: 475px;
	height: auto;
	margin-right: 10px;
	float: left;
	font-family: arial;
	font-size:18px;
	color: #FFF;
	margin-top: 5px;
	text-align: center;	
}

#derivadas_texto_leo{ 
	width: auto;
	height: auto;
	background-image: url(../images/bg_destaque_capa.png);
	float: left;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 10px;
	display: table;
	padding-top: 20px;
	padding-left: 28px;
	padding-bottom: 20px;
	padding-right: 28px;
	font-family: tahoma;
	font-size: 14px;
	font-color: #686868;
	text-align: justify;
}

/* Footer */
#footer_full{ 
	width: 100%;
	height: 80px;
	background-color:#000;
}

#footer_margem_full{
	width: 990px;
	height: 100%;
	margin: auto;
}

#footer_box{
	width: 100%;
	height: 52px;
	margin:12px;
	float:left;
}

.forms {
	background-color: #FFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.botao { display: inline-block; background: url(../images/botao.gif) no-repeat; text-align: center; line-height: 24px; border: none; font-size: 15px; font-weight: bold; color: black; cursor: pointer; -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }
.botao:hover { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; color: black; text-decoration: none; }
.botao:active { -moz-opacity:.60; filter:alpha(opacity=60); opacity:.60; position: relative; top: 1px; }

/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background:#333; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:2; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
