/* ******************************************************** */
/* TITULOS
/* ******************************************************** */
#institucional {
	background-color:#F3F8FE;
	margin:0 auto;
	text-align:center;
}
#institucional #site{
	text-align:left;
}

#institucional .menu_topo{
	background:url(../images/fundo_menu_institucional.png) no-repeat;
}
#institucional .menu_topo li{
padding:4px 0 0 0;
}
#institucional .menu_topo .topnav_home{
	margin:-3px 0 0 0;
}
#institucional .menu_topo .topnav_sobre_zugot{
	margin:0 0 0 10px;
}
#institucional .menu_topo .topnav_termos_uso{
	margin:0 0 0 25px;
}
#institucional .menu_topo .topnav_fale_conosco{
	margin:0 0 0 28px;
}
#institucional .menu_topo .topnav_anuncie{
	margin:0 0 0 42px;
}


#institucional .conteudo{
	border:7px solid #fff;
	background-color:#e8f5fb;
	margin:20px;
	float:left;
	padding:20px 20px 30px;
	width:900px;
}
#institucional .conteudo h1{
	font:600 26px tahoma,arial, sans-serif;
	color:#fff;
	background:url(../images/guia_cadastro.png) no-repeat;
	height:49px;
	padding:13px 0 0 25px;
	margin-bottom:15px;
	width:870px;
}
#institucional .conteudo h2{
	color:#000;
	margin: 20px 0;
	border-bottom:1px dashed;
}
#institucional .conteudo p{
	margin-bottom:10px;
}

/* ******************************************************** */
/* FORMULÁRIOS
/* ******************************************************** */
#frm_anuncie input,
#frm_anuncie .descricao,
#frm_anuncie #site
{
	background:url(../images/fundo_text.png) repeat-x #FFF;
	border:1px solid #069;
	padding:4px 8px;
	width:250px;
}
#frm_anuncie .assunto{
height:23px;
width:180px;
}
#frm_anuncie .descricao{
	width:300px;
	height:120px;
	padding:8px;
}
#frm_anuncie .bt_enviar{
	width:120px;
	height:30px;
	border:none;
	background:none;
}

.bt_enviar_msg {
background:transparent url(../images/masc/bt_enviar_msg.png) no-repeat scroll 0%;
}