
		@import "geral.css";
		@import "texto.css";
		@import "menu-pre-vestibular.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;
		} 
		
		#not_vis {
			float:left;
		}
		
		#not_vis li {
			float:left;
			width:608px;
			background:#e6eff5;
			padding:6px;
		}
		
		#not_vis li:hover, #not_vis li.hover {
			float:left;
			width:608px;
			background:#c7d7e2;
			padding:6px;
		}
		
		#not_vis a span {
			display:block;
			padding:0 0 0 12px;
			background: url(../images/bullet1.gif) no-repeat 0 55%;
			text-decoration:none;
		}
		
		#not_vis a:hover span, #not_vis a.hover span {
			text-decoration:underline;
			}
			
		p {
			float:left;
		}
		
		.chamada p {
			float:left;
			width:300px;
			height:200px;
		}
			
		.img {
			float:left;
			width:600px;
			margin-bottom:20px;
			margin-top:20px;
		}
		/* fim: DIV CONTEUDO */
		
