/* CSS Document */

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #354f5d;
	color: #666666;
}

body{
	background-image: url(../images/home_background.jpg);
	background-repeat: repeat-x;
	font-family: "Tahoma";
	font-size: 11px;
}


/***********************************
	MAIN
************************************/

.main{
	position:relative;
	width:778px;
	margin-left: -389px;
	left: 50%;
}


	/***********************************
		TOPO
	************************************/

	.topo{
		position:relative;
		width:778px;
		float:left;
		margin-top: 1px;
		margin-left: -6px;
	}


		/***********************************
			CONTEUDO
		************************************/

		.conteudo{
			position:relative;
			width: 741px;
			float:left;
			height: auto;
			background-color:#FFFFFF;
			margin-left: 0px;
		}
		
			.conteudo_form{
				position:relative;
				font-size: 12px;
				height: auto;
			}
			
			.conteudo_coluna_esquerda{
				position:relative;
				float: left;
				width: 241px;
				background-color: #FFFFFF;
			}
		
			.conteudo_coluna_direita{
				position:relative;
				padding: 30px 20px 20px 0px;
				float: left;
				width: 480px;
				height: auto;
				background-color:#FFFFFF;
				text-align: justify;
			}

			.conteudo_coluna_direita2{
				position:relative;
				padding-left:15px;
				padding-right:15px;
				padding-top:30px;
				float: left;
				width: 710px;
				height: auto;
				background-color:#FFFFFF;
				text-align: justify;
			}


	/***********************************
		RODAPE
	************************************/

	.rodape{
		position:relative;
		background-color:#999999;
		width: 741px;
		height: 40px;
		float:left;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: 0px;
	}
	
	ul.ulrodape{
		width: 85%;
		text-align: center;
	}
	
	li.lirodape{
		display: inline;
		color: #FFFFFF;
	}

.submenu_inst {
	font-size: 11px;
	color: #afafaf;
	font-weight: bold;
}

.submenu_peq {
	font-size: 11px;
	color: #125e83;
	font-weight: bold;
}

a:link, a:visited { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: underline; color: #666666; }


a:link.subinstitu, a:visited.subinstitu { font-size: 11px; font-weight: bold; text-decoration: none; color: #1c4458; }
a:visited.subinstitu { font-size: 11px; font-weight: bold; text-decoration: none; color: #1c4458;  }
a:hover.subinstitu { font-size: 11px; font-weight: bold; text-decoration: underline; color: #1c4458;  }


a:link.arodape, a:visited.arodape { text-decoration: none; color: #FFFFFF; }
a:visited.arodape { text-decoration: none; color: #FFFFFF; }
a:hover.arodape { text-decoration: underline; color: #FFFFFF; }


h1{
	font-size: 15px;
	color:#89c118;
}

h2{
	font-size: 13px;
	font-weight: bold;
	color:#003366;
	line-height:10px;
}