@charset "utf-8";
/* CSS Document */
#site {
	width: 100%;
	background-image: url(../img/background_site.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
#rodape {
	width: 100%;
	background-image: url(../img/background_rodape.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	height: 146px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
}

.txt_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
}
.txt_central_atend {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #3276A6;
}
.txt_telefones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A4A4A;
}
.txt_slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7E7E7E;
	font-style: italic;
}
.txt_azul_referencia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2D4EAD;
}
.txt_normal_especial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4670B0;
}
.txt_promocao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.txt_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #038FBB;
}
.txt_central_atend_rodape {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #038FBB;
}
.txt_telefones_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #608CA6;
	line-height: 130%;
}
.txt_creditos_fonte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BECCD4;
}
.txt_titulos_paginas {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #4298C4;
}
.txt_subtitulos_paginas {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #275192;
}
.txt_creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #038FBB;
}
.txt_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #608CA6;
}

.borda_imagens_lateral {
	border: 2px solid #EAEAEA;
	background-color:#FFFFFF;
	background-image: url(../img/load.gif);
	background-repeat: no-repeat; 
	background-position: center;
	width: 123px;
	height: 92px;
}
.borda_imagens_lateral2 {
	border: 2px solid #EAEAEA;
	background-color:#FFFFFF;
	background-image: url(../img/load.gif);
	background-repeat: no-repeat; 
	background-position: center;
	width: 80px;
	height: 92px;
}
.borda_imagens {
	border: 2px solid #EAEAEA;
	margin: 5px;
	background-color:#FFFFFF;
	background-image: url(../img/load.gif);
	background-repeat: no-repeat; 
	background-position: center;
}
.borda_imagensver {
	border: 2px solid #EAEAEA;
	margin: 5px 0px 5px 5px;
	background-color:#FFFFFF;
	background-image: url(../img/load.gif);
	background-repeat: no-repeat; 
	background-position: center;
}
.caixa_video {
	border: 2px solid #EAEAEA;
	margin: 5px;
	background-color:#FFFFFF;
	background-image: url(../img/load.gif);
	background-repeat: no-repeat; 
	background-position: center;
}

.form_geral {
	border: 2px solid #DEDEDE;
	background-image: url(../img/background_form.jpg);
	background-color: #EAEAEA;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
	 	 
	padding: 5px;
}
.form_geralcombo {
	border: 2px solid #DEDEDE;
	background-image: url(../img/background_form.jpg);
	background-color: #F0F0F0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
	 	 
	padding: 4px;
}
.form_geraltext {
	border: 2px solid #DEDEDE;
	background-color: #F1F1F1;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
	 	 
	padding: 5px;
}
.form_botaogeral {
	border: 2px solid #79A7E6;
	background-image: url(../img/background_formbotao.jpg);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18458A;
	font-weight: bold;
	 	 
	padding: 5px;
	height: 29px;
}

a.link_normal:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed #2E2E2E;
}
a.link_normal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00C2FF;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed #00C2FF;
}
a.link_normal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed #2E2E2E;
}
a.link_normal:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed #2E2E2E;
}
a.link_azulmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
	font-weight: normal;
}
a.link_azulmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: underline;
	font-weight: normal;
}
a.link_azulmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
	font-weight: normal;
}
a.link_azulmenu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
	font-weight: normal;
}
a.link_azultitulo:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D4EAD;
	text-decoration: none;
	font-weight: bold;
}
a.link_azultitulo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D4EAD;
	text-decoration: underline;
	font-weight: bold;
}
a.link_azultitulo:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D4EAD;
	text-decoration: none;
	font-weight: bold;
}
a.link_azultitulo:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D4EAD;
	text-decoration: none;
	font-weight: bold;
}
a.link_botoes:link {
	BORDER: #EEEEEE 2px solid; 
	padding: 4px;
	FONT-SIZE: 11px; 	 
	COLOR: #D5D5D5;  
	FONT-STYLE: normal; 
	FONT-FAMILY: tahoma; 
	BACKGROUND-COLOR: #F9F9F9;
	text-decoration:none;
	height: 20px;
	width: 60px;
}
a.link_botoes:hover {
	BORDER: #EEEEEE 2px solid; 
	padding: 4px;
	FONT-SIZE: 11px; 	 
	COLOR: #D5D5D5;  
	FONT-STYLE: normal; 
	FONT-FAMILY: tahoma; 
	BACKGROUND-COLOR: #E8EAEB;
	text-decoration:none;
	height: 20px;
	width: 60px;
}
a.link_botoes:visited {
	BORDER: #EEEEEE 2px solid; 
	padding: 4px;
	FONT-SIZE: 11px; 	 
	COLOR: #D5D5D5;  
	FONT-STYLE: normal; 
	FONT-FAMILY: tahoma; 
	BACKGROUND-COLOR: #F9F9F9;
	text-decoration:none;
	height: 20px;
	width: 60px;
}
a.link_botoes:active {
	BORDER: #EEEEEE 2px solid; 
	padding: 4px;
	FONT-SIZE: 11px; 	 
	COLOR: #D5D5D5;  
	FONT-STYLE: normal; 
	FONT-FAMILY: tahoma; 
	BACKGROUND-COLOR: #F9F9F9;
	text-decoration:none;
	height: 20px;
	width: 60px;
}
a.link_creditos:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #038FBB;
	text-decoration: none;
	font-weight: normal;
}
a.link_creditos:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #038FBB;
	text-decoration: underline;
	font-weight: normal;
}
a.link_creditos:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #038FBB;
	text-decoration: none;
	font-weight: normal;
}
a.link_creditos:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #038FBB;
	text-decoration: none;
	font-weight: normal;
}
a.link_rodape:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #608CA6;
	text-decoration: none;
	font-weight: normal;
}
a.link_rodape:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #608CA6;
	text-decoration: underline;
	font-weight: normal;
}
a.link_rodape:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #608CA6;
	text-decoration: none;
	font-weight: normal;
}
a.link_rodape:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #608CA6;
	text-decoration: none;
	font-weight: normal;
}

.caixa_botoes {
	float: right;
	margin-right: 7px;
}
.caixa_contador {
	margin: 2px 2px 2px 10px;
	background-color: #F3F3F3;
	padding: 7px 15px 8px 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	float: left;
}