/* CSS Reset */
* {
   margin: 0;
   padding: 0; 
}

:focus {outline: none;}

html {
	width: 100%;
	height: 100%;
    background: #8ec640 url(../images/bg-home.gif) repeat-y center 0;
}

html#internas {
	width: 100%;
	height: 100%;	
	background: #8ec640 url(../images/bg-internas.gif) repeat-y center 0;
}

body {
	width: 100%;
	height: 100%;
	background: transparent url(../images/bg-topo.jpg) no-repeat center 0;
}


ul, ul li {list-style: none;}

h1 {
	width: 402px;
	height: 36px;
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
	background: transparent url(../images/tit-sejaProfessor.png) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    letter-spacing: -1px;
}

h1 a {
	width: 402px;
    padding: 35px 0 0;
	float: left;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

/* Barra Governo
---------------------------------------------------------------------------- */
#barra-governo {
	width: 961px;
	padding: 0 9px;
	height: 39px;
	float: left;
	background: transparent url(../images/bg-govBar.gif) repeat-x 0 0;
}

#barra-governo h1 {
	margin: 0;
	width: 178px;
	height: 39px;
    overflow: hidden;
    text-indent: -5000px;
}

#barra-governo h1 a {
	width: 178px;
	height: 39px;
	float: left;
	background: transparent url(../images/logo-mec.png) no-repeat 0 0;
}

#barra-governo h2 {
	margin: 0;
	margin-top: 2px;	
	width: 117px;
	height: 39px;
	float: right;
	overflow: hidden;
	text-indent: -5000px;
	text-align: left;
	
}

#barra-governo h2 a {
	width: 117px;
	height: 39px;
	float: left;
	background: transparent url(../images/logo-governo.png) no-repeat 0 0;
}

#barra-governo form, 
#barra-governo form select, 
#barra-governo fieldset {
	width: 152px;
	margin: 5px auto 0;
} 

#barra-governo fieldset {border: 0;}
#barra-governo legend,
#barra-governo label {display: none;}
#barra-governo form select {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 11px;
}



#container {
	width: 100%;
	background: transparent url(../images/bg-govBar.gif) repeat-x 0 0; 
	height: 0px;
	float: left;
}

#principal {
    width: 980px;
	margin: 0 auto;
    position: relative;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
}

#cabecalho, 
#conteudo {
	width: 962px;
	float: left;
	padding-left: 9px;
}

#ctrlFonte {
	width: 268px;
	float: right;
	margin-top: 9px;
}
#ctrlFonte li {
	float: left;
	height: 35px;
	margin-right: 2px;
}
#ctrlFonte li a {
	float: left;
	overflow: hidden;
	text-indent: -5000px;
}
#ctrlFonte li .aumentarFonte {
	width: 126px;
	height: 35px;
	background: transparent url(../images/bts-fonte.png) no-repeat 0 0;
}
#ctrlFonte li .diminuirFonte {
	width: 118px;
	height: 35px;
	background: transparent url(../images/bts-fonte.png) no-repeat 0 -35px;
}

/* Menu principal
---------------------------------------------------------------------------- */
#menu {
	width: 962px;
	height: 46px;
	float: left;
	margin-top: 20px;
	background: transparent url(../images/bg-menu.png) repeat-x 0 0;
}
#menu li {
	float: left;
	margin-right: 24px;
	overflow: hidden;
	text-indent: -5000px;
}
#menu li a {
	display: block;
	height: 46px;
}
#menu li .mn01 {
	width: 214px;
	background: transparent url(../images/itens-menu.gif) no-repeat 0 18px;
	margin-left: 15px;
}
#menu li .mn02 {
	width: 153px;
	background: transparent url(../images/itens-menu.gif) no-repeat -238px 18px;
}
#menu li .mn03 {
	width: 103px;
	background: transparent url(../images/itens-menu.gif) no-repeat -415px 18px;
}
#menu li .mn04 {
	width: 163px;
	background: transparent url(../images/itens-menu.gif) no-repeat -542px 18px;
}
#menu li .mn05 {
	width: 123px;
	background: transparent url(../images/itens-menu.gif) no-repeat -730px 18px;
}
#menu li .mn06 {
	width: 51px;
	background: transparent url(../images/itens-menu.gif) no-repeat -874px 18px;
}
#menu .sep-menu {
	margin-right: 9px;
	padding-right: 12px;
	background: transparent url(../images/sep-menu.gif) no-repeat right 21px;
}
#menu .ultimo {margin-right: 0;}

/* Menu em cascata
---------------------------------------------------------------------------- */
#menu .mnCasc {
	width: 234px;
	position: absolute;
	float: left;
	top: 133px;
	z-index: 5;
	font-size: small;
	padding-bottom: 10px;
	padding-top: 10px;
	display: none;
	
}
#menu .mnCasc li {
	float: left;
	width: 234px;
	background-color: #e6e6e6;
	overflow: show;
	text-indent: 0;
}
#menu .mnCasc li a {
	width: 200px;
	height: 17px;
	float: left;
	padding: 6px 11px 6px 29px;
	color: #6fa225;
	text-decoration: none;
	background: transparent url(../images/bullet-menu.gif) no-repeat 16px 12px;
}
#menu .mnCasc li a:hover {
	padding: 5px 11px 5px 29px;
	color: #fff;
	border-top: solid 1px #d1dac4;
	border-bottom: solid 1px #a8c381;
	background: #7fac3e url(../images/bullet-menu.gif) no-repeat 16px -24px;
}

#menu #item01 {left: 9px;}
#menu #item02 {left: 245px;}
#menu #item03 {left: 610px;}
#menu #item04 {left: 423px;}
#menu #item05 {left: 737px;}

/* Conteudo
---------------------------------------------------------------------------- */
#conteudo.int {padding-bottom: 148px;}


#flash {
	width: 962px;
	height: 365px;
	float: left;
	margin-bottom: 25px;
}

.chamada {
	width: 285px;
	float: left;
	padding-left: 25px;
}
.chamada img {
	float: left;
	border: solid 7px #cecb95;
}
.chamada h2 {
	width: 285px;
	float: left;
	font-size: 110%;
	color: #509e5b;
	margin: 20px 0;
	font-weight: bolder;
}
.chamada p {
	width: 270px;
	float: left;
	font-size: 80%;
	color: #817c1f;
	margin-bottom: 15px;
}
.chamada p a {
	font-weight: bolder;
	color: #509e5b;
	
}

#menu-lateral {
	width: 224px;
	float: left;
	padding: 20px 0 0 10px;
}

#menu-lateral h3 {
	width: 190px;
	margin: 17px auto 0;
	#padding-top: 10px;
	padding-bottom: 13px;
	border-bottom: solid 2px #76a927;
	font-size: 24px;
	line-height: 26px;
	color: #fff
}

#menu-lateral ul {
	width: 216px;
	float: left;
	padding-left: 8px;
	margin-top: 10px;
}
#menu-lateral ul li {
	width: 216px;
	float: left;
}
#menu-lateral ul li a {
	width: 188px;
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 6px 10px;
	text-decoration: none;
	background-color: #8ec13f;
}
#menu-lateral ul li a:hover {
	background-color: #a5cd65;
}
#menu-lateral ul li .ativado {
	width: 188px;
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 6px 10px;
	text-decoration: none;
	background-color: #a5cd65;
}

#corpo {
	width: 682px;
	float: left;
	padding: 30px 24px 0 22px;
}

#corpo h2 {
	width: 682px;
	float: left;
	color: #6fa225;
	font-size: 180%;
	margin-bottom: 20px;
}

.texto p {
	display: block;
	margin-bottom: 15px;
	color: #878f88;
	font-size: 95%;
	line-height: 130%;
}

.texto h4 {
	color: #6fa225;
	font-size: 100%;
	text-transform: uppercase;
}

.foto {
	float: right;
	width: 270px;
}

.foto img {
	float: right;
	border: solid 7px #dad9cb;
}

.nivel03, 
.texto02 h4, 
.texto02 .cargaHoraria {
	width: 682px;
	float: left;
}

.nivel03 {
	background-color: #f1f0e0;
	padding: 5px 0;
	margin-bottom: 20px;
}
.nivel03 ul {
	margin: 0 auto;
	text-align: center;
}
.nivel03 ul li {
	display: inline;
	padding: 0 5px;
	height: 20px;
	border-right: solid 1px #547a1c;
	line-height: 30px;
	font-size: 13px;
}
.nivel03 ul .ultimo {border: none;}
.nivel03 ul li a {
	font-size: 13px;
	font-weight: bolder;
	color: #547a1c;	
	text-decoration: none;
}
.nivel03 ul li a:hover {text-decoration: underline;}

.texto02 h4 {
	color: #6fa225;
	font-size: 100%;
	text-transform: uppercase;
}

.texto02 h5 {
	color: #6fa225;
	font-size: 100%;
	margin-bottom: 15px;
}

.texto02 .cargaHoraria {
	font-size: 65%;
	color: #6fa225;
	margin: 20px 0;
}

.texto02 p {
	clear: both;
	width: 682px;
	font-size: 100%;
	line-height: 120%;
	color: #878f88;
	margin-bottom: 20px;
}

.texto02 ol {margin-bottom: 30px;}
.texto02 ol li {
	margin-left: 50px;
	color: #878f88;
}

.toTheTop {
	width: 650px;
	float: left;
}
.toTheTop a {
	width: 33px;
	padding: 2px 0 2px 18px;
	float: right;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12px;
	color: #6fa225;
	text-decoration: none;
	background: transparent url(../images/ico-top.gif) no-repeat 0 5px;
	margin-top: 10px;
}
.toTheTop a:hover {text-decoration: underline;}

.texto a, 
.texto02 a {
	text-decoration: none;
	color: #6fa225;
}

.texto a:hover, 
.texto02 a:hover {text-decoration: underline;}

.texto .respLink, 
.texto02 .respLink {margin-bottom: 30px;}


/* Background do rodapé: Cubos
---------------------------------------------------------------------------- */
#cubos {
    width: 100%;
    height: 96px;
	float: left;
    overflow: hidden;
    text-indent: -5000px;
    background: transparent url(../images/bg-cubos.png) repeat-x center 0;
	clear: both;
}

/* Rodapé
---------------------------------------------------------------------------- */
#rodape {
    width: 100%;
	clear: both;
    height: 38px;
	background-color: #ffea00;
}

.contRodape {
	width: 962px;
	margin: 0 auto;
}

.contRodape ul {
	float: right;
	margin-right: 0px;
	margin-top: 7px;
}

.contRodape ul li {
	float: left;
	height: 28px;
	overflow: hidden;
	text-indent: -5000px;
}

.contRodape ul .pde {
	width: 25px;
	background: transparent url(../images/logos-footer.gif) no-repeat 0 -35px;
	margin-right: 20px;
}

.contRodape ul .acessibilidade {
	width: 47px;
    background: transparent url(../images/acessibilidade_brasil.png) no-repeat 0 0px;
	margin-right: 20px;
}

.contRodape ul .mec {
	width: 157px;
	background: transparent url(../images/logo-gov-bv2.png) no-repeat 0 0;
}

