@charset "utf-8";
/* CSS Document */
html, body {height:100%;}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	background-color: #0D2E64;
}
* { padding:0; margin:0; }

a {
	font-family: Verdana;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
}

#corpo {
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
}
* html #corpo {height: 100%;}

#designtopo {
	background-image: url(../images/layout_01.jpg);
	height: 44px;
	width: 999px;
	margin: auto;
}
#bg_designtopo {
	background-image: url(../images/bg_01.jpg);
	height: 44px;
	width: 100%;
}
#bg_topo {
	height: 340px;
	width: 100%;
	background-image: url(../images/bg_02.jpg);
}

#topo {
	height: 340px;
	width: 999px;
	background-image: url(../images/layout_02.jpg);
	margin: auto;
	background-position: 0px -40px;
}

#menu {
	position: relative;
	left: 50px;
	top: 8px;
	width: 430px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
}
#botao_home {
	height: 33px;
	width: 70px;
	position: relative;
	top: 0px;
	left: 463px;
}

#menu ul li {
	display: inline;
}
 
#menu ul li a {
	text-decoration: none;
	padding: 9px 15px 0px 10px;
	float:left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	color: #FFF;
}


#menu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#menu ul li a:active {
	color: #fff;
}
#menu1 {
	position: relative;
	left: 640px;
	top: -27px;
	width: 300px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
}
#menu1 ul li {
	display: inline;
}
 
#menu1 ul li a {
	text-decoration: none;
	padding: 9px 15px 0px 10px;
	float:left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	color: #FFF;
}


#menu1 ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#menu1 ul li a:active {
	color: #fff;
}
#titulo {
	position: relative;
	left: 350px;
	top: 273px;
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#tit {
	border-bottom: 1px;
	border-bottom-color: #54A3E2;
	border-bottom-style: solid;
	font-size: 15px;
	font-weight: bold;
	color: #54A3E2;
}
#bg_fronteira1 {
	width: 100%;
	height: 42px;
	background-image: url(../images/bg_03.jpg);
}
#fronteira1 {
	width: 999px;
	background-image: url(../images/layout_03.jpg);
	height: 42px;
	margin: auto;
}
#bg_conteudo {
	width: 100%;
	background-color: #0D2E64;
	padding-bottom:99px;
	overflow: visible;

}
#conteudo {
	width: 999px;
	background-image: url(../images/bg_04.jpg);
	margin: auto;
	height: auto;
	overflow: visible;
	padding-top: 10px;
}
#conteudo_esq {
	width: 220px;
	float: left;
	overflow: visible;
	height: auto;
	margin-left: 15px;
	text-align: justify;
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
}
#conteudo_dir {
	float: right;
	width: 725px;
	height: auto;
	overflow: visible;
	margin: 0px 20px 0px 0px;
}
#conteudo_esq a {
	font-family: Verdana;
	color: #FFF;
}
#conteudo_esq a:link {
	text-decoration: none;
}
#conteudo_esq a:visited {
	text-decoration: none;
}
#conteudo_esq a:hover {
	text-decoration: underline;
	color: #CCC;
}
#conteudo_esq a:active {
	text-decoration: none;
}

#fronteira2 {
	width: 999px;
	background-image: url(../images/layout_03.jpg);
	height: 42px;
	margin: auto;
}
#bg_rodape {
	width: 100%;
	height: 99px;
	background-image: url(../images/bg_05.jpg);	c
	clear: both;
	text-align: right;
	bottom: 0;
	position: absolute;
}
#rodape {
	width: 999px;
	background-image: url(../images/layout_05.jpg);
	height: 99px;
	margin: auto;
	clear: both;
}
.clear {clear:both;}
#assinatura {
	clear: both;
	float: right;
	height: 27px;
	width: 181px;
	position: relative;
	top: 52px;
}
#tit_col {
	border-bottom: 1px;
	border-bottom-color: #54A3E2;
	border-bottom-style: solid;
	font-size: 15px;
	font-weight: bold;
	color: #54A3E2;
}
#nome_projeto {
	font-size: 15px;
	font-weight: bold;
	color: #54A3E2;
	text-decoration: underline;
}
.img {
	border:3px solid #54A3E2;
}
.img:hover {
	border:3px solid #2070b0;
}
.mais_not {
	font-size: 10px;
}
