		
		@import "geral.css";
		@import "texto.css";
		@import "menu-apoio.css";
		
		* {
			font-family: Arial Narrow, Helvetica, sans-serif;
			color: #4f7d9e;
		}



		/* Containers */
		body { 
			margin: 0 auto;
			}
		
		#geral2 {
			width:100%;
			height:auto;
			background: url(../images/bg_top.jpg) no-repeat center top;
			}
		
		.border { border: 3px solid #d4e3ef }
		.border:hover, .border:focus, .border.focus { border-color: #9cb2c3 }
		a.border { display: block }

		/* Fim: Containers */
		
		
		
		/* DIV CONTEUDO */
		
		#conteudo {
			float:left;
			width:980px;
			background:url(../images/bg_meio.gif) repeat-x bottom;
			}
		
		#meio {
			float:left;
			width:660px;
			}
		
		#turma-ita {
			float: left;
			width:630px;
			margin-bottom:10px;
		}
		
		#ita {
			float:left;
			background:url(../images/bg_objetivos.jpg) no-repeat;
			width:259px;
			height:199px;
			padding:20px;
		} 
		
		#ita h2 {
			float:left;
			width:250px;
			font-weight:bold;
		}
		
		#ita p {
			width:250px;
			margin-bottom:15px;
			}
			
		#lista2 {
		float:left;
		margin-top:50px;
		}
		
		#lista2 h2 {
			float:left;
			width:500px;
			}
		
		#lista2 li {
			float:left;
			background:#e6eff5;
			width:620px;
			padding:5px;
			}
			
		#lista2 li:hover, #lista2 li.hover {
			background:#c5d6e1;
			}
			
		#lista2 li.style2 {
			float:left;
			background:#ecf4f9;
			width:620px;
			padding:5px;
			}
			
		#lista2 li.espaco {
			float:left;
			border-bottom:1px solid #bbccda;
			margin-bottom:30px;
			}
			
		#lista2 li.style2:hover, #lista2 li.style2.hover {
			background:#e2ebf1;
		}
			
		#lista2 a span {
			display:block;
			padding:0 0 0 12px;
			background: url(../images/bullet_blue.gif) no-repeat 0 55%;
			text-decoration:none;
			font-size:0.9em;
			cursor:pointer;
		}
		
		#lista2 a:hover span, #lista2 a.hover span {
			text-decoration:underline;
			}
			
		#lista2 h4 {
			float:left;
			margin-bottom:10px;
		}
		
		#lista2 span {
			float:left;
			width:300px;
		}

		.vis_pdf {
			float:right;
			display:block;
			background:url(../images/bt_visualizar_pdf.gif) no-repeat top;
			width:117px;
			height:21px;
			text-indent:-9999px;
		}
		
		.vis_pdf:hover, .vis_pdf:hover {
			background-position:left bottom;
			}
			
		
		/* fim: DIV CONTEUDO */
		
