﻿body
{
	margin: 0;
	padding:0;
	background-color: #333333;
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px;
	color: #333333;
	background-image:url(../imagens/portal/fundo_barra.png);
	background-repeat:repeat-x;
}

input
{
	border: solid 1px #ccc;
}

a
{
	text-decoration:none;
	color:#333333;
}

input[type=submit]
{
	text-decoration:none;
	color:#333333;
}

.limpo
{
border:none;
}

/* */

#div_conteiner
{
	width:908px;
	margin:0 auto;
}

#div_topo
{
	height:162px;
	display:block;
	border:#000033 solid 0px;
}

#div_topo div
{
	float:left;
}

#div_menu
{
	height:77px;
	display:block;
	background-image:url(../imagens/portal/menu_fundo.png);
	width:900px;
	margin:0 auto;	
}

#div_menu_principal
{
	display:block;
	width:45.9%;
	float:left;
	text-align:center;
	margin-top:31px;
	margin-left:20px;
}

#div_menu_secundario
{
	display:block;
	width:47%;
	float:left;
	margin-top:30px;
	text-align:right;
	color:#999999;
}

#div_menu_secundario a
{
	color:#999999;
	text-decoration:none;
}

#div_conteiner_dentro_fundo /* Apenas cria fundo com sobra lateral */
{
	width:908px;
	margin:0 auto;
	background-image:url(../imagens/portal/fundo_conteiner.png);
}

#div_conteiner_dentro
{
	width:860px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#div_rodape
{
	height:170px;
	display:block;
	background-image:url(../imagens/portal/rodape_fundo.png);
	color:#333333;
}

#div_rodape a
{
	color:#333333;
}

#div_rodape div
{
	float:left;
	padding:10px 20px 20px 20px;
}

#div_rodape img
{
	float:left
}

#div_rodape_sombra
{
	height:20px;
	display:block;
	background-image:url(../imagens/portal/rodape_fundo_baixo.png);
	background-repeat:repeat-x;
	width:896px;
	margin:0 auto;
}

/* ----------------- menu ----------------------*/
	
#nav, #nav ul/* all lists */
{ 
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav strong
{
	height:34px;
	width:92px;
	background:#FF9900 url(../imagens/portal/btn_fundo_01.png);
	display:block;
	color:#333333;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-weight:100;
	padding-top:12px;
}

#nav strong:hover
{
	background:#FF9900 url(../imagens/portal/btn_fundo_02.png);
}


#nav ul li a
{
	display: block;
	padding:4px;
	border-bottom:#fff 1px solid;
}

#nav ul li a:hover
{
	display: block;
	padding:4px;
	border-bottom:#000 1px solid;
	background-color:#FFCC00;
}


#nav li
{ /* all list items */
	float: left;
	width: 92px; /* width needed or else Opera goes nuts */
}

#nav li ul
{ /* second-level lists */
	position: absolute;
	background:#FF9900;	
	width: 92px;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*border:#CCCCCC 1px solid;*/
	z-index:200;
	
	filter: alpha(opacity=85);
	opacity: .85;
}

#nav li:hover ul, #nav li.sfhover ul
{ /* lists nested under hovered list items */
	left: auto;
}

/*  */

.coluna_menu
{
	padding:20px;
	display:block;
	width:25%;
	float:left;
}

.coluna_menu_a
{
	padding:2px;
	display:block;
	border-bottom:#eee solid 1px;
}


.coluna_menu_a:hover
{
	padding:2px;
	background-color:#eee;
}

.coluna_menu_a_hover
{
	padding:2px;
	background-color:#eee;
	display:block;
}


.coluna_conteudo
{
	padding: 0px 24px;
	display:block;
	width:64%;
	float:right;
	text-align:justify;
	border-left:#eee solid 1px;
}

#destaques_menu
{
	display:block;
	margin:0 auto;
}

.destaques_menu_01
{
	display:inline-block;
	background-image:url(../imagens/portal/destaque_aba_02.png);
	padding-top:4px;
	margin-right:1px;
	width:92px;
	height:25px;
	text-align:center;
	color:#FF9900;
}

.destaques_menu_01:hover
{
	background-image:url(../imagens/portal/destaque_aba_01.png);
	color:#fff;

}

.destaques_menu_02
{
	display:inline-block;
	background-image:url(../imagens/portal/destaque_aba_01.png);
	padding-top:4px;
	margin-right:1px;
	width:92px;
	height:25px;
	text-align:center;
	color:#FFFFFF;

}

.destaques_menu_02:hover
{
	background-image:url(../imagens/portal/destaque_aba_02.png);
	color:#FF9900;
}

.destaques_menu_03
{
	display:inline-block;
	background-image:url(../imagens/portal/aba_nossos_casos.png);
	padding-top:4px;
	width:140px;
	height:25px;
	text-align:center;
	color:#FF9900;
	font-size:12px;
	font-weight:bold;
}

#destaques
{
	display:block;
	border:#ff9900 solid 1px;
	padding:20px;
	color:#666666;
	width:90%;
	float:left;
}

#destaques div
{
	display:block;
}

#destaques img
{
	float:left;
	border:solid 1px #CCCCCC;
	margin-right:6px;
}

#destaques span img
{
	float:right;
}

#destaques div strong
{
	color:#FF9900;
	font-size:16px;
	text-transform: uppercase; 
}

/* home */

.home_coluna_01
{
	border: 0px solid #CCCCCC;
	float:left;
	display:block;
	width:68%;
	margin-top:20px;
}




.home_coluna_01 strong
{
	text-transform:uppercase;
	color:#FF9900;
	font-size:18px;
}

.home_coluna_01 img
{
	float:right;
}

.home_coluna_02
{
	border: 0px solid #CCCCCC;
	float:right;
	display:block;
	width:30%;
	margin-top:16px;
}


.home_coluna_02 div
{
	border:#eee solid 1px;
	padding:12px;
	float:left;
}

.home_coluna_02 strong
{
	font-size:18px;
	color:#FF9900;
}

.home_coluna_02 img
{
	float:left;
	border: solid 1px #fff;
}

.home_coluna_02 span
{
	display:block;
}

.home_coluna_02 span img
{
	float:right;
	margin-bottom:20px;
}






.hr_invisivel
{
clear:both;
border:none;
visibility:hidden;
margin:0;
padding:0;
}



.titulo
{
text-transform: uppercase;
color:#666666;
}

.titulo_02
{
text-transform: uppercase;
color:#666666;
font-size:20px;
}

.titulo_03
{
text-transform: uppercase;
color:#000;
font-size:18px;
float:left;
}


/*formata os formulários*/
.formulario
{
	display:block;
}

.formulario strong
{
	display:block;
	text-align:right;
	width:12%;
	border:#000 solid 0px;
	float:left;
	padding:6px;
}

.formulario hr
{
	color: #eee;
	background-color: #eee;
	height: 1px;
	border: 0;
	clear:both;
}

hr
{
	color: #eee;
	background-color: #eee;
	height: 1px;
	border: 0;
	clear:both;
}

.servicos_destaques 
{

}

.servicos_destaques div
{
	border:#eee solid 1px;
	margin-top:12px;
	margin-bottom:12px;

	padding:20px;
	background-image:url(../imagens/portal/bloco_destaque_fundo.png);
	background-repeat:repeat-x;
	min-height:220px;
	display:block;
	float:left;
	width:27.65%;
}

.servicos_destaques img
{
	border:#eee solid 1px;
	margin:12px;
	float:left;
	
}

.servicos_destaques strong
{
	margin-top:12px;
	text-transform:uppercase;
	color:#FF9900;
	font-size:18px;
}

.servicos_destaques span
{
	display:block;
}

.servicos_destaques span img
{
	float:right;
}

.servicos_destaques p
{
	float:left;
	width:10px;
	height:10px;
	display:block;
}



.coluna_imagem_01
{
	display:block;	
	float:left;
	width: 200px;
	padding-right:10px;
}

.coluna_imagem_01 img
{
	border: solid 1px #ccc;
}

.coluna_imagem_01 hr
{
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0;
	clear:both;
}

.coluna_texto_01
{
	display:block;
	float:left;
	width:325px;
	padding-left:10px;
	text-align:justify;
}

.coluna_texto_01 strong
{
	color:#003399;
	text-transform: uppercase;
}

.coluna_imagem_02
{
	display:block;	
	float:left;
	width: 1px;
}

.coluna_texto_02
{
	display:block;
	float:left;
	width:600px;
	padding-left:10px;
	text-align:justify;
}

.coluna_texto_02 strong
{
	color:#003399;
	text-transform: uppercase;
}
