@charset "UTF-8";

div#conteudo {
    width: 82%;
    font-family: Verdana;
    font-size: 12pt;
    color: #000000;
    margin: auto;
    padding-top: 10px;
}

div#conteudoAmarela {
    width: 82%;
    font-family: Verdana;
    font-size: 12pt;
    color: #000000;
    background-color: #FFFFCC;
    margin: auto;
    padding-top: 10px;
    padding: 10px;
}

div#conteudo h1 {
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
}
div#conteudoAmarela h1 {
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
}


div#conteudo p {
    text-align: left;
}

figure img.imagem {
    display: block;
    margin: auto;
    max-width:100%;
    height:auto;
}

figure img.imagem2 {
    display: block;
    margin: auto;
}

figure img.imagem3 {
    display: block;
    margin: auto;
    max-width:200%;
    height:auto;
}

figcaption {
    font-family: Verdana;
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
}

div.tabela {
    width: 70%;
    padding: 20px;
    margin: auto;
    background-color: #FFFFCC;
    border: 2px solid #FFCC00;
    border-radius: 20px;
}
div.tabela2 {
    width: 70%;
    padding: 20px;
    margin: auto;
    background-color: #FFFFCC;
    border: 2px solid #A9A9A9;
    margin-bottom: 200px;
}
div.tabela pre{
    font-family: consolas;
    font-size: 11pt;
}

div.tabelaazul {
    width: 70%;
    padding: 20px;
    margin: auto;
    background-color: #C1EBFF;
    border-radius: 20px;
    border:2px solid rgb(102,204,255);
}

div.hotword {
    display: none;
    font-family: Verdana;
    font-size: 11pt;
    background-color: #66CCFF;
    border: 0px solid #3366FF;
    position: absolute;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 20px;
    box-shadow: 7px 7px 7px gray;

}

div.hotword h1 {
    font-family: Verdana;
    font-size: 11pt;
    font-style: bold;
}

div.link {
	display: none;
	font-family: Verdana;
	font-size: 11pt;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	position: absolute;
	padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
    left: 281px;
    top: 469px;
    visibility: visible;
    border-radius: 20px;
    box-shadow: 7px 7px 7px gray;

}

div.link h1 {
    font-family: Verdana;
    font-size: 11pt;
    font-style: bold;
}

span.fecharhotlink {
  position: absolute;
  width: 30px;
  border-radius: 20px;
  top: 10px;
  right:25px;
  cursor: pointer;
  text-align: center;
  color:#fff;
  font-weight: bolder;
  border: 2px solid gray;
  box-shadow: 1px 1px 1px gray;
  background-color:  gray;    
  margin-bottom:10px;
}
span.fecharhotlink:hover{
  background-color: #FF3232;
  border: 2px solid #FF3232;
}

div.program {
    padding: 10px;
    margin: auto;
    font-size: 11pt;
    background-color: #D7F2FF;
    border: 2px solid #B9E9FF;
}

table#sec {
    width: 75%;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid rgb(75,172,198);
    box-shadow: 3px 3px 1px gray;
}

table#sec td {
    width: -1%;
    padding: 10px 20px 10px 20px;
}

table#sec th {
    text-align:center;
    font-weight: normal;
    padding: 10px;
    color: #fff; 
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3b91c7), color-stop(1, #006fd1));
    background:-moz-linear-gradient(top, #3b91c7 5%, #006fd1 100%);
    background:-webkit-linear-gradient(top, #3b91c7 5%, #006fd1 100%);
    background:-o-linear-gradient(top, #3b91c7 5%, #006fd1 100%);
    background:-ms-linear-gradient(top, #3b91c7 5%, #006fd1 100%);
    background:linear-gradient(to bottom, #3b91c7 5%, #006fd1 100%);

}

table#sec tr {       
    border: 1px solid rgb(75,172,205);

}

table#sec tr:nth-child(even) {
    background-color: #C1EBFF;
}

table.tabmet1 {
        border: 2px solid #4F81BD;
        padding: 12px;
        font-size: 11pt;
        text-align: justify;
        background-color: #E8E8E8;
    }

     .linkIntegrado {
        width: 80%;
        border: 2px solid #4F81BD;
        padding: 12px;
        font-size: 11pt;
        text-align: justify;
    }

    div#met1 {
        border-radius: 10px;
        position: relative;
        margin: -12px;
        margin-left: 15px;
        min-height: 30px;
        max-height: 50px;
        width: 60%;
        padding: 10px 10px 2px 10px;
        background-color: #4F81BD;     
        color: #fff;
        cursor:pointer;
    }
      .foo {
    display:none;
    }


.tabelac{
    width: 90%;
}
.thc{
    background: #468cd2;
    border-bottom: #3277bc 3px solid;
    text-shadow: #214d73 1px 1px 0;
    font-weight: normal;
    padding: 10px;
    width: 45%;
    border-radius: 10px;
    color: white;
    
}
.seta{
    width: 45%;
    text-align: center;
}

.seta-baixo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 
    cursor:pointer;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid  #468cd2;
  
  text-shadow: #214d73 1px 1px 0;;
}   






    /* ATENÇÃO: COLOCAR ABAIXO DESSA LINHA APENAS CSS REFERENTES À ANIMAÇÕES:;*/

    
  .foo_animacao {
    display:none;
    border-radius: 5px;
    padding: 10px;
    
    background:  #f1f1f1;
    color: black;
    border: 2px solid #3277bc;
}

.tabelac_animacao{
    width: 90%;
}
.thc_animacao{
    background: #468cd2;
    border-bottom: #3277bc 3px solid;
    text-shadow: #214d73 1px 1px 0;
    cursor:pointer;
    padding: 10px;
    width: 300px;
    border-radius: 10px;
    color: white;
    font-weight:normal;    
}
.seta_animacao{
    width: 5%;
    text-align: left;
    cursor: pointer;
}

@keyframes slidein_right {
  from {
    margin-left: 00px;
}

to {
    margin-left: 10px;
}
}

.seta-direita_animacao:before {

  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0px; 
  height: 0px; 
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-name: slidein_right;

  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #468cd2;
  text-shadow: #214d73 1px 1px 0;;
}   

.seta_down:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 50%;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #468cd2;
}
