/* -------------------------------------------- CSS Geral */
#index {/* OK */
	background-image: url(../images/bg_index.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

body {/*OK*/
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	background-image: url(../images/bg_interna.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	scrollbar-3dlight-color: #DEE0E1;
	scrollbar-highlight-color: #DEE0E1;
	scrollbar-face-color: #C0C1C4;
	scrollbar-arrow-color: #B13A1D;
	scrollbar-shadow-color: #DEE0E1;
	scrollbar-darkshadow-color: #DEE0E1;
	scrollbar-track-color: #DEE0E1;	
	overflow: auto;
} 

#page { /* para deixar a página centrazada usar isso */
	margin: auto;
	padding: auto;
	text-align: center;

}

#page_int { /* para deixar a página centrazada usar isso */
	margin: auto;
	padding: auto;
	width: 900px;
	height: auto;
	overflow: hidden;
	display: block;
}

/* -------------------------------------------- CSS Topo */

#topo {/*OK*/
	width: 900px;
	height: 90px;
	margin: 0;
}

/* -------------------------------------------- CSS Home */

#bl_dest {
	width: 342px;
	height: 240px;
	float: left;
	clear: none;
	margin: 0 5px 0px 7px;
}

.imgDest {
	width: 342px;
	height: 95px;
	float: left;
	clear: both;
}

.titDest {
	width: 342px;
	height: 22px;
	line-height: 20px;
	letter-spacing: 1px;
	float: left;
	clear: both;
	background-image: url(../images/bl_dest_bgtit.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

.contDest {
	width: 342px;
	height: 115px;
	float: left;
	clear: both;
	background-image: url(../images/bl_dest_bg.png);
	background-repeat: repeat-y;
	padding: 0 15px 0 15px;
}

.contDest a {
	color: #000;
	display: block;
	font-size: 14px;
	text-decoration: none;
	margin: 4px 0 4px 0;
}

.contDest a:hover {
	color: #4586C7;
	text-decoration: underline;
}

.bannerFlash {
	width: 342px;
	float: left;
	clear: none;
	margin: 10px 5px 0px 7px;
}

/* -------------------------------------------- CSS Informativo */

#bl_inform {
	width: 696px;
	height: auto;
	float: left;
	clear: none;
	margin: 8px 5px 5px 5px;
}

.informEsq {
	width: 125px;
	height: auto;
	float: left;
	clear: none;
}

.informDir {
	width: 568px;
	height: auto;
	float: left;
	clear: none;
}

.informTit {
	width: 565px;
	height: 26px;
	line-height: 26px;
	background-image: url(../images/bg_tit_inform.jpg);
	background-repeat: no-repeat;
}

.informTit span {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

.informTxt {
	width: 97%;
	height: 13px;
	line-height: 13px;
	color: #000;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 3px 10px;
	margin: 5px 5px 5px 0;
	border-bottom: solid 1px #CCC;	
	text-decoration: none;
}

.informTxt a {
	color: #E3B500;; /* COR AMARELO QUEIMADO */
	font-weight: bold;
}

.informTxt a:hover {
	color: #FE9B07; /* COR LARANJA */
	text-decoration: none;
}

/* -------------------------------------------- CSS Informativo */

#blocos_inf {
	width: 220px;
	height: 260px;
	float: left;
	clear: none;
	margin: 5px 8px 5px 5px;
}

#blocos_inf .blocoInfCont {
	margin: 70px 5px 5px 12px;
}

#blocos_inf .blocoInfCont a {
	color: #000;
	display: block;
	font-size: 14px;
	text-decoration: none;
	margin: 11px 0 11px 0;
}

#blocos_inf .blocoInfCont a:hover {
	color: #4586C7;
	text-decoration: underline;
}

#blocos_inf .blocoInfCont .bannerFlash {
	width: 342px;
	float: left;
	clear: none;
	margin: 0 5px 0px 7px;
}

#blocos_inf .blocoInfEnq {
	font-size: 10px;
	margin: 33px 0px 0px 5px;
}

/* -------------------------------------------- CSS Calendário */

table #calendario {
	text-align: center;
	font:Tahoma;
	font-weight: bold;
	color: #000000;
}

table #calendario a {
	text-align: center;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 12px;
}

table #calendario a:hover {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.cellPar {
	background-color: #E1ECF7;
} 

.cellImpar {
	background-color: #95BADF;
} 

.mesAtual {
	background-color: #FE9B07; /* COR LARANJA */
}
	
/* -------------------------------------------- CSS Informativo */

.titDestInf {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	color: #6F7376;
	border-bottom: solid 1px #E4E4E4;
	margin-bottom: 10px;
}

.titDestInf span {
	color: #B13A1D;
}

.imgDestInf {
	float: left;
}

.txtDestInf p {
	width: 140px;
	float: left;
	clear: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 25px 0;
}

.txtDestInf p a {
	color: #7E7E7E;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.txtDestInf p a:hover {
	color: #B2B2B2;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

/* -------------------------------------------- CSS Rodape */

#rodape {
	width: 900px;
	height: 27px;
	font-size: 10px;
	padding-top: 23px;
	background-image: url(../images/bg_rodape.jpg);
	background-repeat: no-repeat;
}

#rodape a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#rodape a:hover {
	color: #80D5F1;
}


