* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS" ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #192A4C;
	text-align: justify;
}

img {
	border: none;
}

#site {
	margin: auto;
	width: 770px;
}

#topo {
	padding-top: 40px;
}

body {
	background: url(imagens/fundo_site.gif) #f5f5f5 repeat-y center;
}

h1#topo a {
	float: left;
	clear: both;
	background: url(imagens/topo.jpg);
	text-indent: -9999px;
	width: 770px;
	height: 164px;
	display: block;
}

#menu {
	background: url(imagens/menu.jpg);
	clear: both;
	float: left;
	width: 770px;
	height: 33px;
}

#menu ul {
	margin: 7px 0 0 0;
	text-align: center;
}

#menu li, #menu li a, menu li a:hover{
	list-style: none;
	display: inline;
	padding: 0 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu a:hover {
	color: #000;
}

#conteudo {
	width: 770px;
	background: url(imagens/fundo.jpg) #192A4C repeat-y top left;
	float: left;
	min-height: 600px;
}

#rodape {
	clear: both;
	background: url(imagens/rodape.jpg) no-repeat;
	width: 770px;
	margin: auto;
	padding-top:40px;
}

#rodape p {
	color:#666666;
	clear: both;
	text-align: center;
	padding: 15px 0 0 0;
}

#principal_home {
	width: 590px;
	padding: 30px 145px 0 0;
	background: url(imagens/fundo_2009.jpg) no-repeat right top;
}

#texto {
	width: 350px;
	height: 900px;
	margin: auto;
}


#principal {
	padding: 40px 80px 80px 110px;
}

#principal p {
	padding: 5px 0;
}

#principal_home p {
	padding: 5px 0;
}

#principal h2, #principal_home h2 {
	font-size: 17px;
	color: #192A4C;
	padding: 0 0 10px 0;
}

#principal h3 {
	font-size: 14px;
	color: #192A4C;
	padding: 10px 0 0 0;
}

#principal h4 {
	font-size: 13px;
	color: #192A4C;
	padding: 10px 0 0 0;
}


#principal #menu_fotos ul {
	padding: 10px 0 20px 0;
}


#principal #menu_fotos li {
	float: left;
	list-style: none;
}

#principal #menu_fotos li a, #principal #menu_fotos li a:hover {
	text-decoration: none;
	border: 1px solid #E5E5E5;
	padding: 3px 1px;
	margin: 0 1px 0 1px;
	background: #F4F4F4;
	display: block;
	width: 50px;
	text-align: center;
	font-weight: bold;
}

#principal #menu_fotos li a:hover {
	color: #fff;
	background: #192A4C
}

.clique {
	cursor: pointer;
}

#principal #menu_fotos img {
	float: left;
	border: none;
	padding: 5px;
}

fieldset {
    float: left;
	clear: both;
    padding: 0 5px 5px 4px;
	margin: 2px;
    border: 1px solid #eee;
    background: #fff;
}

legend {
    background: #fff;
}

#principal ul li {
	list-style: square;
	margin: 1px 0 0 20px;
}

#nav {
	clear: both;
	margin: auto;
	text-align: center;
}

.navega a, .navega a:hover {
	font-size: 15px;
	color: #1B294C;
	text-decoration: none;
	font-weight: bold;
	margin: auto;
}

.lista a, .lista a:hover {
	font-size: 10px;
	color: #1B294C;
	text-decoration: none;
}

#nav .atual a, #nav .atual a:hover {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.navega a:hover {
	font-size: 15px;
	color: #000;
	text-decoration: underline;
}

.tabelas, .tabelas td, .tabelas th {
	display:table;
	padding: 1px;
	text-transform: uppercase;
}

.tabelas {
	width: 100%;
	padding: 1px;
	margin: 5px;
}

.tabelas td {
	display:table-cell;
	border: solid 1px #aaa;
	background: #fff;
	padding: 3px;
}

.tabelas th {
	display:table-cell;
	border: solid 1px #aaa;
	background: #eee;
	font-size: 13px;
	padding: 3px;
}



.tabelas .larg_p {
	width: 20px;
}

.larg {
	width: 400px;
}

.larg_l {
	width: 40px;
	text-align: center;
}

