﻿/*css para formatação rapida*/

/*texto a direita*/
.taR{ text-align: right;}

/*texto ao centro*/
.taC{ text-align: center;}

/*texto a esquerda*/
.taL{ text-align: left;}

/*texto justificado*/
.taJ{ text-align: justify;}

/*cor verde*/
.cV{ color: #6e8205}

/*cor cinza*/
.c666{ color: #666}

/*cor branco*/
.cfff{ color: #fff}

/* fundo cinza 1*/
.bcC1{ background-color: #eee;}

/* fundo cinza 2*/
.bcC2{ background-color: #ccc;}

/* fundo cinza 3*/
.bcC3{ background-color: #999;}

/* fundo cinza 4*/
.bcC4{ background-color: #666;}

/* fundo cinza 5*/
.bcC5{ background-color: #333;}

/* bordas arredondadas*/
.bA
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    }
/* bordar esquerda cinza*/
.blC{ border-left: 1px solid #ccc}

/*borda direita cinza*/    
.brC{ border-right: 1px solid #ccc}
/* margem 10px*/    
.m10{ margin: 10px;}

/*margem topo e bootm*/
.mtb10{margin: 10px 0;}

/* margin direita 10*/
.mr10{margin-right: 10px;}

/*margem topo e bottom 5*/
.mtb5{ margin-bottom: 5px;}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}


/*texto indentado*/
.ti50{ text-indent: 50px;}

/* line-height 16*/
.lh16{ line-height: 16px;}

/* line-height 18*/
.lh18{ line-height: 18px;}

/* line-height 20*/
.lh20{ line-height: 20px;}

/* display none*/
.disN{display: none;}

/*display block*/
.disB{ display: block;}

/*width 100%*/
.wi100Perc{ width: 100%; }

/*width 450px*/
.wi450px{ width: 450px;}

/*height 100px;*/
.height100px{ height: 100px;}

/* height 150px*/
.height150px{ height: 250px;}

/* padding top 20 e bottom 5*/
.pt20pt5{ padding: 10px 0 5px 0}

/* clear both*/
.clearB{ clear:both}

/*font-size 12*/
.f12{ font-size: 12px;}

/*font-size 14*/
.f14{ font-size: 14px;}

/*font-size 16*/
.f16{ font-size: 16px;}

/*font-size 18*/
.f18{ font-size: 18px;}

/*font-size 20*/
.f20{ font-size: 20px;}

/*font-size 24*/
.f24{ font-size: 24px;}

/*font-size 28*/
.f28{ font-size: 28px;}

/*font-size 30*/
.f30{ font-size: 30px;}

/*font-size 36*/
.f36{ font-size: 36px;}

/*font-size 48*/
.f48{ font-size: 48px !important;}

/*font-size 72*/
.f72{ font-size: 72px;}

/* cor da fonte #333*/
.c333 { color: #333;}

/* cor marrom*/
.cMarrom{ color: #5f4a25}

/* float right*/
.fr{ float: right;}

/* float left*/
.fl{ float: left;}

/*negrito*/
.fwB td{ font-weight: bold}

/*negrito*/
.fwB{ font-weight: bold}


/*mensagem de erro*/
.erro{color: #f00; font-weight: bold; font-size: 12px;}    