body {
    background-image : url('../imagens/infocomerciais/fundo.jpg');
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


a {
    text-decoration: none;
  }


a:active {
    text-decoration: none;
  }


a:hover {
    text-decoration: underline;
  }


a:visited {
    text-decoration:none;
  }


.titulo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #004182;
    font-weight: bold;
  }


.subtitulo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
    font-weight: normal;
  }


.leiamais {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #004182;
    font-weight: normal;
  }


.texto {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: normal;
  }

.menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
  }


.info {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #336666;
    font-weight: bold;
  }


.cidade {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #336666;
    font-weight: bold;
  }


a.amenu:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
  }


a.amenu:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-decoration: underline;
  }


a.amenu:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
  }


a.amenu:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
  }


a.adestaque:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7887BC;
  }


a.adestaque:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7887BC;
    text-decoration: underline;
  }


a.adestaque:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7887BC;
  }


a.adestaque:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7887BC;
    text-decoration: none;
  }


a.asubtitulo:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
    font-weight: normal;
  }


a.asubtitulo:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    font-weight: normal;
    text-decoration: underline;
  }


a.asubtitulo:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
    font-weight: normal;
  }


a.asubtitulo:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
    font-weight: normal;
  }

/********************************************************************/
/*                                                                    */
/* Folhas de Estilo dos Itens que aparecem na Capa da                 */
/* editoria atual                                                     */
/*                                                                    */
/* Cada capa pode conter uma quantidade N de sub-editorias.           */
/* Cada sub-editoria contém notícias, includes e links. A             */ 
/* nomenclatura das classes segue a seguinte estrutura:               */
/*                                                                    */
/* se0,se1...seN...: sub-editorias                                    */
/* n0,n1...nN......: noticias                                         */
/* i0,i1...iN......: includes                                         */
/* l0,l1...lN......: links                                            */
/*                                                                    */
/* Se não for definido um estilo para algum item, ele assumirá        */
/* como padrão a formatacao do seu "objeto-pai". Isso significa       */
/* que, caso hajam mais noticias do que estilos, esses não precisam   */
/* ser definidos, pois seguirão o estilo padrão de onde estiverem     */
/* (seja em uma editoria, seja no "corpo" da capa ou seja no          */
/* "corpo" da página                                                  */ 
/*                                                                    */
/* Essa formatacao é util quando se quer fazer destaques na capa:     */
/* Por exemplo, o 1o e o 2o itens teriam fontes maiores, imagens      */
/* ou configurações diferentes das noticias comuns                    */
/*                                                                    */
/*                                                                    */
/*                                                                    */
/***********************************************************************/
/*-----------------------------------------*/
/* "Corpo" da capa - configurações padrão  */ 
/*-----------------------------------------*/

.capa_editoria {
/*
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
*/
    display: block;
    float: left;
    width: 100%;
  }


.capa_editoria a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;

    text-decoration: none;
    display: block;
    float: left;
    width: 100%;
  }

.capa_editoria a:hover {
    text-decoration: underline;
  }

/* Notícias de destaque */
.capa_editoria #n0,#n1,#n2,#n3 {
    display : block;
    float : left;
    height : 150px;
    text-decoration : none;
    width : 46%;

    margin:0px 8px 8px 0px;
    padding:0px 8px 8px 0px;

  }

/* Notícias de destaque */
.capa_editoria #n0 h5   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 
	background-image : url("../imagens/barra_meio_maior.gif");
        background-repeat: no-repeat;
	background-position : bottom left;
        display: block;

	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;

        width: 100%;
}
.capa_editoria #n0 a h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 

	background-image : url("../imagens/barra_meio_maior.gif");
        background-repeat: no-repeat;
	background-position : bottom left;
        display: block;

	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;

        width: 100%;

}
.capa_editoria #n0 h6   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
        display: block;
	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        vertical-align: top;
        width: 100%;
}
.capa_editoria #n0 a h6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
        display: block;
	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        vertical-align: top;
        width: 100%;
}

.capa_editoria #n1 h5   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 

	background-image : url("../imagens/barra_meio_maior.gif");
        background-repeat: no-repeat;
	background-position : bottom left;
        display: block;

	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        width: 100%;
}
.capa_editoria #n1 a h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 

	background-image : url("../imagens/barra_meio_maior.gif");
        background-repeat: no-repeat;
	background-position : bottom left;
        display: block;

	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        width: 100%;
}
.capa_editoria #n1 h6   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
        display: block;
	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        vertical-align: top;
        width: 100%;
}
.capa_editoria #n1 a h6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
        display: block;
	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;  
        vertical-align: top;
        width: 100%;
}

.capa_editoria #n2 h5   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 

	background-image : url("../imagens/barra_meio_maior.gif");
        background-repeat: no-repeat;
	background-position : bottom left;
        display: block;

	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        width: 100%;
}
.capa_editoria #n2 a h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 

	background-image : url("../imagens/barra_meio_maior.gif");
        background-repeat: no-repeat;
	background-position : bottom left;
        display: block;

	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        width: 100%;
}
.capa_editoria #n2 h6   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
        display: block;
	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;  
        vertical-align: top;
        width: 100%;
}
.capa_editoria #n2 a h6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
        display: block;
	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        vertical-align: top;
        width: 100%;
}

.capa_editoria #n3 h5   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 

	background-image : url("../imagens/barra_meio_maior.gif");
        background-repeat: no-repeat;
	background-position : bottom left;
        display: block;

	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        width: 100%;
}
.capa_editoria #n3 a h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 

	background-image : url("../imagens/barra_meio_maior.gif");
        background-repeat: no-repeat;
	background-position : bottom left;
        display: block;

	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        width: 100%;
}
.capa_editoria #n3 h6   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
        display: block;
	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;  
        vertical-align: top;
        width: 100%;
}
.capa_editoria #n3 a h6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
        display: block;
	margin:0px 8px 8px 0px;
	padding:0px 8px 8px 0px;
        vertical-align: top;
        width: 100%;
}
