
		@import "geral.css";
		@import "texto.css";
		@import "menu-institucional.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;
			}
			
		#material {
			float:left;
			margin-top:20px;
			width:589px;
			height:77px;
			background:#d2dfe9;
			padding:20px;
		}
		
		#material h2 {
			font-weight:bold;
			font-size:1.4em;
			}
			
		#grade-curricular {
			float:left;
			background:url(../images/bg_01.gif) no-repeat;
			width:280px;
			height:136px;
			margin-left:5px;
			margin-top:37px;
			*margin-top:40px;
			_margin-top:25px;
			padding:10px;
		}
		
		#grade-curricular h2 {
			font-weight:bold;
		}
		
		.fac_download {
			float:right;
			display:block;
			background:url(../images/bt_fac_download.gif) no-repeat top;
			width:117px;
			height:21px;
			text-indent:-9999px;
		}
		
		.fac_download:hover, .fac_download:hover {
			background-position:left bottom;
			}
			
		#simulados {
			float:left;
			background:url(../images/bg_01.gif) no-repeat;
			width:280px;
			height:136px;
			margin-left:20px;
			margin-top:37px;
			*margin-top:47px;
			_margin-top:25px;
			padding:10px;
		}
		
		#simulados h2 {
			font-weight:bold;
		}
		
		#texto-chamada {
			float:left;
		}
		
		#texto-chamada .img {
			float:left;
			width:600px;
			margin:0 auto;
		}
		
		#texto-chamada img {
			float:left;
			margin-left:220px;
			margin-top:10px;
			margin-bottom:10px;
		}
		/* fim: DIV CONTEUDO */
		
