@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center top;
}

/********************************************************
/* CABEÇALHOS
/********************************************************/
h2 {
	visibility: hidden;
	display: none;	
}

/********************************************************
/* FIELDSET
/********************************************************/
fieldset {
	border: none;
}

/********************************************************
/* LISTAS
/********************************************************/
ul {
	margin-top: 10px;	
}

li {
	list-style: none;
}

/********************************************************
/* FORM
/********************************************************/
.input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #003663; 
	background-color: #FFF; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #003663;
}


/********************************************************
/* TEXTOS
/********************************************************/
.txt-branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.txt-branco-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.txt-cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.txt-azul {
	color: #003366;
}

.txt-cinza #spanTexto {

}

/********************************************************
/* LINKS
/********************************************************/

a:active { 
	FONT-SIZE: 12px; 
	COLOR:	#FFF; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif 
}

a:link { 
	FONT-SIZE: 12px; 
	COLOR:	#FFF; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif  
}

a:visited { 
	FONT-SIZE: 12px; 
	COLOR:	#FFF; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif 
}

a:hover { 
	FONT-SIZE: 12px; 
	COLOR:	#FFF; 
	TEXT-DECORATION: underline; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif 
}

a.breadcrumbs:active { 
	FONT-SIZE: 1em; 
	COLOR: #FFCC00; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif 
}

a.breadcrumbs:link { 
	FONT-SIZE: 1em; 
	COLOR: #FFCC00; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif  
}

a.breadcrumbs:visited { 
	FONT-SIZE: 1em; 
	COLOR: #FFCC00; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif 
}

a.breadcrumbs:hover { 
	FONT-SIZE: 1em; 
	COLOR: #FFCC00; 
	TEXT-DECORATION: underline; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif 
}

a.tituloArtigo:active { 
	FONT-SIZE: 1em; 
	COLOR: #CC3300; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif 
}

a.tituloArtigo:link { 
	FONT-SIZE: 1em; 
	COLOR: #CC3300; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif  
}

a.tituloArtigo:visited { 
	FONT-SIZE: 1em; 
	COLOR: #CC3300; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif 
}

a.tituloArtigo:hover { 
	FONT-SIZE: 1em; 
	COLOR: #CC3300; 
	TEXT-DECORATION: underline; 
	font-weight: bold; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif 
}


/********************************************************
/* HOME PAGE
/********************************************************/
.hp #container {
	width: 763px;
	text-align: left; 
	margin: 0 auto;	
}

.hp #hpTop {
	float: left;
	width: 763px;
	height: 129px;
}

.hp #hpTraco {
	float: left;
	width: 763px;
	height: 5px;
}

.hp #hpTraco-tracoleft {
	float: left;
	width: 200px;
	height: 5px;
	background: #1e3485;
}

.hp #hpTraco-tracoright {
	float: left;
	width: 562px;
	height: 5px;
	background: #ed1c24;
	margin-left: 1px;
}

.hp #hpTraco2 {
	float: left;
	width: 763px;
	height: 5px;
}

.hp #hpTraco2-tracoleft {
	float: left;
	width: 200px;
	height: 5px;
	background: #ed1c24;
}

.hp #hpTraco2-tracoright {
	float: left;
	width: 562px;
	height: 5px;
	background: #1e3485;
	margin-left: 1px;
}

.hp #hpMiddle {
	float: left;
	width: 763px;
	text-align: left;
	background: #FFF;
	margin-top: 1px;
	margin-bottom: 1px;	
	background: url(imagens/hp_bgMiddle2.gif) top left repeat-y;
}

.hp #hpMiddleLeft {
	float: left;
	width: 200px;
	height: 100%;
	text-align: center;	
	margin: 0;
	padding: 0;
}

.hp #hpMiddleLeft-menu {
	float: left;
	width: 200px;
	background: #1e3485;
	margin-top: 1px;
	text-align: left;
}

.hp .menu {
	float: left;
	background: url(imagens/hp_bgMenu.gif) top left;
	width: 198px;
	height: 37px;
}

.hp .menu div {
	padding-top: 10px;
	padding-left: 50px;
}

.hp #hpMiddleLeft-areaRestrita {
	float: right;
	width: 185px;
	height: 135px;
	background: url(imagens/hp_bgAreaRestrita.gif) top left no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hp #hpMiddleLeft-areaRestrita-01 {
	float: right;
	width: 180px;
	height: 97px;
	margin-top: 33px;
	text-align: left;
}
.hp #hpMiddleLeft-areaRestrita-01 div {
	margin-top: 5px;
}

.hp #hpMiddleRight {
	float: right;
	width: 562px;
	text-align: center;
	margin: 0;
	padding: 0;	
}

.hp #hpMiddleRight-bandeira {
	float: left;
	width: 562px;
	height: 25px;
	background: url(imagens/hp_bgMiddle.gif) top left no-repeat;
}

.hp #hpMiddleRight-bandeira-01 {
	float: left;
	width: 500px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
}

.hp #hpMiddleRight-bandeira-02 {
	float: right;
	width: 62px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
}

.hp #hpMiddleRight-banner {
	float: left;
	width: 562px;
	height: 150px;
}

.hp #containerMiddle {
	float: left;
	width: 562px;
	margin-top: 1px;
}

.hp #hpMiddleRight-tabua {
	float: left;
	width: 291px;
}

.hp #hpMiddleRight-tabua-01 {
	float: left;
	width: 291px;
	height: 47px;
	background: url(imagens/hp_bgDescTabua.gif) top left no-repeat;
	margin-bottom: 1px;
}

.hp #hpMiddleRight-tabua-02 {
	float: left;
	width: 291px;
	height: 195px;
	background: #c7cce0;
}

.hp #hpMiddleRight-clima {
	float: right;
	width: 270px;
}

.hp #hpMiddleRight-clima-01 {
	float: left;
	width: 270px;
	height: 47px;
	background: url(imagens/hp_bgDescClima.gif) top left no-repeat;
	margin-bottom: 1px;
}

.hp #hpMiddleRight-clima-02 {
	float: left;
	width: 270px;
	height: 195px;
	background: #c7cce0;
}

.hp #hpBottom {
	float: left;
	width: 763px;
	height: 43px;
	margin-top: 1px;
}

.hp .hpBanner {
	float: left;
	width: 125px;
	height: 125px;
	margin-left: 10px;
	
}
.BordaLateralAzu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003366;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
}
.CAixa {
	border: 1px solid #990000;
}
.Controle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #F3DAB4;
	border: 1px solid #999999;
}
.TextoComum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.X {
	background-color: #F3DAB4;
}
.Y {
	background-color: #FFFFFF;
}
Controle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #C1D0E6;
	border: 1px solid #999999;
}
.Controle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #C1D0E6;
	border: 1px solid #999999;
}
