*{padding:0px; margin:0px;}

body{
	color:#6e4202;
	font-family: Geneva ,tahoma, Arial, Helvetica, sans-serif;
	background-image:url(../imagens/fundo_site.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-size:12px;
	}

a{
	color:#800000;
	text-decoration:none;
	font-weight:bold;
	}
a:hover{
	text-decoration:underline;
	}
img{border:none;}

input,select,textarea{
	border:solid 1px #70591c;
	background-color:#ffffff;
	}
sub{float:right;}
sub a{color:#ff0000;}

h1{
	margin-top:10px;
	padding-left:30px;
	font-size:20px;
	color:#388166;
	}
	
h2{
	margin-bottom:10px;
	font-size:15px;
	border-bottom:dashed 1px #f2f2f2;
	color:#cd6600;
	}	


.moldura{
	margin:auto;
	width:1000px;
	background-image:url(../imagens/fundo_site2.gif);
	background-position:18px 0px;
	background-repeat:repeat-y;
	}
.topo{
	width:910px;
	float:left;
	background-image:url(../imagens/fundo_topo.jpg);
	background-position:0px 27px;
	background-repeat:no-repeat;
	background-color:#525252;
}	
.conteudo{
	width:680px;
	padding:20px;
	float:left;
	text-align:justify;
}

.menu{
	margin:25px 0px 0px 181px;
}

.menu li{
	list-style:none;
	display:inline;
}
.menu li a{
	float:left;
	color:#053106;
	font-size:13px;
/*	padding:8px 10px 10px 10px; */
}
.menu li a#principal{width:75px; padding:8px 0px 8px 19px;}
.menu li a#gjacintho{width:140px; padding:8px 0px 8px 20px;}
.menu li a#intergest{width:130px; padding:8px 0px 8px 20px;}
.menu li a#artigos{width:64px; padding:8px 0px 8px 15px;}
.menu li a#localizacao{width:89px; padding:8px 0px 8px 20px;}
.menu li a#faleconosco{width:117px; padding:8px 0px 8px 20px;}

	
.menu li a:hover{background-image:url(../imagens/fundomenu2.png);color:#ffffff;text-decoration:none;}

.menulateral{
	float:left;
	width:180px;
	height:370px;
	background-image:url(../imagens/fundo_menu_lateral.jpg);
	background-repeat:no-repeat;
}

.menulateral ul{width:169px;}
.menulateral li{
	 list-style:none;
	 border-bottom:groove 2px #f2f2f2;
	}
.menulateral li a{
	display:block;
	padding:5px 5px 5px 15px;
	font-weight:normal;
	color:#a37701;
	}
.menulateral li a:hover{background-image:url(../imagens/fundomenu2.png);color:#ffffff;text-decoration:none;}	
 
.base{
	float:right;
	margin-right:45px;
	width:890px;
	background-color:#a0a0a0;
	padding:10px 20px 7px 0px;
	color:#ffffff;
	text-align:right;

}
.assinatura{
	margin:auto;
	width:780px;
	text-align:right;
	font-size:10px;
	padding:5px 42px 0px 0px; 
}
.assinatura a{font-weight:normal;color:#fffffe;} 

/*
 * Calendário
 * CSS
 */

 /*  AQUI É A CLASSE DA TABELA*/

.calendario{
    margin: 0 auto;
    width:165px;
    color: #666666;
    border:solid 1px #A6A3A3;
}

/* CLASSE PARA O CABEÇALHO DO CALENDÁRIO OU SEJA O NOME DO MÊS E A NAVEGAÇÃO*/
.calendario th{
    color:#A37701;/* Marron */
    background-color:#DAEAE7;
    text-align:center;
}

.calendario th a{
    font-size:7pt;
	color:#A37701;/* Marron */
    text-decoration:none;
}

.calendario th a:hover{
    text-decoration:underline;
}

.calendario td{
    text-align:right;
    border:solid 1px #cccccc;
}


/*  STYLE DOS DIAS DA SEMANA */
.calendario td b{
}

/* AQUI ONDE VC COLOCA O STYLE DOS DIAS NORMAIS*/
.calendario td span{
    text-align:right;
}

/* AQUI ONDE VC COLOCA O STYLE DOS DIAS QUE POSSUEM OBRIGAÇÕES*/
.calendario td span a{
    text-align:center;
    text-decoration:none;
    display:block;
    width:auto;
    border:solid 1px #DE2421;
    font-weight:bold;
}

.calendario td span a:hover{
    text-decoration:underline;
}


/* AQUI ONDE VC COLOCA O STYLE DO DIA ATUAL DO CALENDÁRIO*/
.calendario td.hoje{
    background-color:#DE2421;
    color:#ffffff; 
    font-weight:bold;
}

.calendario td.hoje span a{
    font-weight:bold;
}
/****************************
FIM CALENDÁRIO
*****************************/

/*------------------------------------------------------------
 INICIO DA COTACAO 
------------------------------------------------------------*/
#cotacao table{
	width:100%;	
}
#cotacao table tbody td{
height:14px;
}
#cotacao table tbody td b{
font-size:7pt;
font-weight:bold;
}
#cotacao table tbody td img {
display:none;
}
#cotacao table tbody font{
font-size:7pt;
}
/*------------------------------------------------------------
 FIM DA COTACAO 
------------------------------------------------------------*/
