@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{


}

p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#39C;
	font-weight:bold;
	
}


.texto{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:justify;
	font-weight:normal;
	line-height:20px;
}
	

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;;
	color:#39C;
	font-size:25px;
}

h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;;
	color:#39C;
	font-size:20px;	
		line-height:25px;
}

#topo{
	height:180px;
	background-image:url(img022.jpg);
	background-repeat:repeat-x;


}

#topo_conteudo{
	margin:0 auto;
	width:860px;
	height:180px;

}

#logo{
	width:230px;
	height:150px;
	margin-top: 5px;
	margin-left:10px;
	float:left;
	background-image:url(imagens/logo_pasgon.png);
	background-repeat:no-repeat;	
}

#menu{
	height:35px;
	background-color:#f3f6ff;
}

#menu_conteudo{
	margin:0 auto;
	width:860px;
	height:35px;
}

#links{
	width:500px;
	height:35px;
	float:left;
}


#conteudo{
	margin: 0 auto;
	width:860px;
	height: 360px;
	
}

#banner{
	width:860px;
	height:300px;
	float:left;
}

#animacao{
	width:430px;
	height:300px;
	margin-left:0px;
}

#texto_banner{
	width:380px;
	height:250px;
	padding:15px 20px 10px 10px;
	float:right;
	text-align:left;
}

#texto{
	width:810px;
	height:30px;
	float:left;
	padding-left:50px;
	padding-top:15px;
	text-align:left;
	margin-bottom:15px;
}


#suporte{
	margin: 0 auto;
	width:860px;
	height: 230px;
	padding-top:40px;
}

#aposentados{
	width:205px;
	height:180px;
	float:left;
	margin:4px 5px 0px 5px;

}

#servidores{
	width:205px;
	height:180px;
	float:left;
	margin:4px 5px 0px 5px;

}

#armadas{
	width:205px;
	height:180px;
	float:right;
	margin:0px 5px 0px 5px;
}

#assalariados{
	width:205px;
	height:180px;
	float:right;
	margin:0px 5px 0px 5px;
}

#rodape{
	height:35px;
	text-align:center;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#39C;
	padding:10px;
	clear:both;
}

.borda_banner{
	border-color:#39C;
	border-width:6px;
	border-style:solid;
}


