/* geral */

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

img
{ 
	border: 0px;
}

td
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*
ul
{
	list-style-position: inside;
	padding-left: 10px;
}
*/

/* texto quando não tem o flash instalado */

.txt1
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}

/* texto quando falha a validação do formulário e o javascript não está activo */

.errText
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4D2C36;
	padding: 5px;
}

/* links (a ordem deve ser sempre link ; visited ; hover ; active) */

a:link,
a:visited
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1779b8;
	text-decoration: none;
	outline: none;
}

a:hover
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #73b633;
	text-decoration: none;
	outline: none;
}

a:active
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1779b8;
	text-decoration: none;
	outline: none;
}

a:focus
{ 
	-moz-outline-style: none;
}

/* formulários */
form
{
	margin: 0px;
	padding: 0px;
}

.frmText
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 0px solid #000000;
}

.frmMiniText
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: none;
}

.frmTitle
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.frmCaption
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 0px solid #000000;
}

.frmInput
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border: 0px solid #000000;
	background-color: #C0C0C0;
}

.frmCheckbox
{ 
	width: 14px;
	height: 14px;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	border: 0;
	background: #FFFFFF;
}

.frmTextarea
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border: 0px solid #000000;
	background-color: #C0C0C0;
}

.frmSelect
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border: 0px solid #000000;
	background-color: #C0C0C0;
}

.frmReset,
.frmReset a:link,
.frmReset a:visited,
.frmReset a:hover,
.frmReset a:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	padding-right: 20px;
}

.frmSubmit
{ 
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.tiny
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* mensagens */

.msgBoxYellow
{ 
	width: 100%;
	height: auto;
	position: relative;
	background: #FFEB9A;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}

.msgCSEYellow
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_yellow_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDYellow
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_yellow_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIEYellow
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_yellow_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDYellow
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_yellow_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconYellow
{ 
	background: url(../images/msg_yellow_icon.png) center center no-repeat transparent;
	margin: 30px;
	padding: 0px;
}

.msgTextYellow
{ 
	background: transparent;
	color: #333333;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 20px 15px 20px 15px;
	line-height: 1.2;
	vertical-align: middle;
}

.msgBoxGreen
{ 
	width: 100%;
	height: auto;
	position: relative;
	background: #DDECB3;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	text-align: left;
	line-height: 1.2;
}

.msgCSEGreen
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_green_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDGreen
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_green_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIEGreen
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_green_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDGreen
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_green_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconGreen
{ 
	background: url(../images/msg_green_icon.gif) center center no-repeat transparent;
	margin: 0px;
	padding: 0px;
}

.msgTextGreen
{ 
	background: transparent;
	color: #4F601A;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}

.msgBoxRed
{ 
	width: 100%;
	height: auto;
	position: relative;
	background: #F4D0D0;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	text-align: left;
	line-height: 1.2;
}

.msgCSERed
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_red_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDRed
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_red_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIERed
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_red_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDRed
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_red_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconRed
{ 
	background: url(../images/msg_red_icon.gif) center center no-repeat transparent;
	margin: 0px;
	padding: 0px;
}

.msgTextRed
{ 
	background: transparent;
	color: #711B1C;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}

/* home */

.homeNoticiaTitulo
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration: none;
}

.homeNoticiaLead
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration: none;
}

/* interiores */

.Titulo
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.Lead
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.Texto
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* caminho páginas */

.caminhoC0,
.caminhoC0:link,
.caminhoC0:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.caminhoC0:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.caminhoC0:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.caminhoC1,
.caminhoC1:link,
.caminhoC1:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC1:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.caminhoC1:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC2,
.caminhoC2:link,
.caminhoC2:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC2:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.caminhoC2:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC3,
.caminhoC3:link,
.caminhoC3:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC3:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
} 

.caminhoC3:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC4,
.caminhoC4:link,
.caminhoC4:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.caminhoC4:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
} 

.caminhoC4:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.separador
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/* paginacao */

.pageNum:link,
.pageNum:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}

.pageNum:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.pageNum:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}

.pageNumSel:link,
.pageNumSel:visited,
.pageNumSel:hover,
.pageNumSel:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

.btnPrev,
.btnPrev:link,
.btnPrev:visited,
.btnPrev:hover,
.btnPrev:active
{ 
	display: block;
	float: left;
	background: transparent;
	border: 0px;
}

.btnNext,
.btnNext:link,
.btnNext:visited,
.btnNext:hover,
.btnNext:active
{ 
	display: block;
	float: left;
	background: transparent;
	border: 0px;
}

.btnClear,
.btnClear a:link,
.btnClear a:visited,
.btnClear a:hover,
.btnClear a:active
{ 
	background: none;
	border: 0;
	padding: 2px 4px;
}

/* resultado pesquisa */

.linkVerTodos:link,
.linkVerTodos:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.linkVerTodos:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EE5F00;
	text-decoration: underline;
}

.linkVerTodos:active
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* mapa do site */

.linkMapa:link,
.linkMapa:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.linkMapa:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EE5F00;
	text-decoration: underline;
}

.linkMapa:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.aul:link
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

.aul:visited
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

.aul:hover
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EE5F00;
	text-decoration: underline;
	line-height: 20px;
}

.aul:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

.aul
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

.ul0
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}

.ul1
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}

.ul2
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}

.ul3
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}

.ul4
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}

.ul5
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}