/*--------------------------------------------------------------*/
.Topo1_linha1{position:absolute; top:0px; width:100%; height:3px; background-color:#3f1919;}/* 1a linha ao alto do topo */
.Topo1_linha2{position:absolute; top:43px; width:100%; height:3px; background-color:#3f1919;}/* 2a linha abaixo da faixa cadastre-se e login */
.Topo1_linha3{position:absolute; top:166px; width:100%; height:3px; background-color:#3f1919;}/* 3a linha acima da barra de menu */
.Topo1_barrasup{position:absolute; top:3px; width:100%; height:40px; background-color:#2a1a13;}/* barra da faixa cadastre-se e login */
.Topo1_barraprinc{position:absolute; top:46px; width:100%; height:120px; background-color:#cd7f32;}/* barra onde fica a logo, no meio */
.Topo1_barramenu{position:absolute; top:169px; width:100%; height:50px; background-color:#000000;//573528;}/* barra de menu */
.Anuncio1_linha{float:left; top:-1px; width:78%; min-width:964px; height:1px; background-color:#ebbc00; }/* cor da linha ao final do bloco de anúncios */

/*.Anuncio1_faixa{position:absolute; top:250px; width:100%; height:80px; background-color:#eee6d8;}/* cor da barra do anúncio, com titulo e descrição*/
/*.Anuncio1_tit{position:absolute; top:6px; left:0px; width:100%; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: bold; height:17px; overflow:hidden;color:#3b3b3b; } /* cor da letra do título na faixa interna do anúncio */
/*.Anuncio1_descr{position:absolute; top:24px; left:0px; width:100%; font-family: 'Montserrat', sans-serif; font-size: 11px; height:52px; overflow:hidden; color:#515151;} /* cor da letra da descrição na faixa interna do anúncio */

.Anuncio1_faixa{position:absolute; top:250px; width:100%; height:80px; background-color:#000000;}/* cor da barra do anúncio, com titulo e descrição*/
.Anuncio1_tit{position:absolute; top:6px; left:0px; width:100%; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: bold; height:17px; overflow:hidden;color:#fe9900; } /* cor da letra do título na faixa interna do anúncio */
.Anuncio1_descr{position:absolute; top:24px; left:0px; width:100%; font-family: 'Montserrat', sans-serif; font-size: 11px; height:52px; overflow:hidden; color:#ffffff;} /* cor da letra da descrição na faixa interna do anúncio */

.Rodape1_linha{position: absolute; width: 100%; height: 5px; background-color:#cd7f32;}/* cor da linha superior do rodapé */
.Rodape1_container{position: absolute; width: 100%; height: 320px; background-color:#000000;//2a1a13;} /* cor do corpo do rodapé */








/*--------------------------------------------------------------*/
html{overflow-x:hidden;}
.Fdo{width:100%; height:100%; background: url(imagens/imgFundoModal.png); position:fixed; top:0; left:0; z-index:900;}
/* -------------------------------------------------------------------------------------*/
.Pags_container{position:absolute; width:100%; height:auto; display:-webkit-flex; display:flex; top:270px;}
.Pags_lateral{position:absolute; width:11%; min-width:20px; top:0px; left:0px; height:30px;}
.Pags_inside{position:absolute; width:78%; min-width:976px; top:0px; left:11%; height:30px; display:-webkit-flex; display:flex;}
.Pags_barraTit{position:absolute; width:100%; top:220px; left:0px; height:90px; z-index:0; /*background-color:#c89d49;*/}

/* -------------------------------------------------------------------------------------*/
.Topo1_containerDiagonal{position: absolute; top:0px; width:100%; height:130px; background-image: repeating-linear-gradient(-60deg,transparent,transparent 2px,#19495f 4px,#19495f 8px),linear-gradient(to bottom,#133645,#19495f);} /* (padrão de fundo com listras diagonais do topo, usados no Onildo) */
.Topo1_container{position: absolute; display:-webkit-flex; display:flex; top:0px; width:100%; height:140px;}
.Topo1_lateral{position:absolute; width:11%; min-width:20px; top:0px; left:0px; height:30px;}
.Topo1_inside{position:absolute; width:78%; min-width:976px; top:0px; left:11%; height:30px;}
.Topo1_msg{position:absolute; top:11px; left:0px; font-family: 'Montserrat', sans-serif; font-size: 14px; color:#FFFFFF;}
.Topo1_login1{position:absolute; top: 5px; right: 85px;}
.Topo1_login2{position:absolute; top: 12px; right: 43px;}
.Topo1_logado{position:absolute; top: 5px; right: 250px;}
.Topo1_logado2{position:absolute; top: 2px; right: 15px; width:500px;}
.Topo1_cadastrese1{position:absolute; top: 7px; right: 229px;}
.Topo1_cadastrese2{position:absolute; top: 12px; right: 148px;}
.Topo1_logo{position:absolute; top:5px; left:-10px;}
.Topo1_busca1{position: absolute; bottom: 20px; width: 350px; right: 35px; height: 30px; z-index:901;} 
.Topo1_busca2{position: absolute; bottom: 20px; width: 30px; right: 5px; height: 30px; cursor: pointer; z-index:902;} /* lupa */
.Topo1_classTXT{
	width: 150px; 
	height: 30px; 
	cursor: text; 
	border: 1px solid #b7b7b7; 
	font: normal 12px/normal 'Montserrat', sans-serif; 
	padding-left: 5px; 
	z-index:903; 
	-webkit-transition: width .35s ease-in-out;
  	transition: width .35s ease-in-out;	
}
.Topo1_classTXT:focus{width: 350px;}
.Topo1_grad{
	position: absolute; width: 100%; top:0px; height:35px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 64%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.1) 64%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.1) 64%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); 
}
.Topo1_mnu_PrincH{float:left; top:0px; width:70px; height:55px; line-height:55px; color:#FFFFFF; font-family:'Montserrat', sans-serif; font-size: 18px; padding-right:10px; padding-left:10px; border-bottom: 5px solid transparent;}
.Topo1_mnu_PrincH:hover{cursor: pointer; color:#ffcc00; border-bottom: 5px solid #ffcc00;}

.Topo1_mnu_PrincL{float:left; top:0px; width:75px; height:55px; line-height:55px; color:#FFFFFF; font-family:'Montserrat', sans-serif; font-size: 18px; padding-right:10px; padding-left:10px; border-bottom: 5px solid transparent;}
.Topo1_mnu_PrincL:hover{cursor: pointer; color:#ffcc00; border-bottom: 5px solid #ffcc00;}

.Topo1_mnu_PrincLe{float:left; top:0px; width:85px; height:55px; line-height:55px; color:#FFFFFF; font-family:'Montserrat', sans-serif; font-size: 18px; padding-right:10px; padding-left:10px; border-bottom: 5px solid transparent;}
.Topo1_mnu_PrincLe:hover{cursor: pointer; color:#ffcc00; border-bottom: 5px solid #ffcc00;}

.Topo1_mnu_PrincC{float:left; top:0px; width:130px; height:55px; line-height:55px; color:#FFFFFF; font-family:'Montserrat', sans-serif; font-size: 18px;padding-right:10px; padding-left:10px; border-bottom: 5px solid transparent;}
.Topo1_mnu_PrincC:hover{cursor: pointer; color:#ffcc00; border-bottom: 5px solid #ffcc00;}

.Topo1_mnu_PrincCo{float:left; top:0px; width:85px; height:55px; line-height:55px; color:#FFFFFF; font-family:'Montserrat', sans-serif; font-size: 18px;padding-right:10px; padding-left:10px; border-bottom: 5px solid transparent;}
.Topo1_mnu_PrincCo:hover{cursor: pointer; color:#ffcc00; border-bottom: 5px solid #ffcc00;}

.Topo1_mnu_PrincA{float:left; top:0px; width:75px; height:55px; line-height:55px; color:#FFFFFF; font-family:'Montserrat', sans-serif; font-size: 18px; padding-right:10px; padding-left:10px; border-bottom: 5px solid transparent; z-index:900;}
.Topo1_mnu_PrincA:hover{cursor: pointer; color:#ffcc00; border-bottom: 5px solid #ffcc00;}

.Topo1_mnu_Princ_grad{
	position: absolute; width: 100%; top:219px; height:5px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 64%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.1) 64%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.1) 64%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); 
}

/* -------------------------------------------------------------------------------------*/
.JanLoginF{position: absolute; top:28px; width: 976px; left: 50%; margin-left: -488px; height: 220px; z-index: 905;}
.JanLoginSeta{position: absolute; top: 0px; width: 23px; height: 16px; right: 70px; z-index: 905;}
.JanLoginFdo{position: absolute; top: 16px; width: 230px; height: 204px; right: 45px; background:#ffffff; z-index: 905}
.JanLoginTit{position: absolute; top: 16px; width: 230px; color: #e12d00; font-family: 'Montserrat', sans-serif;	font-size: 15px; font-weight: bold;}
.JanLoginLogin{position: absolute; top: 50px; width: 190px; height: 30px; left:20px; border: 1px solid #b7b7b7; z-index:905;}
.JanLoginLoginIcon{position: absolute; top: 55px; width: 23px; height: 23px; left: 25px; z-index:905;}
.JanLoginLoginTXT{width: 165px; height: 30px; cursor: text; border: 0px; font: normal 12px/normal 'Montserrat', sans-serif; padding-left: 5px; z-index:904;}
.JanLoginPW{position: absolute; top: 90px; width: 190px; height: 30px; left:20px; border: 1px solid #b7b7b7; z-index:905;}
.JanLoginPWIcon{position: absolute; top: 96px; width: 23px; height: 23px; left: 25px; z-index:905;}
.JanLoginPWTXT{width: 165px; height: 30px; cursor: text; border: 0px; font: normal 12px/normal 'Montserrat', sans-serif; padding-left: 5px; z-index:905;}
.JanLoginEntrar{position: absolute; top: 140px; width: 190px; left: 20px; z-index:905;}
.JanLoginEsqueci{position: absolute; top: 180px; width: 230px; color: #003a75; font-family: 'Montserrat', sans-serif;	font-size: 15px; font-weight: bold;}

/* -------------------------------------------------------------------------------------*/
.Anuncio1_container{position:relative; display:-webkit-flex; display:flex; width:100%; left:0px; height:360px;}
.Anuncio1_lateral{float: left; width:11%; min-width:20px; height:100px;}
.Anuncio1_entre1{float: left; width:3%; min-width:20px; height:100px;}
.Anuncio1_1{position:relative; float:left; width:22.75%; min-width:226px; height:360px; border: 1px solid #e1e1e1;}
.Anuncio1_1:hover {top:-4px; 
	box-shadow:0 0px 10px #999; 
	-webkit-box-shadow: 0 0px 10px #999;
 	-moz-box-shadow:0 0px 10px #999;
	transition: all .2s ease-in-out; cursor: pointer;}
.Anuncio1_2{position:relative; float:left; width:22.75%; min-width:226px; height:360px; border: 1px solid #e1e1e1;}
.Anuncio1_2:hover {top:-4px; 
	box-shadow:0 0px 10px #999; 
	-webkit-box-shadow: 0 0px 10px #999;
 	-moz-box-shadow:0 0px 10px #999;
	transition: all .2s ease-in-out; cursor: pointer;}
.Anuncio1_3{position:relative; float:left; width:22.75%; min-width:226px; height:360px; border: 1px solid #e1e1e1;}
.Anuncio1_3:hover {top:-4px; 
	box-shadow:0 0px 10px #999; 
	-webkit-box-shadow: 0 0px 10px #999;
 	-moz-box-shadow:0 0px 10px #999;
	transition: all .2s ease-in-out; cursor: pointer;}
.Anuncio1_4{position:relative; float:left; width:22.75%; min-width:226px; height:360px; border: 1px solid #e1e1e1;}
.Anuncio1_4:hover {top:-4px; 
	box-shadow:0 0px 10px #999; 
	-webkit-box-shadow: 0 0px 10px #999;
 	-moz-box-shadow:0 0px 10px #999;
	transition: all .2s ease-in-out; cursor:pointer;}
.Anuncio1_img{position:absolute; top:0px; width:100%; min-width:226px; left:0px;}
.Anuncio1_grad{position:abolute; top:0px; width:100%; min-width:226px; left:0px; height:45px;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );/* IE6-9 */
}
.Anuncio1_tipo{position:absolute; top:5px; left:8px; color:#FFFFFF; font-family: 'Montserrat', sans-serif; font-size: 12px;}
.Anuncio1_cod{position:absolute; top:5px; text-align:right; right:8px; color: #FFFFFF; font-family: 'Montserrat', sans-serif; font-size: 12px;}


.Anuncio1_barracalendE{position:relative; top:-75px; left:0px; width:50%; height:40px;}
.Anuncio1_barracalendD{position:relative; top:-115px; left:50%; width:50%; height:40px;}
.Anuncio1_data{position:relative; top:3px; width:100%; left:0px; font-family: 'Montserrat', sans-serif; font-size: 11px;}
.Anuncio1_botao{position:absolute; top:330px; width:100%; left:0px;}

.Anuncio1_rodape{position:relative; display:-webkit-flex; display:flex; width:100%; height:50px; /*border:1px solid red;*/}

.Anuncio1_rodapelateral{float:left; top:0px; width:11%; min-width:20px; height:1px; /*background-color:#000000;*/}

.Anuncio1_seletores{float:left; top:18px; width:78%; height:29px; right:0px; /*border: 1px solid #ff0000; */}
.Anuncio1_seletor{float: right; height: 29px; line-height: 29px; width: 29px; color: #444444; font-family: 'Montserrat', sans-serif;	font-size: 13px; background-color:#FFFFFF; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border: 1px solid #e6e6e6;}
.Anuncio1_seletor:hover{cursor: pointer; color:#ffffff; background: #ff7e00; border: 1px solid #ff7e00;}
.Anuncio1_seletorSel{float: right; height: 29px; line-height: 29px; width: 29px; color: #FFFFFF; font-family: 'Montserrat', sans-serif;	font-size: 13px; background-color:#003a75; border: 1px solid #003a75; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.Anuncio1_seletorEsp{float: right; height: 29px; width: 5px;}
.Anuncio1_seletorIna{float: right; height: 29px; line-height: 29px; width: 29px; color: #d2d2d3; font-family: 'Montserrat', sans-serif;	font-size: 13px; background-color:#FFFFFF; border: 1px solid #e6e6e6; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.Anuncio1_seletorStr{
    display:inline-block;
    -webkit-transform:scale(1,1.5); /* Safari and Chrome */
    -moz-transform:scale(1,1.5); /* Firefox */
    -ms-transform:scale(1,1.5); /* IE 9 */
    -o-transform:scale(1,1.5); /* Opera */
    transform:scale(1,1.5); /* W3C */
}
.Anuncio1_linknaveg_container{float: right; height: 29px; line-height: 29px; width: 600px; padding-right: 50px;}
.Anuncio1_seletor_linknaveg{text-decoration:none;}
.Anuncio1_seletor_linknaveg:hover{text-decoration:underline;}

/* -------------------------------------------------------------------------------------*/
.Rodape1_btn_topo{
	position: absolute;
	right: 30px;
	height: 35px; 
	line-height: 33px; 
	width: 35px; 
	color: #4c4c4c; 
	font-family: 'Montserrat', sans-serif;	
	font-size: 30px; 
	background-color:#FFFFFF; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 4px solid #e6e6e6;
	z-index:800;
}
.Rodape1_btn_topo:hover{cursor: pointer; color:#ffffff; background: #ff7e00; border: 4px solid #ff7e00;}
.Rodape1_stretch{
    display:inline-block;
    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
    -moz-transform:scale(1.5,1); /* Firefox */
    -ms-transform:scale(1.5,1); /* IE 9 */
    -o-transform:scale(1.5,1); /* Opera */
    transform:scale(1.5,1); /* W3C */
}
.Rodape1_lateral{position:absolute; width:11%; min-width:20px; top:0px; left:0px; height:30px;}
.Rodape1_inside{position:absolute; width:78%; min-width:976px; top:0px; left:11%; height:30px;}

.Rodape1_logo{position: absolute; top: 5px; left: -5px;}
.Rodape1_textos{position: absolute; left: 38px; font-family: 'Montserrat', sans-serif;	font-size: 16px; color:#ffd672;}

.Rodape1_bloco1{position: absolute; left:0px; width:43%; min-width:420px; top:0px;}
.Rodape1_bloco2{position: absolute; left:43%; width:35%; min-width:340px; top:38px;}
.Rodape1_bloco3{position: absolute; left:78%; width:22%; min-width:216px; top:38px;}
.Rodape1_bloco4{position: absolute; right:0px; width:22%; min-width:216px; bottom:0px;}

.Rodape1_bloco_meio_container{position: absolute; left: 380px; width: 400px; top: 30px;}
.Rodape1_bloco_meio_titulo{position: absolute; left: 0px; top: 0px; font-family: 'Montserrat', sans-serif;	font-size: 18px; color:#6c2c05;}

.Rodape1_base_txt_nome{position: absolute; top: 40px; width: 250px; height: 30px; left:0px; border: 1px solid #b7b7b7; background-color:#ffffff; /*z-index:904;*/}
.Rodape1_icon_nome{position: absolute; top: 45px; width: 23px; height: 23px; left: 5px; /*z-index:906;*/}
.Rodape1_txt_nome{width: 225px; height: 30px; cursor: text; border: 0px; font: normal 12px/normal 'Montserrat', sans-serif; padding-left: 5px; /*z-index:904;*/}
.Rodape1_base_txt_email{position: absolute; top: 80px; width: 250px; height: 30px; left:0px; border: 1px solid #b7b7b7;  background-color:#ffffff; /*z-index:905;*/}
.Rodape1_icon_email{position: absolute; top: 87px; width: 23px; height: 23px; left: 5px; /*z-index:906;*/}
.Rodape1_txt_email{width: 225px; height: 30px; cursor: text; border: 0px; font: normal 12px/normal 'Montserrat', sans-serif; padding-left: 5px; /*z-index:905;*/}
.Rodape1_botao_enviar{position: absolute; top: 130px; width: 250px; left: 0px; /*z-index:905;*/}

.Rodape1_bloco_dir_container{position: absolute; left: 790px; width: 300px; top: 30px;}
.Rodape1_bloco_dir_titulo{position: absolute; left: 0px; top: 0px; font-family: 'Montserrat', sans-serif;	font-size: 18px; color:#6c2c05;}

.RodapeMSIS_logo{position: absolute; bottom: 10px; right: 5px;}
.RodapeMSIS_textos{position: absolute; bottom: 18px; right: 40px; font-family: 'Montserrat', sans-serif;	font-size: 10px; color:#ffffff;}

A.Rodape1Mai1:link {text-decoration:none; color:#ffd88c; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: normal}
A.Rodape1Mai1:visited {text-decoration:none; color:#ffd88c;font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: normal}
A.Rodape1Mai1:hover {text-decoration:underline; color:#fcb730;font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: normal}
A.Rodape1Mai1:active {text-decoration:none; color:#ffd88c; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: normal}

/* -------------------------------------------------------------------------------------*/
/* BOTÕES */
/* -------------------------------------------------------------------------------------*/

.classBotaoEnviarInativo {
	background-color:#b3b3b3;   /* cor do botão inativo */
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#efefef;
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:90px;
	text-decoration:none;
	text-align:center;
}
.classBotaoEnviar {
	background-color:#0072c6;   /* azul */
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:90px;
	text-decoration:none;
	text-align:center;
}
.classBotaoEnviar:hover {background-color:#005899; cursor:hand; cursor:pointer;}
.classBotaoEnviar:active {position:relative; top:1px;}

.classBotaoEnviar2 {
	background-color:#00cb0a;   /* verde */
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:90px;
	text-decoration:none;
	text-align:center;
}
.classBotaoEnviar2:hover {background-color:#009b08; cursor:hand; cursor:pointer;}
.classBotaoEnviar2:active {position:relative; top:1px;}


.classBotaoMenuCliente {
/*	background-color:#00cb0a;   /* bege */
	background-color:transparent;
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#000000;
	font-family:'Montserrat', sans-serif;
	font-size:15px;
//	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:auto;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	text-align:center;
}
.classBotaoMenuCliente:hover {background-color:#dcc9a4; cursor:hand; cursor:pointer;}
.classBotaoMenuCliente:active {position:relative; top:1px;}


.classBotaoAcao {
	background-color:#0072c6;   /* azul */
	border:0px;
	text-indent:0;
	display:inline-block;
	height:23px;
	line-height:23px;
	width:23px;
	text-decoration:none;
	text-align:center;
}
.classBotaoAcao:hover {	background-color:#005899; cursor:hand; cursor:pointer;}
.classBotaoAcao:active { position:relative; top:1px;}


.classBotaoInativo {
	background-color:#b3b3b3;   /* cor do botão inativo */
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#efefef;
	font-family:'Montserrat', sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:80px;
	text-decoration:none;
	text-align:center;
}
.classBotao {
	background-color:#0072c6;   /* azul */
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:80px;
	text-decoration:none;
	text-align:center;
}
.classBotao:hover {background-color:#005899; cursor:hand; cursor:pointer;} /* cor do botão em hover */
.classBotao:active {position:relative; top:1px;}

.classBotaoSaibaMais {
	position: relative;
	max-width: 130px;
	background-color:#0072c6;   /* azul */
	border:0px;
	text-indent:0;
	display:inline-block;
	height:30px;
	line-height:30px;
	width:130px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
}
.classBotaoSaibaMais:hover {background-color:#005899; cursor:hand; cursor:pointer;} /* cor do botão em hover */
.classBotaoSaibaMais:active {position:relative; top:1px;}

.classBotaoSaibaMais2 {
	position: relative;
	max-width: 130px;
	background-color:#00cb0a;   /* verde */
	border:0px;
	text-indent:0;
	display:inline-block;
	height:30px;
	line-height:30px;
	width:130px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
}
.classBotaoSaibaMais2:hover {background-color:#009b08; cursor:hand; cursor:pointer;} /* cor do botão em hover */
.classBotaoSaibaMais2:active {position:relative; top:1px;}


.classBTNAreaClienteAtivo {
	display: inline;
	background-color:#003a75; 
	border: 1px solid #003a75; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	height:30px;
	line-height:28px;
	width:235px;
	text-decoration:none;
	text-align:center;
}
.classBTNAreaCliente {
	display: inline;
	background-color:#FFFFFF;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border: 1px solid #e6e6e6;
	color:#444444;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	height:30px;
	line-height:28px;
	width:235px;
	text-decoration:none;
	text-align:center;
}
.classBTNAreaCliente:hover {background-color:#ff7e00; color:#ffffff; border: 1px solid #ff7e00; cursor:hand; cursor:pointer;}

.classBotaoLeilao {
	position: relative;
	background-color:#0072c6;
	border:0px;
	display:inline-block;
	height:50px;
	width: 230px;
	max-width: 230px;
}
.classBotaoLeilao:hover {background-color:#005899; cursor:hand; cursor:pointer;} /* cor do botão em hover */
.classBotaoLeilao:active {position:relative; top:1px;}
.classBotaoLeilaoInativo {
	position: relative;
	background-color:#b3b3b3;
	border:0px;
	display:inline-block;
	height:50px;
	width: 220px;
	max-width: 220px;
}

.btn_ajuda_mais{
	height: 25px; 
	line-height: 23px; 
	width: 25px; 
	color: #4c4c4c; 
	font-family: 'Montserrat', sans-serif;	
	font-size: 20px; 
	padding-left: 1px;
	background-color:#cccccc; 
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border: 50% solid #e6e6e6;
}
.btn_ajuda_mais:hover{cursor: pointer; color:#ffffff; background: #ff7e00; border: 50% solid #ff7e00;}
.btn_ajuda_menos{
	height: 25px; 
	line-height: 23px; 
	width: 25px; 
	color: #ffffff; 
	font-family: 'Montserrat', sans-serif;	
	font-size: 20px; 
	padding-left: 1px;
	background-color:#ff7e00; 
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border: 50% solid #e6e6e6;
	cursor: pointer;
	cursor: hand;
}

.btn_ajuda_seta_left{line-height:0; width:0; height:0; border-left: 12px solid #cccccc; border-right: 4px solid transparent; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid #cccccc; float:left;}
.btn_ajuda_seta_left:hover{cursor: pointer; cursor: hand; border-left: 12px solid #ff7e00}
.btn_ajuda_seta_down{line-height:0; width:0; height:0; border-top: 12px solid #ff7e00; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 4px solid transparent; float:left;}
.btn_ajuda_seta_down:hover{cursor: pointer; cursor: hand; border-top: 12px solid #ff7e00}




/* -------------------------------------------------------------------------------------*/


.itemAjuda{font-family: 'Montserrat', sans-serif;	font-size: 18px; color: #003a75; font-weight: bold;}
.itemAjuda:hover{cursor: pointer; cursor: hand} 
.subItemAjuda{font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: bold;}
.subItemAjuda:hover{cursor: pointer; cursor: hand} 


.Letra30{font-family: 'Montserrat', sans-serif;	font-size: 30px;}
.Letra28{font-family: 'Montserrat', sans-serif;	font-size: 28px;}
.Letra26{font-family: 'Montserrat', sans-serif;	font-size: 26px;}
.Letra24{font-family: 'Montserrat', sans-serif;	font-size: 24px;}
.Letra23{font-family: 'Montserrat', sans-serif;	font-size: 23px;}
.Letra22{font-family: 'Montserrat', sans-serif;	font-size: 22px;}
.Letra21{font-family: 'Montserrat', sans-serif;	font-size: 21px;}
.Letra20{font-family: 'Montserrat', sans-serif;	font-size: 20px;}
.Letra20A{font-family: Arial, Helvetica, sans-serif; font-size: 20px;}
.Letra19{font-family: 'Montserrat', sans-serif;	font-size: 19px;}
.Letra18{font-family: 'Montserrat', sans-serif;	font-size: 18px;}
.Letra17{font-family: 'Montserrat', sans-serif;	font-size: 17px;}
.Letra16{font-family: 'Montserrat', sans-serif;	font-size: 16px;}
.Letra15{font-family: 'Montserrat', sans-serif;	font-size: 15px;}
.Letra14{font-family: 'Montserrat', sans-serif;	font-size: 14px;}
.Letra13{font-family: 'Montserrat', sans-serif;	font-size: 13px;}
.Letra12{font-family: 'Montserrat', sans-serif;	font-size: 12px;}
.Letra11{font-family: 'Montserrat', sans-serif;	font-size: 11px;}
.Letra10{font-family: 'Montserrat', sans-serif;	font-size: 10px;}
.Letra9{font-family: 'Montserrat', sans-serif;	font-size: 9px;}
.Letra_stretch{
/*    display:inline-block; */
    -webkit-transform:scale(0.9,1); /* Safari and Chrome */
    -moz-transform:scale(0.9,1); /* Firefox */
    -ms-transform:scale(0.9,1); /* IE 9 */
    -o-transform:scale(0.9,1); /* Opera */
    transform:scale(0.9,1); /* W3C */
}
.Letra_stretch2{
    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
    -moz-transform:scale(1.5,1); /* Firefox */
    -ms-transform:scale(1.5,1); /* IE 9 */
    -o-transform:scale(1.5,1); /* Opera */
    transform:scale(1.5,1); /* W3C */
}

.Entrelinha1_4{line-height: 1.4;}
.Entrelinha1_5{line-height: 1.5;}
.Entrelinha1_6{line-height: 1.6;}
.MargemDir05{padding-right:5px;}

.Negrito{font-weight: bold}

.CorAzul{color: #0000FF}
.CorAzulEsc{color: #003a75}
.CorPreta{color: #000000}
.CorBranca{color: #FFFFFF}
.CorLaranja{color: #ff7e00}
.CorLaranjaClaro{color: #ffcc00}
.CorCinzaEsc{color: #4f4f4f}
.CorCinza{color: #7a7a7a}
.CorVermelha {color: #FF0000}

.CaixaTextoFalse{border-style:solid; border-width:1; border-color:#CCCCCC; background-color:#f2f2f2; padding-left:5px; height:23px}

A.Linkview:link {text-decoration:none; color:#ffffff; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: normal}
A.Linkview:visited {text-decoration:none; color:#ffffff;font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: normal}
A.Linkview:hover {text-decoration:underline; color:#ffffff;font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: normal}
A.Linkview:active {text-decoration:none; color:#ffffff; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: normal}


A.CliqueAqui:link {text-decoration:none; color:#4f4f4f; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: bold}
A.CliqueAqui:visited {text-decoration:none; color:#4f4f4f;font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: bold}
A.CliqueAqui:hover {text-decoration:underline; color:#000000;font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: bold}
A.CliqueAqui:active {text-decoration:none; color:#4f4f4f; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: bold}

A.EMail:link {text-decoration:none; color:#ffd672; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: normal}
A.EMail:visited {text-decoration:none; color:#ffd672;font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: normal}
A.EMail:hover {text-decoration:underline; color:#ff9000;font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: normal}
A.EMail:active {text-decoration:none; color:#ffd672; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: normal}

A.Login:link {text-decoration:none; color:#ffffff; font-family: 'Montserrat', sans-serif; font-size: 10pt; font-weight: normal}
A.Login:visited {text-decoration:none; color:#ffffff;font-family: 'Montserrat', sans-serif; font-size: 10pt; font-weight: normal}
A.Login:hover {text-decoration:underline; color:#ffcc00;font-family: 'Montserrat', sans-serif; font-size: 10pt; font-weight: normal}
A.Login:active {text-decoration:none; color:#ffffff; font-family: 'Montserrat', sans-serif; font-size: 10pt; font-weight: normal}

A.Logado:link {text-decoration:none; color:#ffcc00; font-family: 'Montserrat', sans-serif; font-size: 10pt; font-weight: normal}
A.Logado:visited {text-decoration:none; color:#ffcc00;font-family: 'Montserrat', sans-serif; font-size: 10pt; font-weight: normal}
A.Logado:hover {text-decoration:underline; color:#ffcc00;font-family: 'Montserrat', sans-serif; font-size: 10pt; font-weight: normal}
A.Logado:active {text-decoration:none; color:#ffcc00; font-family: 'Montserrat', sans-serif; font-size: 10pt; font-weight: normal}

A.EsqueciPW:link {text-decoration:none; color:#0072c6; font-family: 'Montserrat', sans-serif; font-size: 9pt; font-weight: normal}
A.EsqueciPW:visited {text-decoration:none; color:#0072c6;font-family: 'Montserrat', sans-serif; font-size: 9pt; font-weight: normal}
A.EsqueciPW:hover {text-decoration:underline; color:#003a75;font-family: 'Montserrat', sans-serif; font-size: 9pt; font-weight: normal}
A.EsqueciPW:active {text-decoration:none; color:#0072c6; font-family: 'Montserrat', sans-serif; font-size: 9pt; font-weight: normal}

.ExtraPW {display:none}

A.LinkRefreshbtnlances:link {text-decoration:none; color:#FF0000; font-family: 'Montserrat', sans-serif; font-size: 8pt; font-weight: bold}
A.LinkRefreshbtnlances:visited {text-decoration:none; color:#FF0000;font-family: 'Montserrat', sans-serif; font-size: 8pt; font-weight: bold}
A.LinkRefreshbtnlances:hover {text-decoration:underline; color:#FF0000;font-family: 'Montserrat', sans-serif; font-size: 8pt; font-weight: bold}
A.LinkRefreshbtnlances:active {text-decoration:none; color:#990000; font-family: 'Montserrat', sans-serif; font-size: 8pt; font-weight: bold}
	

A.LinkMSIS:link {text-decoration:none; color:#666666; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
A.LinkMSIS:visited {text-decoration:none; color:#666666;font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
A.LinkMSIS:hover {text-decoration:none; color:#3f3100;font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
A.LinkMSIS:active {text-decoration:none; color:#666666; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}

A.LinkLogin:link {text-decoration:none; color:#75FF83; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
A.LinkLogin:visited {text-decoration:none; color:#75FF83;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
A.LinkLogin:hover {text-decoration:underline; color:#ffffff;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
A.LinkLogin:active {text-decoration:none; color:#75FF83; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}

A.LinkTexto:link {text-decoration:none; color:#666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
A.LinkTexto:visited {text-decoration:none; color:#666666;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
A.LinkTexto:hover {text-decoration:underline; color:#000000;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
A.LinkTexto:active {text-decoration:none; color:#666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}

A.LinkTexto8:link {text-decoration:none; color:#232323; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
A.LinkTexto8:visited {text-decoration:none; color:#232323;font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
A.LinkTexto8:hover {text-decoration:underline; color:#000000;font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
A.LinkTexto8:active {text-decoration:none; color:#232323; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}

A.LinkLotesSel:link {text-decoration:none; color:#3a3b80; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; border-style: double}
A.LinkLotesSel:visited {text-decoration:none; color:#3a3b80;font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; border-style: double}
A.LinkLotesSel:hover {text-decoration:none; color:#000000;font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; border-style: double}
A.LinkLotesSel:active {text-decoration:none; color:#3a3b80; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; border-style: double}

A.LinkSubir:link {text-decoration:none; color:#3a3b80; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold}
A.LinkSubir:visited {text-decoration:none; color:#3a3b80;font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold}
A.LinkSubir:hover {text-decoration:none; color:#000000;font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold}
A.LinkSubir:active {text-decoration:none; color:#3a3b80; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold}

A.LinkLogin2:link {text-decoration:none; color:#DCC785; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
A.LinkLogin2:visited {text-decoration:none; color:#DCC785;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
A.LinkLogin2:hover {text-decoration:underline; color:#BB9A35;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
A.LinkLogin2:active {text-decoration:none; color:#DCC785; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}

A.LinkMenu:link {text-decoration:none; color:#333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt}
A.LinkMenu:visited {text-decoration:none; color:#333333;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt}
A.LinkMenu:hover {text-decoration:underline; color:#000000;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt}
A.LinkMenu:active {text-decoration:none; color:#333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt}

A.LinkCalend:link {text-decoration:none; color:#0b301a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; border: 1px solid #0b301a; background-color:#ffffff}
A.LinkCalend:visited {text-decoration:none; color:#0b301a;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; border: 1px solid #0b301a; background-color:#ffffff}
A.LinkCalend:hover {text-decoration:none; color:#ffffff;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; border: 1px solid #0b301a; background-color:#0b301a}
A.LinkCalend:active {text-decoration:none; color:#0b301a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; border: 1px solid #0b301a; background-color:#ffffff}

.OptionSel {background-color:#368d5a;color:#ffffff}

.Busca {font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; color: #333333; font-weight: none}
.BotaoOK {font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; color: #000000; font-weight: none}



.pulse {
  animation: pulse 0.4s infinite;
  margin: 0 auto;
  display: table;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.alerta {
  animation: alerta 0.1s infinite;
  margin: 0 auto;
  display: table;
  animation-direction: alternate;
  -webkit-animation-name: alerta;
  animation-name: alerta;
}

@-webkit-keyframes alerta {
  0% {
    -webkit-transform: rotate(20deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(-20deg) scale(1.2);
  }
}

@keyframes alerta {
  0% {
    transform: rotate(20deg) scale(1.2);
  }
  100% {
    transform: rotate(-20deg) scale(1.2);
  }
}




.Letra28A{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 28px;
   -webkit-animation: color-change 7s step-start infinite;
   -moz-animation: color-change 7s step-start infinite;
   -o-animation: color-change 7s step-start infinite;
   -ms-animation: color-change 7s step-start infinite;
   animation: color-change 7s step-start infinite;
}

@-webkit-keyframes color-change {
	  0% { color: red; }
	  5% { color: white; }
	  10% { color: red; }
	  15% { color: white; }
	  20% { color: red; }
	  25% { color: white; }
	  30% { color: red; }
	  35% { color: white; }
	  40% { color: red; }
	  45% { color: white; }
	  100% { color: red; }
}
@-moz-keyframes color-change {
	  0% { color: red; }
	  5% { color: white; }
	  10% { color: red; }
	  15% { color: white; }
	  20% { color: red; }
	  25% { color: white; }
	  30% { color: red; }
	  35% { color: white; }
	  40% { color: red; }
	  45% { color: white; }
	  100% { color: red; }
 }
 @-ms-keyframes color-change {
	  0% { color: red; }
	  5% { color: white; }
	  10% { color: red; }
	  15% { color: white; }
	  20% { color: red; }
	  25% { color: white; }
	  30% { color: red; }
	  35% { color: white; }
	  40% { color: red; }
	  45% { color: white; }
	  100% { color: red; }
 }
 @-o-keyframes color-change {
	  0% { color: red; }
	  5% { color: white; }
	  10% { color: red; }
	  15% { color: white; }
	  20% { color: red; }
	  25% { color: white; }
	  30% { color: red; }
	  35% { color: white; }
	  40% { color: red; }
	  45% { color: white; }
	  100% { color: red; }
 }
 @keyframes color-change {
	  0% { color: red; }
	  5% { color: white; }
	  10% { color: red; }
	  15% { color: white; }
	  20% { color: red; }
	  25% { color: white; }
	  30% { color: red; }
	  35% { color: white; }
	  40% { color: red; }
	  45% { color: white; }
	  100% { color: red; }
 }

.grato{
	animation-name: gratoAnime;
  	animation-duration: 2s;
  	animation-timing-function: ease-out;
   top:-1000px;
	opacity:0;
}
@-webkit-keyframes gratoAnime {
  0% {
  	 top:30px;
    opacity: 1;
  }
  60% {
  	 top:30px;
    opacity: 1;
  }
  99% {
  	 top:30px;
    opacity: 0;
  }
  100% {
    top:-1000px;
    opacity: 0;
  }
}

@keyframes gratoAnime {
  0% {
  	 top:30px;
    opacity: 1;
  }
  60% {
  	 top:30px;
    opacity: 1;
  }
  99% {
  	 top:30px;
    opacity: 0;
  }
  100% {
    top:-1000px;
    opacity: 0;
  }
}

.hoverSino{
	position:fixed; 
	bottom:30px; 
	right:50px; 
	width:1px; 
	height:40px; 
	border-radius:15px; 
	background-color:#000000; 
	animation-name: animaOutSino;
  	animation-duration: .3s;
  	animation-timing-function: ease-out;
	opacity:0;
}

@-webkit-keyframes animaOutSino {
  0% {
    width: 360px; 
    opacity: 1;
  }
  100% {
    width: 50px; 
    opacity: 0;
  }
}

@keyframes animaOutSino {
  0% {
    width: 360px; 
    opacity: 1;
  }
  100% {
    width: 50px; 
    opacity: 0;
  }
}


.hoverSino2{
	position:fixed; 
	bottom:30px; 
	right:50px; 
	width:360px; 
	height:40px; 
	border-radius:15px; 
	background-color:#000000; 
	cursor:hand; 
	cursor:pointer; 
	animation-name: animaHoverSino;
  	animation-duration: .3s;
  	animation-timing-function: ease-out;
	z-index:900;
}

/* Animation */
@-webkit-keyframes animaHoverSino {
  0% {
    width: 50px; 
    opacity: 0;
  }
  100% {
    width: 360px; 
    opacity: 1;
  }
}

@keyframes animaHoverSino {
  0% {
    width: 50px; 
    opacity: 0;
  }
  100% {
    width: 360px; 
    opacity: 1;
  }
}
/* config _Banner --------------------------------------------------------------------*/
.Bannerssss{position:absolute; display:-webkit-flex; display:flex; width:100%; left:0px; height:240px;}
.Banners{position:absolute; display:-webkit-flex; display:flex; width:100%; left:0px; height:280px; cursor: pointer;}

.BannerLateral{position:absolute; width:11%; min-width:20px; top:0px; left:0px; height:240px;}
.BannerContainer{position:absolute; width:78%; min-width:964px; /*min-width:976px;*/ top:0px; left:11%; height:240px;}

.Banner{position:absolute; width:100%; min-width:964px; top:0px; left:0px; height:240px; /*border:1px solid #e1e1e1;*/
	animation-name: animaBanner;
  	animation-duration: .3s;
  	animation-timing-function: ease-out;
}
.Banner:hover {/*position:relative; 
	box-shadow:0 0px 10px #999; 
	-webkit-box-shadow: 0 0px 10px #999;
 	-moz-box-shadow:0 0px 10px #999;
	transition: all .2s ease-in-out; cursor: pointer;*/}
.Banner_grad{ display:none;
	position: absolute; width:100%; bottom:0px; right:0px; height:45px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );/* IE6-9 */
}
.Banner_legenda{display:none; position:absolute; width:78%; bottom:8px; color:#FFFFFF; font-family:'Montserrat', sans-serif; font-size: 12px;/* border:1px solid #FF0000;*/}

.Banner_navegs{
	position: absolute;
	top:505px; 
	width:100%; 
	left:0px; 
	text-align:center;
}
.Banner2_naveg{
	position:absolute;
	display:block;
	top:0px;
	left:1px;
	width:9px;
	height:9px;
	border-radius:8px;
	border:4px solid #CCCCCC;
	background:#FFFFFF;
}
.Banner2_naveg:hover{border:4px solid #ff7e00; cursor:pointer;}
.Banner2_navegSel{
	position:absolute;
	display:block;
	top: 0px;
	left:1px;
	width:9px;
	height:9px;
	border-radius:8px;
	border: 4px solid #ff7e00;
	background:#ff7e00;
}
/* -------------------------------------------------------------------------------------*/

@-webkit-keyframes animaBanner {
  0% {
/*	 left: -976px; */
    opacity: 0;
  }
  100% {
	 left: 0px;
    opacity: 1;
  }
}

@keyframes animaBanner {
  0% {
/*	 left: -976px;*/
    opacity: 0;
  }
  100% {
	 left: 0px;
    opacity: 1;
  }
}
.FdoModal{
	width:100%;
	height:100%;
	background: url(imagens/imgFundoModal.png);
	position:fixed;
	top:0;
	left:0;
	z-index:990; 	
}
.JanelaModal{
	top: 90px;
	width: 430px;
	height: 278px;
	position: relative;
	animation-name: animaModalBox;
  	animation-duration: .3s;
  	animation-timing-function: ease-out;
	background-color:#ffffff;
	border: 1px solid #b7b7b7;
	z-index:991;	
}
.BarraTitModal{
	position: absolute;
	top: 4px;
	left: 4px;
	width: 420px;
	height: 38px;
	background-color:#6d849c;
	border: 1px solid #5b7691;
	z-index:992;	
}
.TitModal{
	position: absolute;
	left: 12px;
	color:#FFFFFF;  
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	padding-top: 13px;
	text-decoration:none;
	z-index:993;	
}
.XModal{
	position: absolute;
	top: 11px;
	left: 395px;
	z-index:994;	
}
.HtmlModal{
	position: absolute;
	top: 49px;
	left: 4px;
	width: 420px;
	height: 160px;
	overflow-y: auto;
	z-index:995;	
}
.HtmlModalGde{
	position: absolute;
	top: 49px;
	left: 4px;
	width: 420px;
	height: 223px;
	overflow-y: auto;
	z-index:995;	
}
.BtnsModal{
	position: absolute;
	top: 235px;
	left: 4px;
	width: 420px;
	height: 30px;
	z-index:996;	
}
.DivisaoModal{
	position: absolute;
	top: 220px;
	left: 4px;
	width: 420px;
	height: 1px;
	background-color:#bfc9d4;
	z-index:997;	
}

/* Animation */
@-webkit-keyframes animaModalBox {
  0% {
    top: -350px; 
    opacity: 0;
  }
  100% {
    top: 100px; 
    opacity: 1;
  }
}

@keyframes animaModalBox {
  0% {
    top: -350px; 
    opacity: 0;
  }
  100% {
    top: 100px; 
    opacity: 1;
  }
}

.carregandoDIV {
	position:absolute;
 	top: 50%;
 	left: 50%;
	margin-left: -40px; /* metade da largura */
 	margin-top: -40px; /* metade da altura */
	z-index:999;
}


.FdoModalF{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url(imagens/imgFundoModal.png);
	z-index:990; 	
}
.JanelaModalF{
	top: 30px;
	width: 976px;
	height: 580px;
	position: relative;
	animation-name: animaModalBoxF;
  	animation-duration: .3s;
  	animation-timing-function: ease-out;
	background-color:#ffffff;
	border: 1px solid #b7b7b7;
	z-index:991;	
}
.XModalF{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:998;	
}
.FotoModalF{
	position: absolute;
	z-index:995;	
}


.FotoSetaDC{
	position: absolute;
	right:0px;
	width: 200px;
	height: 580px;
	z-index:997;
}
.FotoSetaDC:hover{
 	cursor:hand;
 	cursor:pointer; 
}
.FotoSetaD{
	position: absolute;
	top: 250px;
	right: 5px; 
	color:#CCCCCC;
	font-family:'Montserrat', sans-serif;
	font-size:70px;
	font-weight:bold;
	font-style:normal;
   -webkit-transform:scale(1,2); /* Safari and Chrome */
   -moz-transform:scale(1,2); /* Firefox */
    -ms-transform:scale(1,2); /* IE 9 */
   -o-transform:scale(1,2); /* Opera */
   transform:scale(1,2); /* W3C */
	z-index:996;
}


.FotoSetaEC{
	position: absolute;
	left:0px;
	width: 200px;
	height: 580px;
	z-index:997;
}
.FotoSetaEC:hover{
 	cursor:hand;
 	cursor:pointer; 
}
.FotoSetaE{
	position: absolute;
	top: 250px;
	left: 5px; 
	color:#CCCCCC;
	font-family:'Montserrat', sans-serif;
	font-size:70px;
	font-weight:bold;
	font-style:normal;
   -webkit-transform:scale(1,2); /* Safari and Chrome */
   -moz-transform:scale(1,2); /* Firefox */
    -ms-transform:scale(1,2); /* IE 9 */
   -o-transform:scale(1,2); /* Opera */
   transform:scale(1,2); /* W3C */
	z-index:996;
}

/* Animation */
@-webkit-keyframes animaModalBoxF {
  0% {
    top: -350px; 
    opacity: 0;
  }
  100% {
    top: 30px; 
    opacity: 1;
  }
}

@keyframes animaModalBoxF {
  0% {
    top: -350px; 
    opacity: 0;
  }
  100% {
    top: 30px; 
    opacity: 1;
  }
}

.carregandoFoto {
	position:absolute;
 	top: 50%;
 	left: 50%;
	margin-left: -74px; /* metade da largura */
 	margin-top: -74px; /* metade da altura */
	z-index:999;
}
