a
{
    font-style: normal;
    text-decoration: none;
}
a:hover
{
    font-style: normal;
    text-decoration: underline;
}

a.lclaro:hover
{
    font-style: normal;
    text-decoration: underline;
}
img
{
    border-style: none;
}


.Tab
{
    cursor: pointer;
}
.IE8Fix
{
    z-index: 999;
}
.Rodape
{
    font-size: x-small;
    font-family: 'Segoe UI';
}
.RodapeX
{
    font-size: xx-small;
   font-family: 'Segoe UI';
}
.Topo {
    font-size: small;
    font-family: 'Segoe UI';
    text-align: center;
    color: #FFFFFF;
    height: 180px;
}
.TopoMenu
{
background-color: #4c4c4c;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 8px;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  max-height: 34px;
  overflow: hidden;
  box-sizing: content-box;
}

.Esquerda
{
    vertical-align: top;
    text-align: left;
  font-family: 'Segoe UI';
    font-size: x-small;
    width: 180px;
    border-width: 1px;
    border-right-style: solid;
    border-right-color: #E4E4E4;
}
.Meio
{
    vertical-align: top;
  font-family: 'Segoe UI';

}



.Direita
{
    vertical-align: top;
    text-align: center;
    font-size: x-small;
    font-family: 'Segoe UI';
    width: 150px;
    border-width: 1px;
    border-left-style: solid;
    border-left-color: #E4E4E4;
}

/* Youtube */
.Youtube {
    left: 0;
    width: 700px;
    height: 394px;
}

/* For smartphones */
@media (max-width: 550px) {
    .Youtube {
        width: 200px;
        height: 112px;
    }
}

/* For tablets & smart phones */
@media (min-width: 551px) and (max-width: 767px) {
   .Youtube {
        width: 400px;
        height: 225px;
    }
}

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
   .Youtube {
        width: 500px;
        height: 280px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
   .Youtube {
        width: 850px;
        height: 478px;
    }
}


/* For larger displays */
@media (min-width: 1200px) {
   .Youtube {
        width: 850px;
        height: 478px;
    }
}


