
/**/

.corLinks
{
	background-color: #000000 !important;
}

.corBackgrounds
{
	background-color: #225a8f !important;
}

.corFonte
{
	color: #ffffff !important;
}

.corFundoBotoes
{
	background-color: #319993 !important;
}

.corFundoBotoesCarrosel
{}

.carousel .item .corFundoBotoesCarrosel:hover, .carousel .item .corFundoBotoesCarrosel:focus
{
	background-color: #319993 !important;
}

.corFonteBotoes
{
	color: #ffffff !important;
}

.corFundoRodape
{
	background-color: #8a8a8a !important;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: START PRELOADER :::::::::::::::::::::::::::::::::::::::::::::::::::*/
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000; 
    z-index:999; 
  	opacity: 0.5;
  	filter: alpha(opacity=50)	
}
#preloader .inner {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);  
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: END PRELOADER :::::::::::::::::::::::::::::::::::::::::::::::::::*/

.quebraPalavras
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;	
}	