/* ------------------------------------------------------------------------- */
/* TAGS HTML --------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
a, a:visited {
	text-decoration: none;
    color: #00aff0;
    font-size : 12px; 
}

a:hover {
	text-decoration: underline;
}

h1 {
    padding:0;
	margin: 0px 0px 10px 0px;
    color: #0192b9;
    font-size : 23px;
    font-weight: bold;
    text-align: left;    
}

h1.secao {
	background: url("../../images/estrutura/bg-h1.jpg") top left no-repeat;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	width: 580px;
	height: 40px;
	_height: 50px;	
	text-align: center;
	color: #FFFFFF !important;
	font-size: 25px;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
    color: #0191B9;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

/* UTILIZADO PARA MENSAGENS DE ERRO */
h4 {
	color: #800000;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 40px;
	padding: 20px 0 0;
	text-align: center;
}

hr {
	clear: both;
	margin: 0 0 5px 0;
    height: 3px;
    border: 0;
	border-top: #cacaca solid 1px;
}

img {
	margin: 0 0 15px 0;
	padding: 0;
}

input {
	font-size: 12px;
}

li, ul {
    list-style-type: square;
    color: #000000;
}

li {
	margin: 0 0 5px 0;	
}

p {
	margin: 0 0 10px 0;
	padding: 0;
    color: #545353;
    font-size : 12px;
    line-height: 18px; 
}

table {    
    color : #545353;
    border: 0;
    font-size : 11px;
    text-decoration : none;
    text-transform : none;
    vertical-align : middle;
}

td {
	padding: 3px;
}

tr, td, th {
	border: 0;
}

ul {
	margin: 0 0 10px 15px;
}
/* ------------------------------------------------------------------------- */
/* ESTRUTURA PRINCIPAL ----------------------------------------------------- */
/* ------------------------------------------------------------------------- */
html,body {    
    background: #ffffff;
    color: #545353;
    font-family : Trebuchet MS, Verdana, Arial;
    font-size : 12px;
    font-weight: normal;
    text-align: center;
}

#corpo {	
	width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#container {
	background: #ffffff url("../../images/estrutura/bg-container.jpg") top left repeat-y;
	position: relative;
	padding: 10px 0;
	width: 960px;
	_z-index: -1;
}

/* ------------------------------------------------------------------------- */
/* LOGO -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#logo {
	background: url("../../images/estrutura/bg-logo.jpg") top left no-repeat;
	width: 960px;
    height: 170px;
    position: relative;    
}

#logo_estatico { /* IMAGEM */
	left: 6px;
	position: absolute;
	top: 38px;
}

#logo_estatico img {
	margin: 0;
}

#links-uteis a, #links-uteis a:visited {
	position: absolute;
	margin: 0;
	padding: 0;
}

#links-uteis img { 
	margin: 0;
	padding: 0;
	border: 0;
}

#links-uteis a#yahoo-mail {
	bottom: 3px;
	_bottom: -1px;
	right: 155px;
}

#links-uteis a#gmail {
	bottom: 3px;
	_bottom: -1px;
	right: 87px;
}

#links-uteis a#hotmail {
	bottom: 3px;
	_bottom: -1px;
	right: 10px;
}

#barra-links-top {
	position: absolute;
	top: 5px;
	left: 8px;
	color: #9a9b9c;
	font-size: 10px;
	font-family: Verdana,Arial,Trebuchet MS;
}

#barra-links-top a, #barra-links-top a:visited {
	margin: 0 26px;
	font-size: 10px;
	font-weight: normal;
	color: #9a9b9c;	
}

#barra-links-top a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#barra-links {
	position: absolute;
	text-align: center;
	top: 130px;	
	font-family: Verdana, Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 150px;
}

#barra-links a, #barra-lins a:visited {
	display: block;
	float: left;
	height: 28px;
	_height: 40px;
	color: #FFFFFF;
	font-size: 13px;
	padding: 12px 31.4px 0 31.4px;
	text-transform: uppercase;
}

#barra-links a:hover {
	text-decoration: none;
	background: #00bce6;
}

#powered-b2mlportal {
	background: url("../../images/estrutura/b2mlportal.jpg") top left no-repeat;
	position: absolute;
	display: block;
	top: 144px;
	left: 10px;
	width: 107px;
	height: 13px;
}

#powered-b2mlportal:hover {
	background-position: 0 -13px;
}

#powered-b2mlportal span {
	display: none;
}

/* ------------------------------------------------------------------------- */
/* COLUNA ESQUERDA --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#colunaesquerda {
	position: absolute;
	left: 0px;
	padding: 0px 10px;
	width: 120px;
	_width: 140px;
	float: left; 
}

/* ------------------------------------------------------------------------- */
/* COLUNA DIREITA ---------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#colunadireita {
	position: absolute;
	right: 10px;
	padding: 0px 0px 0 10px;
	width: 200px;
	_width: 210px;
	float: right; 
}

#sponsors {
    width: 200px;
}

/* ------------------------------------------------------------------------- */
/* RODAPÉ ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------- */

#creditos {
	background: #ffffff;
	padding: 20px 0 0 0;	
	width: 950px;	
	position: relative;
	clear: both;
	text-align: center;
	font-family: Verdana, Trebuchet MS, Arial;
}

#creditos p, #creditos a, #creditos a:visited {
   color: #0191B9;
   font-size: 9px;
   font-weight: normal;
   text-decoration: none;
}

#creditos a:hover {
	text-decoration: underline;
	color: #0191b9;
}

/* LOGOMARCA DO b2mlportal */ 
#rodape_b2ml {
	position: absolute;
	width: 120px;
	height: 30px;
	right: 45px;
	bottom: 25px;
	_bottom: 15px;
}

#rodape_b2ml img{
	border: 0px;
	padding: 0px;
	margin: 0px;	
}

#links-creditos {
	font-size: 10px;
	color: #0191b9;
	text-align: center;
	margin: 0 0 15px;
}

#links-creditos a, #links-creditos a:visited {
	text-transform: uppercase;
	font-size: 10px;
	color: #0191b9;
	margin: 0 15px;
}

#links-creditos a:hover {
	color: #08afdd;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */
/* CONTEÚDO EM GERAL ------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#conteudo, .conteudo {
	position: relative;
	left: 140px;
	width: 580px;
	_width: 600px;
	min-height: 1210px;
	_height: 1210px;
	padding: 0px 10px;
    text-align: left;
}

/* Meia seção */
.quadro {
	width: 43%;
	_width: 45%;
	overflow: hidden; 
	float: left;
	border: none; 
	margin: 5px 2% 5px 2%; 
	padding: 0 1% 0 1%;
	text-align: left; 
	display: block;
}

/* Imagens ------------------------------- */
.imagem_canto, .imagem_esquerda {
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
}

.imagem_centralizada { 
   margin: 0 0 15px 0;
   padding: 0;
   clear: both;
}

.imagem_direita {
   margin: 0 0 15px 15px;
   padding: 0;
   float: right;
}
/* ----------------------------------------- */

/* Caminho (Você está em...) --------------- */
#caminho{
	position: absolute;
	left: 220px;
	padding: 0 15px;
	width: 480px;
	_width: 510px;
	font-size: 11px;
	text-align: right;
}

#caminho a {
	font-size: 11px;
}
/* ----------------------------------------- */

/* Notícias -------------------------------- */
.comentario {
	width: 100%;
	margin: 0 0 20px 0;
}

.bloco_de_noticias{
	margin: 0px 0px 10px 0px;
   	padding: 0;
   	border: 0;
   	color: #000000;
    font-size: 11px;
   	text-align: left;
}

.data-destaque {
	font-size: 12px;
	font-weight: bold;
	color: #015F09;
}

.bloco_de_noticias p{  
    color: #5B5856;
    font-size: 11px;
}

.bloco_de_noticias a, .bloco_de_noticias a:visited{  
    font-size: 11px;
    text-transform: none;
    text-decoration: none;    
    font-weight:normal;
}

.bloco_de_noticias a:hover{  
    font-size: 11px;
    text-transform: none;
    text-decoration: underline;
    font-weight:normal;
}
/* ------------------------------------------ */

/* Link para o Mapa do Site ----------------- */
#mapa {
	position: absolute;
	top: 25px;
	right: 30px;
	height: 16px;
	padding: 0px;
}

#mapa a, #mapa a:visited {
	color: #FFFFFF;
	font-size: 11px;
}
/* ------------------------------------------ */

/* Idiomas ---------------------------------- */
#idiomas {
	position: absolute;
	left: 350px;
	top: 60px;
	border: 0;
	margin: 0;
	padding: 0;
}

#idiomas a, #idiomas a:visited {
	color: #b1c0cf;
	margin: 0 10px 0 0;
}

#idiomas a:hover {
	color: #FFFFFF;	
	text-decoration: none;
}

#idiomas img {
	margin: 0;
	padding: 0;
}
/* ------------------------------------------ */

/* Painel de Busca ------------------------- */
.busca {	
	position: absolute;
	width: 325px;
	height: 30px;
	top: 95px;
	right: 0px;
}

.busca .label {
	color: #008fc4;
	font-weight: bolder;
	font-size: 14px;
	text-transform: uppercase;
	margin: 3px 13px 0 0;
	display: block;
	float: left;
}

.busca .campo {
	background: url("../../images/estrutura/bg-campo-busca.jpg") top left no-repeat !important;
	border: 0 !important;
	position: absolute;	
	width: 187px;
	_width: 195px;
	height: 16px;
	_height: 24px;
	color: #838e90;    
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    padding: 4px !important;
    margin: 0;
}

.busca .botao{
	position: absolute;
	right: 9px;
	background: url("../../images/estrutura/btn-ok-busca.jpg") top left no-repeat;	
}

/* Painel de Busca do créditos -------------- */
#creditos .busca {
	position: relative;
	top: 0;
	left: 318px;
	_left: 0;
	margin: 0;	
}

#creditos .busca .label {
	font-family:Trebuchet MS,Verdana,Arial;
	font-size:14px;
}

#creditos .busca .campo {
	left: 50px;
}

#creditos .busca .botao {
	right: 14px;
}

/* Painel de Cadastro de Newsletter --------- */
#newsletter {
	background: url("../../images/estrutura/bg-newsletter.jpg") top left no-repeat;
	position: absolute;	
	width: 326px;
	height: 76px;
	top: 5px;
	right: 0;
	color: #769CC9;    
	text-align:center;   
    font-weight:normal;
    text-decoration: none;
}

#newsletter .campo {
	background: url("../../images/estrutura/bg-campo-newsletter.jpg") top left no-repeat;
	border: 0;
	position: absolute;
	top: 4px;
	left: 117px;
	width: 130px;
	_width: 138px;
	height: 15px;
	_height: 23px;
	padding: 4px 4px 4px 5px;
	color: #838e90;
    font-weight:normal;
    font-size: 11px;
    text-decoration: none;
}

#newsletter .botao {
	cursor: pointer;
	background: url("../../images/estrutura/btn-ok-newsletter.jpg") top left no-repeat;
	position: absolute;
	top: 4px;
	left: 255px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 62px;
	height: 23px;
}

/* Painel de Login à Àrea Restrita ----------- */
#login {
	position: relative;
    color:#769CC9;    
    font-weight:normal;
    text-decoration: none;
    text-align: center;   
}

#login .campos{
	width: 120px;
	height: 20px;
	color: #000000;
	font-weight:normal;
	font-size: 10px;
    text-decoration: none;
}
/* -------------------------------------------- */

/* Vídeos */
#video {
	padding: 10px 5px;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DO FORUM -------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.form-forum input {
	width: 240px;
	font-size: 11px;
}

.form-forum .btnEnviar {
	width: 150px;	
}

#forum {
	width: 90%;
	margin: 0 auto 15px auto;
	text-align: center;
	clear: both;
}

#forum .topico {
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #a5a5a5;
	position: relative;
	padding: 0;
	margin: 0 auto 5px auto;
}

#forum .topico h1 {
	font-size: 12px;
	color: #285783;
	width: 97.7%;
	_width: 100%;
	display: block;	
	background: #efefef;
	padding: 12px 0 3px 10px;
	margin: 0; 
}

#forum .topico h1 a {
	font-size: 12px;
	color: #285783;
}

#forum .topico .data-autor {
	position: absolute;
	color: #000000;
	top: 0;
	right: 10px;
	font-size: 10px;
}

#forum .topico p {
	text-align: left;
	padding: 10px;
	margin: 0;
	color: #000000;
	font-size: 11px;
}

#novotopico, #novaresposta {
	border: 1px solid #a9c4df;
	background-color: #f2f5f8;
	margin: 0 0 10px; 
}

.btnNovoTopico, .btnNovaResposta {
	font-size: 11px;
	width: 80px;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DOS COMPONENTES FIXOS DA CAPA ----------------------------------- */
/* ------------------------------------------------------------------------- */

#destaques {
	width: 280px;
	float: left;
	margin: 0 20px 5px 0;
	padding: 0;	
}

#destaques #ultima-noticia {
	padding: 0;
	margin: 0;
}

#destaques #ultima-noticia a, #destaques #ultima-noticia a:visited {
	color: #7b0018;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin: 0 0 15px 0;
}

#destaques #ultima-noticia a:hover {
	color: #a0001f;	
}

#destaques #ultima-noticia a.mais-noticias, #destaques #ultima-noticia a.mais-noticias:visited {
	font-size: 12px;
	text-align: right;
	outline: none;
	font-weight:normal;
}

#destaques #ultimo-artigo {
	padding: 5px 0 0 0;
	margin: 0 0 20px;	
	position: relative;
}

#destaques #ultimo-artigo a, #destaques #ultimo-artigo a:visited {
	color: #038637;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}

#destaques #ultimo-artigo a:hover {
	color: #05ac48;
}

#destaques #ultimo-artigo p {
	margin: 10px 0 10px 0;
	text-align: justify;
}

#destaques #ultimo-artigo a.leia-mais, #destaques #ultimo-artigo a.leia-mais:visited {
	font-size: 12px;
	text-decoration: underline;	
	font-weight: normal;
	text-align: right;
	margin: 0 0 15px 0;
	display: block;
	outline: none;
}

#itajuba-em-foco {
	float: right;
	width: 280px;
	margin: 0;
	padding: 0;	
}

#itajuba-em-foco #player {
	background: url("../../images/estrutura/bg-player-itajubaemfoco.jpg") top left no-repeat;
	width: 240px;
	_width: 260px;
	eight: 187px;
	_height: 207px;
	margin: 0 10px 10px 10px;
	padding: 10px;
	overflow: hidden;
}

#itajuba-em-foco h1, #itajuba-em-foco h1 a, #itajuba-em-foco h1 a:visited {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #44b9d5;	
	text-align: left;
}

#itajuba-em-foco p {
	margin: 0 0 10px 0;
}

#itajuba-em-foco a, #itajuba-em-foco a:visited {
	display: block;
	text-align: right;
	text-decoration: underline;
	outline: none;
}

/* ------------------------------------------------------------------------- */
/* BLOCO DE AGENDA (GOOGLE CALENDAR) --------------------------------------- */
/* ------------------------------------------------------------------------- */

.quadro .bloco_de_agenda h1 {
	background: url("../../images/estrutura/bg-h1-bloconoticias-azul.jpg") top left no-repeat;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	width: 180px;
	height: 40px;
	_height: 50px;	
	text-align: center;
	color: #FFFFFF;
	font-size: 25px;
}

.bloco_de_agenda .data-evento {
	font-size: 13px;
	text-decoration: underline;
	color: #011c90;	
}

.bloco_de_agenda p {
	font-size: 11px;
	text-decoration: none;
	color: #011c90;	
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DE SEÇÕES E COMPONENTES ESPECÍFICOS ----------------------------- */
/* ------------------------------------------------------------------------- */

/* Texto Orkut */
.c11853 h2 {
	color: #a0338a;
}

/* Texto Twitter */
.c11859 h2 {
	color: #029bf4;
}

/* Artigos */
h1.noticias {
	background: url("../../images/estrutura/bg-h1-artigos.jpg") top left no-repeat;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	width: 580px;
	height: 40px;
	_height: 50px;	
	text-align: center;
	color: #FFFFFF !important;
	font-size: 25px;
}

/*Agenda*/ 
.s166 h1{
	background: url("../../images/estrutura/bg-h1-agenda.jpg") top left no-repeat !important;
}

.s166 h2{
	color:#011C91;
	font-size:17px;
}

.s166 a, .s166 a:visited {
	color:#011C91;
}

/*Guia Comercial*/
.s257 h1, .s226 h1, .s227 h1, .s228 h1, .s229 h1, .s230 h1, .s262 h1 {
	background: url("../../images/estrutura/bg-h1-guia.jpg") top left no-repeat;
}

.s257 a, .s226 a, .s227 a, .s228 a, .s229 a ,.s230 a, .s262 a, .s257 a:visited, .s226 a:visited, .s227 a:visited, .s228 a:visited, .s229 a:visited, .s230 a:visited, .s262 a:visited  {
	color:#F5821F;
}

.s227 h2, .s228 h2, .s229 h2{
	color:#F5821F;
}

.s257 .quadro h1{
	background: #FFFFFF;
	color:#F5821F;
}

.s257 .quadro a{
	color:#F5821F;
}

.s257 .quadro .imagem_canto, .imagem_esquerda{
	margin:0 15px 0 0;
	padding: 3px 0 0 0;
}

.s257 .quadro .imagem_centralizada {
	margin:0 0 -6px;
}


/* Notícias */
.s6 h1.noticias {
	background: url("../../images/estrutura/bg-h1-noticias.jpg") top left no-repeat;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	width: 580px;
	height: 40px;
	_height: 50px;	
	text-align: center;
	color: #FFFFFF !important;
	font-size: 25px;
}

.s6 a:hover {
	color: #a0001f !important;
}

.s6 .data-destaque {
	color: #8A001A !important;
}

.s6 .paginacao a, .s6 .paginacao a:visited {
	color: #8A001A !important;
}

.noticias-recentes h2 {
	color: #ac0c2a;
	text-decoration: none;
	margin: 0;
}

.s6 .noticia h1, .s6 h2, .s6 a, .s6 a:visited {
	color: #a0001f !important;
}

.s6 h1.noticias {
	color: #FFFFFF !important;
}

.s6.noticias a:hover {
	color: #A0001F !important;
	text-decoration: underline;
}

.noticias-recentes a, .noticias-recentes a:visited {
	text-decoration: underline;
	color: #656162 !important;
	margin: 0 0 10px 0;
	display: block;
}

.noticias-recentes a:hover {
	color: #ac0c2a !important;
}

.noticias-recentes a.mais-noticias, .noticias-recentes a.mais-noticias:visited {
	color: #ac0c2a !important;
}

/*Demais exibições de notícias (Artigos) */
.noticia h1.secao, .s237 h1.secao, .super237 h1.secao {
	background: url("../../images/estrutura/bg-h1-artigos.jpg") top left no-repeat;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	width: 580px;
	height: 40px;
	_height: 50px;	
	text-align: center;
	color: #FFFFFF !important;
	font-size: 25px;
}

.noticias a, .noticias a:visited {
	color: #656162 !important;	
}

.noticias a:hover {
	color: #05ac48 !important;
	text-decoration: underline;
}

.noticias .paginacao a, .noticias .paginacao a:visited {
	color: #015F09;
} 

.noticia h1, .noticia h2, .noticia a, .noticia a:visited {
	color: #015F09;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DOS BLOCOS DE NOTÍCIAS DO HOME ---------------------------------- */
/* ------------------------------------------------------------------------- */

/* Bloco de Notícias *****************************************/
.quadro.c11847 {
	margin: 15px 20px 0 0;
	padding: 0;
	width: 180px;	
}

.c11847 .bloco_de_noticias h1 {
	background: url("../../images/estrutura/bg-h1-bloconoticias-vermelho.jpg") top left no-repeat;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	width: 180px;
	height: 40px;
	_height: 50px;	
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}

.c11847 .bloco_de_noticias .noticia {
	margin: 0 0 15px 0;
}

.c11847 .bloco_de_noticias .data-destaque {
	font-size: 13px;
	text-decoration: underline;
	color: #7b0018;
}

.c11847 .bloco_de_noticias a, .c11847 .bloco_de_noticias a:visited {
	color: #7b0018 !important;	
}

.c11847 .bloco_de_noticias a:hover {
	color: #a0001f !important;
	text-decoration: underline !important;
}

/* Bloco de Artigos *********************************************/
.quadro.c11849 {
	margin: 15px 0 0 0;
	padding: 0;
	width: 180px;	
}

.c11849 .bloco_de_noticias h1 {
	background: url("../../images/estrutura/bg-h1-bloconoticias-verde.jpg") top left no-repeat;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	width: 180px;
	height: 40px;
	_height: 50px;	
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}

.c11849 .bloco_de_noticias .noticia {
	margin: 0 0 15px 0;
}

.c11849 .bloco_de_noticias .data-destaque {
	font-size: 13px;
	text-decoration: underline;
	color: #005f09;
}

.c11849 .bloco_de_noticias a, .c11849 .bloco_de_noticias a:visited {
	color: #005f09 !important;	
}

.c11849 .bloco_de_noticias a:hover {
	color: #05ac48 !important;
	text-decoration: underline !important;
}

/*Bloco de Agenda (Google Calendar)*/
.quadro.c12142 {
	margin: 15px 20px 0 0;
	padding: 0;
	width: 180px;	
}

.c12142  h1 {
	background: url("../../images/estrutura/bg-h1-bloconoticias-laranja.jpg") top left no-repeat;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	width: 180px;
	height: 40px;
	_height: 50px;	
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}

.c12142  a, .c12142  a:visited, .c12142  p {
	color: #F5821F; 
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DA BARRA DE FERRAMENTAS DA EXIBIÇÃO DE NOTÍCIA ------------------ */
/* ------------------------------------------------------------------------- */

#barra-ferramentas-noticia {
	width: 223px;
	margin: 0 0 20px 0;
}

#tamanho-fonte span {
	font-size: 12px;
	color: #a09b9c;
	text-transform: uppercase;
}

#tamanho-fonte img {
	float: right;
	margin: 0 0 0 5px;
	cursor: pointer;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DA GALERIA DE IMAGENS ------------------------------------------- */
/* ------------------------------------------------------------------------- */

#galeria img {
	margin: 0;
	border: 2px solid #016C8E;
}

#galeria img:hover {
	border: 2px solid #00BCE6;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DO FORM DE CONTATO ---------------------------------------------- */
/* ------------------------------------------------------------------------- */

#form-contato {
	position: relative;
	text-align: left;
	margin: 0 0 30px 0;
}

#form-contato label {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #03838b;
}

#form-contato input {
	background: url("../../images/estrutura/bg-textfield.jpg") top left no-repeat;
	border: 0;
	width: 284px;
	_width: 292px;
	height: 14px;
	_height: 22px;
	padding: 4px;
	color: #656162;
	font-size: 11px;
}

#form-contato textarea {
	background: url("../../images/estrutura/bg-textarea.jpg") top left no-repeat;
	border: 0;
	width: 394px;
	_width: 402px;
	height: 134px;
	_height: 142px;
	padding: 4px;
	color: #656162;
	font-size: 11px;
	overflow: auto;
}

#form-contato .btn-enviar {
	background: none;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	width: 94px;
	height: 34px;
	float: left;
}

#form-contato .btn-limpar {
	background: url("../../images/estrutura/btn-limpar.jpg") top left no-repeat;
	border: 0;
	padding: 0;
	width: 94px;
	height: 34px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

#form-contato .campos-obrigatorios {
	position: absolute;
	right: 13px;
	bottom: 0;
	font-size: 11px;
	font-weight: bold;
	color: #03838b;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DO FORM DE COMENTÁRIO ------------------------------------------- */
/* ------------------------------------------------------------------------- */

#form-comentario {
	background: url("../../images/estrutura/bg-form-comentario.jpg") top left no-repeat;
	position: relative;
	width: 406px;
	height: 330px;
}

#form-comentario input, #form-comentario textarea {
	position: absolute;
	font-size: 11px;
	color: #656162;
	padding: 4px;
	width: 284px;
	_width: 292px;
	height: 14px;
	_height: 22px;	
	background: none;
	border: 0;
}

#form-comentario textarea {
	overflow: auto;
}

#form-comentario .campo-nome {
	left:2px;
	top:14px;
}

#form-comentario .campo-cidade {
	left:2px;
	top:56px;	
}

#form-comentario .campo-email {
	left:2px;
	top:97px;
}

#form-comentario .campo-comentario {
	width: 402px;
	height: 142px;
	top: 144px;
	left: 2px;
}

#form-comentario .btn-enviar {
	width: 94px;
	height: 34px;
	left: 0;
	bottom: 3px;
	padding: 0;
}

#form-comentario #btn-cancelar-comentario {
	background: url("../../images/estrutura/btn-cancelar.jpg") top left no-repeat;
	position: absolute;
	width: 94px;
	height: 34px;
	left: 105px;
	bottom: 3px;
	border: 0;
	cursor: pointer;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DE COMPONENTES E SEÇÕES ESPECÍFICOS ----------------------------- */
/* ------------------------------------------------------------------------- */

#tabs-hoteis-moteis, #tabs-bares-baladas, #tabs-artigos {
	font-family: Trebuchet MS, Verdana, Arial !important;
}

#tabs-hoteis-moteis ul li, #tabs-bares-baladas ul li, #tabs-artigos ul li {
	list-style-type: none !important;  
}

#tabs-hoteis-moteis ul li a, tabs-hoteis-moteis ul li a:visited{
	color:#F5821F; 
}

#tabs-bares-baladas ul li a, tabs-bares-baladas ul li a:visited{
	color:#F5821F;

}

#tabs-bares-baladas h2{
	color:#F5821F;

}

#tabs-bares-baladas ul li a:hover{
	color:#FF9911;
	background: #FFFFFF;
}

#tabs-artigos ul li a, #tabs-artigos ul li a:visited{
	color:#015F09;
}

#tabs-artigos ul li a:hover{
	background: #FFFFFF;
	color: #05ac48;
	
}

#tabs-artigos .noticia {
	margin: 0 0 10px 0;	
}

#tabs-artigos .noticia a, #tabs-artigos .noticia a:visited {
	color: #656162;	
}

#tabs-artigos p a, #tabs-artigos p a:visited {
	color: #038637;
}

#tabs-artigos .noticia a, #tabs-artigos .noticia a:visited,
#tabs-artigos .noticia .data-destaque {
	font-size: 12px;
	font-weight: bold;
}

#tabs-artigos .noticia .data-destaque {
	color: #015F09;
}

#tabs-artigos .noticia a:hover, #tabs-artigos p a:hover {
	color: #05ac48;
	text-decoration: underline;
}

#tabs-artigos h1 {
	color: #038637;
}

#cse a, #cse a:visited {
	font-size: 13px;
}

.dataVideo{
	color:#0191B9;
}

/* Título "Últimas atividades da Rede" (Conexão Itajubá NING) - HOME */
.c12194 h2 {
	margin: 20px 0;
}

/* Título "Últimos posts no Twitter" - HOME */
.c12195 h2 {
	margin: 20px 0;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DOS PRODUTOS ----------------------------- */
/* ------------------------------------------------------------------------- */

.produto img{
	float: left !important;
	margin:0 15px 15px 0;
}

.produtoH1{
	background: url("../../images/estrutura/bg-h1.jpg") top left no-repeat;
	color:#FFFFFF;
	height:50px;
	padding:9px;
	text-align:center;
}

.produtoH2{
	font-size: 15px !important;
}