/* ESTRUTURA DO CORPO DO DOCUMENTO */

body {
  background-color: #cccccc;
  margin: 0px;
  padding: 0px;
}

#pagina {
  margin: 0 auto;
  width: 900px;
  text-align: left;
}

#header {
  width: 900px;
  height: 50px;
  background-color: rgb(66,113,204);
}

#headerlogo {
  width: 218px;
  height: 50px;
  background-color: rgb(66,113,204);
  float: left;
  background-image: url('../images/small-logo.jpg');
}

#headermenu1 {
  float: right;
  margin-top: 5px;
}

#headermenu2 {
  float: right;
  margin-top: 5px;
}

#headerimage {
  width: 900px;
  height: 150px;
  background-image: url('../images/headerimage.jpg');
}

#separador-topo {
  width: 900px;
  height: 20px;
}

#corpo {
  width: 900px;
 /* background-image: url(../images/mainbg.jpg); */
}

#corpotopmargin {
  width: 900px;
  height: 10px;
  background-image: url('../images/body-top.jpg');
  overflow: hidden
}
	
#corpomain {
  width: 650px;
  height: 540px;
  float: left;
  background-color:white;
}

#corposec {
  width: 250px;
  height: 540px;
  float: left;
  background-color: #eeeeee;
}

#corpobottommargin {
  width: 900px;
  height: 10px;
  background-image: url('../images/body-bottom.jpg');
  float:right;
  overflow: hidden
}

#separador-baixo {
  width: 900px;
  height: 20px;
  clear: left;
  overflow: hidden;
}

#footer {
  width: 900px;
  height: 200px;
  background-color: #002222;
  background-image: url('../images/footer001.jpg');
}



/* PARÁGRAFOS DE TEXTO NORMAL */

p.titulo {
  font-family: arial, helvetica;
  font-size: 1.5em;
  padding-left: 26px;
  color: #4444cc;
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1em;
}

p.titulo2 {
  font-family: arial, helvetica, sans-serif;
  font-size: .75em;
  padding-left: 26px;
  color: #4444cc;
  margin-top: .5em;
  line-height: .9em;
  font-weight: bold;
}

p.titulo3 {
  font-family: arial, helvetica, sans-serif;
  font-size: .75em;
  padding-left: 26px;
  color: #black;
  margin-top: .5em;
  line-height: .9em;
  font-weight: bold;
}

p.normal {
  font-family: arial, helvetica;
  font-size: .75em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 26px;
  padding-right: 26px;
  text-align: justify;
}

p.normal2 {
  font-family: arial, helvetica;
  font-size: .75em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 26px;
  padding-right: 26px;
}

p.normal3 {
  font-family: arial, helvetica;
  font-size: .7em;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: .6em;
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
  color: white;
}

p.normal3 span {
  font-weight: bold;
}

p.normal3 strong {
  font-weight: bold;
  font-size: 1.1em;
}

p.normal3 a {
  color: white;
}

p.normal3 a:link {
  color: white;
}

p.normal3 a:visited {
   color: white;
}

p.normal3 a:hover {
  color: white;
  text-decoration: underline;
}

p.rodapeheader {
  font-family: arial, helvetica;
  font-size: .75em;
  line-height: .9em;
  color: white;
  margin-top: 0px;
  margin-bottom: .9em;
}

p.rodape {
  font-family: arial, helvetica;
  font-size: .7em;
  line-height: .9em;
  color: white;
  margin-top: 3px;
  margin-bottom: .9em;
}

p.rodape a {
  color: white;
  text:decoration: none;
}

p.rodape a:link {
  color: white;
  text:decoration: none;
}

p.rodape a:visited {
  color: white;
  text:decoration: none;
}

p.rodape a:hover {
  color: white;
  text-decoration: underline;
}

p.lista {
  font-family: arial, helvetica;
  font-size: .75em;
  line-height: .3em;
  margin-bottom: 1.2em;
  padding-left: 26px;
  padding-right: 26px;
}
  
p.lista2 {
  font-family: arial, helvetica;
  font-size: .75em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 38px;
  padding-right: 26px;
}

p.lista3 {
  font-family: arial, helvetica;
  font-size: .75em;
  line-height: 1.5em;
  margin-bottom: .8em;
  margin-top: 0em;
  padding-left: 26px;
  padding-right: 26px;
}

p.lista4 {
  font-family: arial, helvetica;
  font-size: .75em;
  line-height: .3em;
  margin-bottom: 1.2em;
  padding-left: 34px;
  padding-right: 26px;
}

a, a:link, a:visited {
  color: blue;
  text-decoration:none;
}

a:hover {
  color: red;
  text-decoration:none;
}



/* CAIXAS DE INFORMAÇÃO LATERAL */

div.info202 {
  width: 202px;
  height: 202px;
  background-image: url('../images/element202.jpg');
  color: white; margin-left:24px; margin-right:24px; margin-top:12px; margin-bottom:24px
}

div.info150blue {
  width: 202px;
  height: 150px;
  background-image: url('../images/element150blue.jpg');
  color: white; margin-left:24px; margin-right:24px; margin-top:18px; margin-bottom:24px
}

div.info150blue2 {
  width: 202px;
  height: 150px;
  background-image: url('../images/element150blue2.jpg');
  color: white; margin-left:24px; margin-right:24px; margin-top:12px; margin-bottom:24px
}


div.info150green {
  width: 202px;
  height: 150px;
  background-image: url('../images/element150green.jpg');
  color: white; margin-left:24px; margin-right:24px; margin-top:12px; margin-bottom:24px
}

div.info100green {
  width: 202px;
  height: 100px;
  background-image: url('../images/element100green.jpg');
  color: white; margin-left:24px; margin-right:24px; margin-top:12px; margin-bottom:24px
}

div.info100red {
  width: 202px;
  height: 100px;
  background-image: url('../images/element100red.jpg');
  color: white; margin-left:24px; margin-right:24px; margin-top:12px; margin-bottom:24px
}

div.info100orange {
  width: 202px;
  height: 100px;
  background-image: url('../images/element100orange.jpg');
  color: white; margin-left:24px; margin-right:24px; margin-top:12px; margin-bottom:24px
}

div.infocounter {
  width: 163px;
  height: 85px;
  background-image: url('../images/element85black.jpg');
  color: white; margin-left:44px; margin-right:24px; margin-top:12px; margin-bottom:24px
}

div.infointern19 {
  width: 202px;
  height: 150px;
  background-image: url('../images/intern19.jpg');
  margin-left:24px; margin-right:24px; margin-top:0px; margin-bottom:24px
}

div.imagemlateral {
  width: 202px;
  height: 150px;
  margin: 12px 0px 0px 24px;
}

div.bandeira {
  width: 134px;
  height: 92px;
  margin: 0px 46px 0px 58px;
}

div.contact {
  width: 202px;
  height: 100px;
  margin: 0px 24px 24px 24px;
}

.contact-us {
display:block;
width:202px;
height:100px;
background-image:url('../images/contactus01.jpg');

}

.contact-us:hover {
background-image:url('../images/contactus02.jpg');
color: white
}

.quiz {
display:block;
width:202px;
height:100px;
background-image:url('../images/quiz01.jpg');
}

.quiz:hover {
background-image:url('../images/quiz02.jpg');
color: white
}

.competition {
display: block;
width: 202px;
height: 100px;
background-image: url('../images/comp-on.jpg');
}

.competition:hover {
background-image: url('../images/comp-off.jpg');
color: white
}

p.legenda {
  font-family: arial, helvetica, sans-serif;
  font-size: .75em;
  padding-left: 0;
  color: black;
  text-align: center;
  line-height: 1em;
  margin-top: 0;
  font-weight: bold;
}

p.legenda2 {
  font-family: arial, helvetica, sans-serif;
  font-size: .7em;
  padding-left: 0;
  color: black;
  text-align: center;
  line-height: 1em;
  margin-top: 0;
  font-weight: bold;
}



p.info150 {
  text-align: center;
  font-size:  1.55em;
  font-family: arial, helvetica, sans-serif;
  padding: 10px;
  padding-top: 12px;
  line-height: 1.6em;
}

p.info202 {
  text-align: center;
  font-size:  1.2em;
  font-family: arial, helvetica, sans-serif;
  padding: 10px;
  padding-top: 18px;
  line-height: 1.8em;
}

p.counter {
  text-align: center;
  font-size:  1.3em;
  font-family: arial, helvetica, sans-serif;
  padding: 10px;
  padding-top: 12px;
  line-height: 1.4em;
}

/* Estilo para tabelas */

.tabela {
  border: 1px solid #dadada;
  border-collapse: separate;
  font-family: arial, helvetica, sans-serif;
}

.tabela tbody tr th {
  width: 163px;
}

.tabela tr th, tr td {
  vertical-align: top;
  font-size: 11px;
  line-height: 11px;
  background-color: white;
  padding: 10px 12px;
  border-right: 1px solid white;
  border-left: 1px solid #dadada;
  text-align: center;
}

.tabela tbody tr th, tr th a {
  font-weight: bold;
}

.tabela thead tr th a {
  font-size: 12px;
  color: black;
  line-height: 17px;
}

.tabela tr th span, tr td {
  font-weight: normal;
}

.tabela tr th.left, tr td.left {
  border-left: 0px none;
}

.tabela tr th.right, tr td.right {
  border-right: 0px none;
}

.tabela thead tr th, tr.even th, tr.even td {
  background-color: rgb(169,207,246);
}

p.tabelatopo {
  font-family: arial, helvetica, sans-serif;
  font-size: .75em;
  padding-left: 0;
  color: #4444cc;
  text-align: center;
  margin-top: .5em;
  line-height: 1.2em;
  font-weight: bold;
}

p.tabelatopo span {
  font-weight: normal;
}


/* tabela sem cor */

.tabela2 {
  border: 2px solid white;
  border-collapse: separate;
  font-family: arial, helvetica, sans-serif;
  padding-bottom: 15px;
}

.tabela2 tbody tr th {
  width: 163px;
}

.tabela2 tr th {
  vertical-align: top;
  font-size: 11px;
  line-height: 11px;
  background-color: white;
  padding: 10px 10px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  text-align: left;
}

.tabela2 tr td {
  vertical-align: top;
  font-size: .75em;
  line-height: 11px;
  background-color: white;
  padding: 8px 12px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  text-align: left;
}

.tabela2 tbody tr th {
  font-weight: bold;
}

.tabela2 tr th a {
  font-weight: bold;
}

.tabela2 thead tr th a {
  font-size: .75em;
  color: black;
  line-height: 17px;
}

.tabela2 tr th span, tr td {
  font-weight: normal;
}

.tabela2 tr th.left {
  border-left: 0px none;
}

.tabela2 tr td.left {
  border-left: 0px none;
}

.tabela2 tr th.right{
  border-right: 0px none;
}

.tabela2 tr td.right {
  border-right: 0px none;
}

.tabela2 thead tr th {
  background-color: white;
}

.tabela2 tr.even th {
  background-color: white;
}

.tabela2 tr.even td {
  background-color: white;
}

/* tabela de teacher training */

.tabelatt {
  border: 1px solid #dadada;
  border-collapse: separate;
  font-family: arial, helvetica, sans-serif;
}

.tabelatt tr td {
  vertical-align: middle;
  font-size: 11px;
  line-height: 13px;
  background-color: white;
  padding: 10px 10px;
  border-top: 1px solid #dadada;
  border-right: 1px solid white;
  border-left: 1px solid #dadada;
  text-align: left;
  font-weight: normal;
}

.tabelatt tr th {
  vertical-align: center;
  font-size: 11px;
  line-height: 11px;
  background-color: white;
  padding: 9px 9px;
  border-right: 1px solid white;
  border-left: 1px solid #dadada;
  text-align: center;
  font-weight: bold;
}
  

.tabelatt tr td.left { border-left: 0px none;}

.tabelatt tr td.right { border-right: 0px none; }

.tabelatt tr th.a001 {
  border-left: 1px solid rgb(199, 149, 149);
  background-color: rgb(199,149,149);
}  

.tabelatt tr td.b001 { 
  background-color: rgb(199, 169, 169);
  border-left: 1px solid rgb(199, 149, 149);
}


.tabelatt tr td.b002 { background-color: rgb(169, 199, 169); }

.tabelatt tr td.b003 { background-color: rgb(169, 169, 199); }


/* estilo para caixa verde com cantos redondos */

div.caixaverde {
	width: 202px;
	background: rgb(123,183,35) url('../images/green-c02.gif') no-repeat top right;
	margin-left:24px; margin-right:24px; margin-top:12px; margin-bottom:24px	
}

div.caixaverde div {
	background: url('../images/green-c01.gif') no-repeat top left;
}

div.caixaverde div div {
	background: url('../images/green-c03.gif') no-repeat bottom right;
}

div.caixaverde div div div {
	background: url('../images/green-c04.gif') no-repeat bottom left;
	padding-left:25px; padding-right:25px; padding-top:15px; padding-bottom:10px
}

p.infoverde {
  font-family: arial, helvetica;
  font-size: .7em;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: .6em;
  text-align: center;
  color: white;
}

p.infoverde span {
  font-weight: bold;
}

p.infoverde strong {
  font-weight: bold;
  font-size: 1.2em;
}

p.infoverde a {
  color: white;
}

p.infoverde a:link {
  color: white;
}

p.infoverde a:visited {
   color: white;
}

p.infoverde a:hover {
  color: white;
  text-decoration: underline;
}