@charset "utf-8";
/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
}

#INDEXGLOBAL {
	width:1100px;
	height:1500px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
}

.cadastroUsuario{
	width:315px; 
	height:auto; 
	float: left; 
	color:#FFF; 
	border-top: 1px solid #f3f3f3; 
	margin-top: 3px; 
	padding-top:10px; 
	text-align: right; 
	padding-right: 5px;
}

#INDEX {
	width:1100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float: left;
}
#MAIN {
	width:910px;
	min-height: 400px;
	height: auto;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	margin-left:0px;
	text-decoration: none;
	}

.TOPO {
	width:1100px;
	height:115px;
	background-color: #07468D;
	}
.LOGINBOX {
	width:320px;
	height:100px;
	float:right;
	margin-top: 15px;
	}
.LOGININPUTS {
	width:150px;
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	}
.LOGINBOXTITULO {
	width:320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	color: #FFF;

	}	
.LOGINBTNOK {
	width:60px;
	background-color:#036;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 35px;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
	}	
.LOGINBOXTITULOS {
	width:75px;
	height:25px;
	float:left;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
	color: #FFF;
	}
.LOGINBOXBOTAOOK {
	width:70px;
	height:auto;
	float:right;
	}	
.LOGINBOXCAMPOS {
	width:170px;
	height:25px;
	float:left;
	margin-bottom: 4px;
	}	
.LOGOMARCA {
	width:600px;
	height:100px;
	float: left;
	border: 0px;
	}
.PAGINAS_INTERNAS_FULL {
	width:1000px;
	height:auto;
	float:left;
	background-image: url(../imagens/bgkinternas.jpg);
	background-repeat: repeat-x;
	min-height: 500px;
	}

.MENUTOPO {
	width:1100px;
	height:30px;
	background-color: #FFF;
	}
	

	
.MENULATERAL {
	width:185px;
	height:640px;
	float: left;
	margin-right: 5px;
	background-color: #FFF;
	padding-top: 10px;
	}
	
.ITEMMENULATERAL {
	width:175px;
	height:20px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	background-color: #1E5E80;
	color: #FFF;
	margin-bottom: 3px;
	border-left: 3px solid #003366;
	text-decoration: inherit;
	}
	.ITEMMENULATERAL a{
	
	color: #FFF;

	}
.ITEMMENULOGOS {
	width:175px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #FFF;
	margin-bottom: 3px;
	}	
.MENUDIVISAO {
	width:178px;
	height:1px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	background-color: #036;
	margin-bottom: 5px;
		}				
.RODAPE {
	width:auto;
	float:left;
	clear:both;
	height: 80px;
	background-color: #FFF;
	}
.ITEMMENUTOPO {
	width:100px;
	float:left;
	height:25px;
	line-height:25px;
	text-align: center;
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: 12px;
	margin-left: 5px;
	border-bottom: 3px solid #003366;
	}

.ITEMMENUTOPOPEQUENO {
	width:80px;
	float:left;
	height:25px;
	line-height:25px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: 12px;
	margin-left: 5px;
	border-bottom: 3px solid #003366;
	color: #333;
	}	
	
.ITEMMENUTOPOPEQUENO  a{
	text-decoration:none;
	color: #333;
}

.ITEMMENUTOPO a{
	text-decoration:none;
	color: #333;
}	

.ITEMMENUTOPO a:hover{
	text-decoration:none;
	color: #333;
}	

#mascara{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:5000;
	background-color:#666666;
	opacity:0.30;
	-moz-opacity:0.30;
	filter: alpha(opacity=30);

}

#mascara[id]{
    position:fixed;
}

#caixa{
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:485px;
	margin:-250px 0 0 -200px;
	border:1px solid #fff;
	text-align:left;
	background-color: #fff;
	padding:5px;
	overflow:auto;
	
}
#caixa[id]{
	position:fixed;
}

#caixabusca{
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:385px;
	margin:-250px 0 0 -200px;
	border:1px solid #fff;
	text-align:left;
	background-color: #fff;
	padding:5px;
	overflow:auto;
}
#caixabusca[id]{
	position:fixed;
}

.usuariosOnline{
	width:200px; 
	height:1200px; 
	overflow:auto; 
	float: right; 
	margin-top: 5px;
}

.divFlash{
float:left; 
width:700px;
padding-left:10px;
margin-bottom:10px;
margin-top:10px;
}

.IMAGENSPORTALEDUCACIONAL{
	border:0;
	width:135px;
}

.divRedesSociais{
	width:58px;
	float:left;
	vertical-align:middle;
}

.divPesquisas{
	background-image: url(../imagens/fundoBuscas.png);
	background-repeat: no-repeat;
	background-position: top;
	width:700px;
	margin: 5px; 
	margin-left: 10px;
	color: white;
	height: 100px;
}

#caixaVideo{
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:510px;
	height:415px;
	margin:-250px 0 0 -200px;
	border:1px solid #fff;
	text-align:left;
	background-color: #fff;
	padding:5px;
	overflow:auto;
}
#caixaVideo[id]{
	position:fixed;
}

.texto1{
	color: #ff0000;
	font-size: 10px;
	font-style:normal;
	font-weight:bold;
}
.texto2{
	color: #ffff00;
	font-size: 10px;
	font-style:normal;
}