#content {
    padding-right: 0;
    width: 916px;
}
.menu_destaque {
    float: left;
    position: relative;
    width: 239px;
}

.menu_destaque .barra_top{
    float: left;
    position: relative;
    width: 239px;
    height: 10px;
    margin-bottom: 10px;
    background-color: #EEEEEE;
}

.menu_destaque .content{
    float: left;
    position: relative;
    width: 239px;
    padding: 10px 0;
    background-color: #EEEEEE;
}

h2
{
    margin: 0;
    padding: 0;
    color: #999999;
    padding-left: 20px;
}

h2.verde, h3.verde
{
    color: #1F7A43;
}

h3 {
    font-size: 12px;
    color: #999999;
    padding-left: 20px;
    padding-bottom: 12px;
}
.menu_destaque ul {
    padding-top: 12px;
    float: left;
    position: relative;
    width: 100%;
}
.menu_destaque ul li {
    float: left;
    position: relative;
    margin-bottom: 2px;
}
.menu_destaque ul li a {
    float: left;
    position: relative;
    font-size: 14px;
    color: #666666;
    width: 219px;
    height: 19px;
    padding-top: 1px;
    padding-left: 20px;
    background-image: url(../../../images/modules/home/menudestaque_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.menu_destaque ul li a:hover {
    text-decoration: none;
    background-position: bottom left;
}
/****************************************************************************/
.rotativo
{
    float: left;
    position: relative;
    width: 654px;
}

.rotativo .barra_top
{
    position: relative;
    margin: 0 auto;
    width: 600px;
    height: 10px;
    margin-bottom: 10px;
    background-color: #EEEEEE;
}
/**************************************************************************/
ul.linha {
    float: left;
    position: relative;
    width: 876px;
}

ul.linha li {
    float: left;
    position: relative;
    width: 288px;
    height: 251px;
    margin-right: 4px;
}
ul.linha li.last {
    margin-right: 0;
}

ul.linha li .barra_top {
    position: relative;
    margin: 0 auto;
    width: 250px;
    height: 10px;
    margin-bottom: 10px;
    background-color: #CCCCCC;
}

ul.linha li a.conteudo:hover .barra_top {
    background: transparent url(../../../images/modules/home/barratopverde_bg.png) repeat-x top left;
}

ul.linha li a.conteudo:hover h2
{
    color: #1F7A43;
}
.barra_top.verde {
    background: transparent url(../../../images/modules/home/barratopverde_bg.png) repeat-x top left;
}

ul.linha li a.conteudo {
    float: left;
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
    text-decoration: none;

}

ul.linha li a.conteudo .sombra_imagem{
    position: absolute;
    width: 288px;
    height: 200px;
    top: 20px;
    right: 0;
    background: transparent url(../../../images/modules/home/sombra_imagens.png) no-repeat top left;
}

ul.linha li div.conteudo {
    float: left;
    position: relative;
    width: 250px;
    padding: 0 19px;
}

ul.linha li h2,
ul.linha li h3 {
    width: 250px;
    margin-top: 10px;
    padding-left: 19px;
    text-align: left;
}

ul.linha a.mais {
    position: absolute;
    right: 19px;
    bottom: 0;
}
/****************************************************************************/
div.noticias {
    float: left;
    position: relative;
    width: 555px;
    padding-left: 19px;
    padding-right: 10px;

}
div.noticias h2 {
    padding-left: 7px;
    padding-bottom: 10px;
}
div.noticias h3 {
    padding-left: 7px;
    height: 25px;
}
div.noticias  .barra_top {
    position: relative;
    width: 100%;
    height: 10px;
    margin-bottom: 10px;
    background-color: #CCCCCC;
}

div.noticias ul li {
    float: left;
    position: relative;
    width: 255px;
    height: 312px;
    margin-right: 35px;
}

div.noticias ul li a.mais {
    position: absolute;
    right: 0;
    bottom: 0;
}
div.noticias ul li p {
    padding-left: 7px;
}

div.noticias ul li.last {
    margin-right: 0;
}

div.noticias ul li  .barra_top {
    position: relative;
    width: 265px;
    height: 10px;
    margin-bottom: 6px;
    background-color: #CCCCCC;
}
/****************************************************************************/
.popup {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 454px;
    height: 454px;
    margin-top: -227px;
    margin-left: -227px;
    z-index: 99999;
}

.popup ul li {
  display: none;
}

.popup ul li.active {
  display: block;
}

.popup a.link-facebook {
    position: absolute;
    bottom: 44px;
    left: 166px;
    width: 130px;
    height: 20px;
}

.popup a.bt-fechar-popup {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 34px;
    height: 34px;
    background: transparent url(../../../images/layout/bt-fechar-popup.png) top left no-repeat;
}

.popup #banner02 a {
  position: absolute;
  top: 226px;
  left: 60px;
  width: 222px;
  height: 33px;
}
