/**
 * @author Fabio Miranda Costa <fabio [at] solucione [dot] info>
 * http://solucione.info
 * http://meiocodigo.com
 */

/*********************************************
CLASSE PARA SETAS TRANSPARENTES
*********************************************/
.seta-esq-transparente, .seta-baixo-transparente{
    overflow: hidden;
    text-indent: -20px;
    position: absolute;
    font-size: 1px;
}
.seta-esq-transparente{
    width: 10px;
    height: 21px;
    background: url('../img/seta_esq_destaque.png');
}
.seta-baixo-transparente{
    width: 20px;
    height: 10px;
    background: url('../img/seta_baixo_imgs.png');
}
/*********************************************
CLASSE PARA IMAGENS COM LEGENDA SOBRE ELAS
*********************************************/
.legenda-sobre-imagem{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.legenda-sobre-imagem-legenda{
    overflow: hidden;
    display: block;
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    _bottom: -1px;
}
.legenda-sobre-imagem-legenda-texto{
    position: relative;
    z-index: 2;
    display: block;
}
.legenda-sobre-imagem-legenda-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2000px;
    opacity: 0.8;
    display: block;
    text-indent: -10px;
    filter: alpha(opacity=80);
}
/*********************************************
CLASSE PARA IMAGENS COM LEGENDA ABAIXO DELAS
*********************************************/
.imagem-com-legenda-bg, .imagem-com-legenda-titulo, .imagem-com-legenda-texto{
    display: block;
}
.imagem-com-legenda-bg{
    padding: 10px;
    overflow: hidden;
    font-weight: 900;
}
.imagem-com-legenda-dir{
    float: right;
}
.imagem-com-legenda-titulo{
    text-transform: uppercase;
    padding-bottom: 2px;
}
/*********************************************
CLASSE PARA LISTAGENS DE NOTICIAS
*********************************************/
.listagem-noticias li{
    padding-bottom: 20px;
}
.listagem-noticias-titulo{
    text-transform: uppercase;
    font-size: 11px;
    padding-bottom: 2px;
}
.listagem-noticias-cor1 .listagem-noticias-titulo{
	color:  #98A508;
 
}
.listagem-noticias-cor2 .listagem-noticias-titulo{
    color: #999999;
}
.li-noticia1 a{
    font-size: 18px;
}
.li-noticia2 a{
    font-size: 14px;
}
/*********************************************
CLASSE PARA TITULOS DE BOXES
*********************************************/
.box-titulo{
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
}
.box-titulo h2{
    float: left;
}
.box-titulo-dir{
    float: right;
}
/*********************************************
CLASSE PARA ABAS
*********************************************/
.abas li{
    float: left;
}
.abas a{
    float: left;
}
/*********************************************
CLASSE PARA ELEMENTOS DE FORMULARIOS
*********************************************/
.btn1{
    font-family: Frutiger, Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 22px;
    padding: 0 5px;
    border: 0;
}
.texto1{
    border: 0;
    padding: 4px;
    height: 14px;
}
.span_banner{
    font-size: 11px;
}
