/*
 * 
 * Arquivo: itecne.css
 *
 * Arquivo CSS para o portal do Itecne
 *
 */

body{
	background-color: #999999;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#divPagina{
	margin-top: 30px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-bottom: none;
	width: 777px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#divCabecalho{
	height: 171px;
	margin-bottom: 0px;
	font-size: 11px;
	overflow: hidden;
}

#divEsquerda{
	color: #999999;
	background: #FFFFFF;
	/* border-left: 1px solid #999999;*/
	width: 142px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	padding: 0px;
	overflow: hidden;
	float:left;
	font-size: 10px;
}

	#divEsquerda ul{
		margin: 0px;
		margin-left: 0px;
		padding: 0px;
		list-style: none;
		width: 141px
	}
	
		#divEsquerda a{
			color:#666666;
			text-decoration: none;
		}
		
		#divEsquerda a:hover{
			color:#333333;
			text-decoration: underline;
			font-weight:bold;
			cursor: hand;
		}
	
	#divEsquerda li{
		padding: 5px 2px 5px 8px;
		background-color: #EBEBE3;
		height: 10px;
		border-bottom: 1px solid thin #DBDBDB;
		border-right: 1px solid thin #DBDBDB;
		margin: 1px;
	}
	
#divEnquete{
	width: 127px;
	background: #EBEBE3;
	border-right: 1px solid thin #DBDBDB;
	border-bottom: 1px solid thin #DBDBDB;
	padding: 5px 3px 8px 8px;
	color:#666666;
}

#divConteudo{
	background: #FFFFFF;
	color: #666666;
	width: 613px;
	height: 100%;
	margin-left: 0px;
	margin-top: -40px;
	margin-bottom: 80px;
	position: relative;
	padding: 5px 10px 10px 10px;
	float: left;
	overflow: hidden;
	left: 0px;
	top: 60px;
	text-align: center;
}

#divConteudo a
   {
      color: #004D93;
      text-decoration: none;
	  font-weight: bold;
      font-family: Arial;
      font-size: 11px;
   }

#divConteudo a:hover
   {
      color: #257000;
      text-decoration: none;
      font-family: Arial;
      font-size: 11px;
   }   
   
#divConteudoEsquerda{
	margin-top: 15px;
	margin-left: 8px;
	float: left;
	width: 285px;
	text-align: justify;
}

#divConteudoDireita{
	margin-top: 15px;
	margin-right: 9px;
	float: right;
	width: 285px;
	text-align: justify;
}

#divRodape{
	width: 777px;
	height: 22px;
	background: #003366;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}

#divRodapeColegio{
	width: 777px;
	height: 22px;
	background: #0F9802;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}

#divConteudo1Coluna{
	color: #666666;
	background: #ffffff;
	width: 520px;
	height: auto;
	margin-left: 10px;
	margin-top: -70px;
	margin-bottom: 60px;
	position: relative;
	float: none;
	overflow: hidden;
	left: 0px;
	top: 60px;
	text-align: left;
	padding: 15px 0px 0px 0px;
}

#divTitulo{
	width: 555px;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	text-align:left;	
	padding: 5px;
	margin: 5px 10px 0px 10px;
	float:left;
	padding-left: 27px;
	background: #E6E6E6;
}

#divConteudoImprimir{
	background: #FFFFFF;
	color: #666666;
	width: 600;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
	padding: 5px 10px 10px 10px;
	float: none;
	overflow: hidden;
	left: 0px;
	text-align: left;
}

#divRodapeImprimir{
	width: 600px;
	height: 22px;
	background: #003366;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}

#divConteudo1ColunaImprimir{
	color: #666666;
	background: #ffffff;
	width: 600px;
	height: auto;
	margin-left: 0px;
	margin-top: -70px;
	margin-bottom: 30px;
	position: relative;
	padding: 0px 25px 20px 10px;
	overflow: hidden;
	left: 0px;
	top: 60px;
	text-align: justify;
}

#divTituloImprimir{
	width: 580px;
	height: 85px;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	text-align:center;	
	padding: 5px;
	padding-left: 230px;
	margin: 5px 20px 20px 0px;
	float: none;
}

#divConteudoPesquisa{
	background: #FFFFFF;
	color: #666666;
	width: 677px;
	height: 100%;
	margin-left: 50px;
	margin-top: -40px;
	margin-bottom: 80px;
	position: relative;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	left: 0px;
	top: 60px;
	text-align: center;
}
	#divConteudoPesquisa a{
		color: #004D93;
	}
	
	#divConteudoPesquisa a:visited{
		color: #003366;
	}