
/* CORES */

.filtroCorCinza {
	-webkit-filter: grayscale(100%);
}

.filtroCorCinza:hover {
	-webkit-filter: none;
}

.textoGrafiteSelecao:hover {
	color : gray;
}

.textoGrafite {
	color : gray;
}

.textoCinza {
	color : silver;
}

.textoCinzaBellagio {
	color : #707070;
}

.textoCinzaBellagioSelecao:hover {
	color : #c0c0c0;
}

.textoRosa {
	color : #f38a9a;
}

.textoRosaMadeleine {
	color : #ac0e7f;
}

.textoRosaMadeleineSelecao:hover {
	color : #ac0e7f;
}

.fundoRosaMadeleine {
	background-color: #ac0e7f;
}

.fundoRosaMadeleineSelecao:hover {
	background-color: #ac0e7f;
}

.textoBranco {
	color: white;
}

.textoSelecaoBranco:hover {
	color: white;
}

.textoBrancoSelecao:hover {
	color: white;
}

.textoPreto {
	color: black;
}

.textoPretoSelecao:hover {
	color: black;
}

.textoAzulClaro {
	color: #315a88;
}

.textoAzulClaroSelecao:hover {
	color: #315a88;
}

.textoAzulEscuro {
	color: #38646b;
}

.textoAzulBellagio {
	color: #202e5c;
}

.textoAzulBellagioSelecao:hover {
	color: #202e5c;
}

.textoAzulEscuroSelecao:hover {
	color: #38646b;
}

.textoAzulMult {
	color: #00ade9;
}

.textoAzulMultSelecao:hover {
	color: #00ade9;
}

.textoAzulLunic {
	color: #087ea1;
}

.textoAzulLunicSelecao:hover {
	color: #087ea1;
}

.textoAzulIndigo {
	color: #336699;
}

.textoAzulIndigoSelecao:hover {
	color: #336699;
}

.textoAzulBeliza {
	color: #285aa3;
}

.textoAzulBelizaSelecao:hover {
	color: #285aa3;
}

.textoVerdeEscuro {
	color : #135813;
}

.textoVerdeEscuroSelecao:hover {
	color : #135813;
}

.textoVerde {
	color : #4d9455;
}

.textoVerdeSelecao:hover {
	color : #4d9455;
}

.textoVerdePadrao {
	color : green;
}

.textoVerdeClaro {
	color : #c2ecc2;
}

.textoVerdeLigado {
	color: #08e408;
}

.textoVerdeBrilhoClaro {
	color : #9dcf3a;
}

.textoVerdeBrilhoClaroSelecao:hover {
	color : #9dcf3a;
}

.textoVermelho {
	color : #fc0001;
}

.textoVermelhoSelecao:hover {
	color : #fc0001;
}

.textoVermelhoEscuro {
	color : #d45252;
}

.textoVermelhoEscuroSelecao:hover {
	color : #d45252;
}

.textoVermelhoDestak {
	color : #811716;
}

.textoVermelhoDestakSelecao:hover {
	color : #811716;
}

.textoVermelhoFazenda {
	color: #9b122f;
}

.textoVermelhoFazendaSelecao:hover {
	color: #9b122f;
}

.textoAmarelo {
	color : yellow;
}

.textoAmareloInforme {
	color : #c5d030;
}

.textoAmareloMedio {
	color : #e6f706;
}

.textoAmareloBellagio {
	color : #cfb534;
}

.textoAmareloBellagioSelecao:hover {
	color : #cfb534;
}

.textoLaranja {
	color: orange;
}

.textoSelecaoAzulClaro:hover {
	color: #315a88;
}

.textoSelecaoLaranja:hover {
	color: orange;
}

.textoRoxo {
	color: #6f378b;
}

.textoCinzaEscuro {
	color: #5a5959;
}

.textoMarromMadeira {
	color: #96400c;
}

.textoMarromMadeiraSelecao:hover {
	color: #96400c;
}

.textoMarromLunic {
	color: #936729;
}

.textoMarromLunicSelecao:hover {
	color: #936729;
}

.textoMarromCogestEscuro {
	color: #8a5a01;
}

.textoMarromCogestEscuroSelecao:hover {
	color: #8a5a01;
}

.textoMarromCogestMedio {
	color: #c48818;
}

.textoMarromCogestMedioSelecao:hover {
	color: #c48818;
}

.fundoMarromCogestEscuro {
	background-color: #8a5a01;
}

.fundoMarromCogestEscuroSelecao:hover {
	background-color: #8a5a01;
}

.fundoMarromCogestMedio {
	background-color: #c48818;
}

.fundoMarromCogestMedioSelecao:hover {
	background-color: #c48818;
}

.textoLaranjaNovaUniao {
	color: #e58b54;
}

.textoLaranjaNovaUniaoSelecao:hover {
	color: #e58b54;
}

.textoAzulGkf {
	color: #009cdf;
}

.textoAzulGkfSelecao:hover {
	color: #009cdf;
}

.bordaVerde {
	border:1px solid green ;
}

.bordaAzulBellagio {
	border:1px solid #202e5c;
}

.bordaCinza {
	border:1px solid silver ;
}

.bordaCinzaSelecao:hover {
	border:1px solid silver ;
}

.bordaCinza2px {
	border: 2px solid silver ;
}

.bordaCinza3px {
	border: 3px solid silver ;
}

.bordaCinzaSuperior {
	border-top:1px solid silver;
}

.bordaCinzaInferior {
	border-bottom:1px solid silver;
}

.bordaCinzaDireita {
	border-right:1px solid silver;
}

.bordaCinzaEsquerda {
	border-left:1px solid silver;
}

.bordaPreta {
	border:2px solid black ;
}

.bordaVermelha {
	border: 1px solid red ;
}

.bordaVermelhaFazenda {
	border: 1px solid #9b122f;
}

.bordaVerdeEscuroInferiorSelecao:hover  {
	border-bottom:1px solid #135813;
}

.bordaLaranjaNovaUniao {
	border:1px solid #e58b54;
}

.bordaBranca {
	border: 1px solid white;
}

.fundoCinza {
	background:silver;
}

.fundoCinzaClaro {
	background:#f2f2f2;
}

.fundoCinzaBellagio {
	background : silver;
}

.fundoCinzaSelecao:hover {
	background:silver;
}

.fundoAmareloBellagio {
	background:#cfb534;
}

.fundoAmareloBellagioSelecao:hover {
	background:#cfb534;
}

.fundoAmareloInforme {
	background : #c5d030;
}

.fundoAmareloInformeSelecao:hover {
	background : #c5d030;
}

.fundoAmareloMedio {
	background:#e6f706;
}

.fundoAmareloMedioSelecao:hover {
	background:#e6f706;
}

.fundoAzulClaro {
	background:#E2E4E4;
}

.fundoAzulClaroSelecao:hover {
	background:#E2E4E4;
}

.fundoAzulBrilho {
	background: #F3F4F8;
}

.fundoAzulBrilhoSelecao:hover {
	background: #F3F4F8;
}

.fundoAzulEscuro {
	background: #38646b;
}

.fundoAzulEscuroSelecao:hover {
	background: #38646b;
}

.fundoAzulBellagio {
	background: #202e5c;
}

.fundoAzulBellagioTransparente02 {
	background: rgba(32,46,92,0.2);
}

.fundoAzulBellagioSelecao:hover {
	background: #202e5c;
}

.fundoAzulLunic {
	background: #096079;
}

.fundoAzulMult {
	background: #00ade9;
}

.fundoAzulMultSelecao:hover {
	background: #00ade9;
}

.fundoAzulIndigo {
	background: #336699;
}

.fundoAzulIndigoSelecao:hover {
	background: #336699;
}

.fundoAzulBeliza {
	background: #285aa3;
}

.fundoAzulBelizaSelecao:hover {
	background: #285aa3;
}

.fundoRoxo {
	background: #6f378b;
}

.fundoRoxoSelecao:hover {
	background: #6f378b;
}

.fundoBranco {
	background: white;
}

.fundoBrancoSelecao:hover {
	background: white;
}

.fundoBrancoTransparente02 {
	background: rgba(255,255,255,0.2);
}
.fundoBrancoTransparente03 {
	background: rgba(255,255,255,0.3);
}
.fundoBrancoTransparente04 {
	background: rgba(255,255,255,0.4);
}
.fundoBrancoTransparente04Selecao:hover {
	background: rgba(255,255,255,0.4);
}
.fundoBrancoTransparente05 {
	background: rgba(255,255,255,0.5);
}
.fundoBrancoTransparente06 {
	background: rgba(255,255,255,0.6);
}
.fundoBrancoTransparente07 {
	background: rgba(255,255,255,0.7);
}
.fundoBrancoTransparente08 {
	background: rgba(255,255,255,0.8);
}

.fundoBrancoTransparente09 {
	background: rgba(255,255,255,0.9);
}

.fundoRosaClaro {
	 background: rgba(243, 138, 154, 0.27);
}

.fundoVerde {
	background : #4d9455;
}

.fundoVerdeSelecao:hover {
	background : #4d9455;
}

.fundoVerdeClaro {
	 background: #c2ecc2;
}

.fundoVerdeClaroSelecao:hover {
	background: #c2ecc2;
}

.fundoVerdeEscuroSelecao:hover {
	background: #196b19;
}

.fundoVerdeEscuro {
	 background: #196b19;
}

.fundoVerdeMuitoEscuro {
	 background: #114811;
}


.fundoVerdeMuitoEscuro {
	 background: #043e04;
}

.fundoVerdeBrilhoClaro {
	background : #9dcf3a;
}

.fundoVermelho {
	background : #fc0001;
}

.fundoVermelhoSelecao:hover {
	background : #fc0001;
}

.fundoVermelhoEscuro {
	background : #d45252;
}

.fundoVermelhoEscuroSelecao:hover {
	background : #d45252;
}

.fundoVermelhoDestak {
	background : #811716;
}

.fundoVermelhoDestakSelecao:hover {
	background : #811716;
}

.fundoVermelhoFazenda {
	background: #9b122f;
}

.fundoVermelhoFazendaSelecao:hover {
	background: #9b122f;
}

.fundoMarromMadeira {
	background: #96400c;
}

.fundoMarromLunic {
	background:#936729;
}


.fundoLaranja {
	background: orange;
}

.fundoGrafite {
	 background: gray;
}

.fundoGrafiteSelecao:hover {
	 background: gray;
}

.fundoPreto {
	 background: black;
}

.fundoPretoSelecao:hover {
	 background: black;
}

.fundoPretoTransparente02 {
	background: rgba(0,0,0,0.2);
}

.fundoPretoTransparente02Selecao:hover {
	background: rgba(0,0,0,0.2);
}

.fundoPretoTransparente03 {
	background: rgba(0,0,0,0.3);
}

.fundoPretoTransparente04 {
	background: rgba(0,0,0,0.4);
}

.fundoPretoTransparente05 {
	background: rgba(0,0,0,0.5);
}

.fundoPretoTransparente06 {
	background: rgba(0,0,0,0.6);
}

.fundoPretoTransparente07 {
	background: rgba(0,0,0,0.7);
}

.fundoPretoTransparente08 {
	background: rgba(0,0,0,0.8);
}

.fundoPretoTransparente08Selecao:hover {
	background: rgba(0,0,0,0.8);
}

.fundoRosa {
	background : #f38a9a;
}

.fundoAzulClaro {
	background : #315a88;
}

.fundoLaranjaNovaUniao {
	background: #e58b54;
}

.fundoAzulGkf {
	background: #009cdf;
}

.fundoAzulGkfSelecao:hover {
	background: #009cdf;
}

.textoMarromClaro {
	color: #ab9b64;
}

.textoMarromClaroSelecao:hover {
	color: #ab9b64;
}

.fundoMarromClaro {
	background: #ab9b64;
}

.fundoMarromClaroSelecao:hover {
	background: #ab9b64;
}