@charset "utf-8";
/* CSS Document */
*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
html{
	background-color: #D0E2E6;
	background-image: url(imagens/bgsite.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	
	line-height: 100%;
}
body{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

a{
	color: #006699;
}
a:visited{
	color: #FF6600;
}
a:hover{
	color: #FF6600;
	text-decoration: none;
}

#pai{
	width: 777px;
	margin: 0px auto;
	margin-bottom: 20px;
		/*border: 1px solid #000000;*/
}

#frameinvisivel{
	display: none;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}

h2,h3,h4,h5,h6{
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

ul li{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}

#barraesquerda{
	float: left;
	margin: 0px 0px 0px 8px;
	width: 227px;
	text-align: left;
		/*border: 1px solid #33FFFF;*/
}
#menuvertical{
	font-size: 13px;
	background-color: #006699;
	padding-bottom: 8px;
		/*border: 1px solid #FFFF00;*/
}
#menuvertical li{
	background-color: #EEF5F6;
	margin: 0px 4px 6px 4px;
		/*border: 1px solid #FFFFFF;*/
}
#menuvertical li a{
	display: block;
	color: #000000;
	width: 204px;
	height: 20px;
	padding: 5px 0px 0px 15px;
	background: url(imagens/menu_seta.gif) left no-repeat;
	text-decoration: none;
}
#menuvertical li a:visited{
	background-color: #D0E2E6;
	text-decoration: underline;
	color: #006699;
}
#menuvertical li a:hover{
	background-color: #D0E2E6;
	text-decoration: underline;
	color: #006699;
}

/* -------------------------------------------------------------------- FORMULÁRIOS ---------- */

#formnewsletter{
	color: #FFFFFF;
	width: 222px;
	background-color: #006699;
	padding: 0px 0px 8px 5px;
}
#formnewsletter .input{
	width: 203px;
	padding-left: 5px;
}
#bt_newsletter{
	width: 80px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
	color: #006699;
	font-weight: bold;
}

#formcontato .input{
	width: 400px;
	padding-left: 5px;
	border: 1px solid #006699;
}

#formcontato .input2{
	width: 200px;
	padding-left: 5px;
	border: 1px solid #006699;
}

#formcontato textarea{
	width: 400px;
	height: 180px;
	padding-left: 5px;
	border: 1px solid #006699;
}

#selectestado{
	height: 18px;
	border: 1px solid #006699;
	font-size: 11px;
}

.aligninput{
	vertical-align: middle;
}

/* ---------------------------------------------------------------------------- CONTEÚDO CENTRAL --------- */
#menuhorizontal{
	margin-left: 256px;
	width: 506px;
	height: 102px;
		/*border: 1px solid #FF0000;*/
}

#barracentral{
	margin-left: 256px;
	width: 506px;
	min-height: 440px;
		/*border: 1px solid #333399;*/
}

#txtinstitucional, #txtoquefazemos{
	float: left;
	width: 280px;
	margin: 8px 0px 0px 0px;
		/*border: 1px solid #FF0000;*/
}

#txtinstitucional h1, #txtinstitucional h2{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#calculoprevidenciario, #servicos{
	float: right;
	width: 210px;
	margin: 8px 0px 0px 0px;
		/*border: 1px solid #FF0000;*/
}

#listaservicos .margin{
	margin: 0px 0px 12px 0px;
}
#noticias{
	margin: 8px 0px 0px 256px;
	width: 506px;
		/*border: 1px solid #FF0000;*/
}
#noticias li{
	background: url(imagens/noticias_seta.gif) left no-repeat;
	width: 500px;
	height: 20px;
	
}
#noticias li a{
	padding-left: 10px;
	display: block;
}

.paragrafodata{
	font-size: 10px;
}

/* ---------------------------------------------------------------------------- PGs INTERNAS --- */
#tabelascontribuicao{
	padding: 3px;
	border: 1px solid #006699;
}
#tabelascontribuicao td{
	background-color: #FFFFFF;
	padding: 5px;
}

/* ---------------------------------------------------------------------------- RODAPÉ --------- */
#rodape{
	margin: 0px auto;
	width: 777px;
	height: 100px;
		/*border: 1px solid #3300FF;*/
}
#rodape_esquerda{
	float: left;
	width: 230px;
	height: 70px;
	text-align: center;
	padding: 30px 0px 0px 0px;
		/*border: 1px solid #FF00FF;*/
}
#rodape_direita{
	float: right;
	width: 520px;
	height: 100px;
	text-align: center;
		/*border: 1px solid #AC56E0;/*
}