@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;
}

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;
    font-family: Trebuchet MS;
    background-color: #fff;
    border: 1px solid rgb(75,172,198);
    box-shadow: 3px 3px 1px gray;
}

table#sec td {
    width: -1%;
    padding: 2px 4px 2px 4px;
}

table#sec th {
    padding: 10px;
    text-align: left;
    color: #fff; 
        -moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
    box-shadow:inset 0px 1px 0px 0px #bee2f9;
    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: rgb(210,234,241);
}

table.tabmet1 {
        border: 2px solid #4F81BD;
        padding: 12px;
        font-size: 11pt;
        text-align: justify;
        background-color: #E8E8E8;
    }

    div#met1 {
        border-radius: 10px;
        position: absolute;
        margin: -22px;
        margin-left: 15px;
        width: 60%;
        padding: 6px 10px 5px 10px;
        background-color: #4F81BD;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-weight: bold;
        color: #fff;
        cursor:pointer;
    }
      .foo {
    display:none;
    }
    

