		
		@import "geral.css";
		@import "texto.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 */
		
		/* Breadcrumb */		
		#bread {
			float:left;
			font-size:1.0em;
			background:#fff;
			width:920px;
			padding: 5px 0;
			margin-top:10px;
			/* for IE */
			filter:alpha(opacity=90);
			/* CSS3 standard */
			opacity:0.90;
			border: 1px solid #e2e9ef;
		}
		
		.breadcrumb { 
			float:left;
			padding: 5px 0;
			}
		.breadcrumb {
			width: 900px;
		}
		.breadcrumb {  margin-left: 5px; margin-right: 5px; }
	
		.breadcrumb ul {
			float: left;
			padding-left: 10px;
			background: url(../images/bullet_blue.gif) no-repeat 0 50%;
		}
		.breadcrumb li { display: inline; }
		.breadcrumb li.title, .breadcrumb .voltar { color: #2872a5 }
		.breadcrumb li a { text-decoration: none }
		.breadcrumb li a:hover, .breadcrumb li a:focus, .breadcrumb li a.focus { text-decoration: underline }
	
		.breadcrumb span {
			float: right;
			padding-left: 10px;
			background:url(../images/bullet-voltar.gif) no-repeat 0 50%;
		}
		/* Termina: Breadcrumb */
		
		#conteudo {
			float:left;
			width:980px;
			background:url(../images/bg_meio.gif) repeat-x bottom;
			}
		
		#meio {
			float:left;
			width:920px;
			}
			
		#texto {
			width:100%;
			margin-left:10px;
			}
		
		#turma-ita {
			float: left;
			width:920px;
			margin-bottom:10px;
		}
		
		#ita {
			float:left;
			background:url(../images/bg_objetivos.jpg) no-repeat;
			width:259px;
			height:199px;
			padding:20px;
		} 
		
		.lista {
			float:left;
			margin-top:20px;
			margin-right:10px;
			width:170px;
			height:500px;
			}
		
		.lista a h2 {
			float:left;
			font-weight:bold;
			font-size:1.2em;
			text-decoration:none;
			}
			
		.lista a h2:hover, .lista a h2.hover,  {
			text-decoration:underline;
			}
	
		.lista li {
			float:left;
			background:;
			width:160px;
			padding:4px;
			margin-bottom:2px;
			}
			
		.lista.institucional {
			float:left;
			width:200px;
		}
		
		.lista.prevestibular {
			float:left;
			width:215px;
		}
		
		.lista.apoio {
			float:left;
			width:160px;
		}
		
		.lista.faq {
			float:left;
			width:100px;
			margin-right:60px;
			_margin-right:50px;
		}
		
		.lista.falecon{
			float:left;
			width:120px;
		}
		
		.lista li:hover, .lista li.hover {
			background:#c5d6e1;
			}
			
		.lista li.style2 {
			float:left;
			background:;
			width:160px;
			padding:5px;
			}
			
		.lista li.espaco {
			float:left;
			border-bottom:1px solid #bbccda;
			margin-bottom:30px;
			}
			
		.lista li.style2:hover, .lista li.style2.hover {
			background:#e2ebf1;
		}
			
		.lista 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;
		}
		
		.lista a:hover span, .lista a.hover span {
			text-decoration:underline;
			}
		/* fim: DIV CONTEUDO */
		
