@charset "utf-8";
body {
	font: 13px Tahoma, Geneva, sans-serif;
	color: #545454;
	background-color: #f3f3f3;
}
.text-1 {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}
.text-2 {
	font-size: 12px;
}
.text-3 {
	font-size: 14px;
}
.text-4 {
	font-size: 16px;
}
.text-5 {
	font-size: 18px;
}
.text-6 {
	font-size: 20px;
}
.text-7 {
	font-size: 22px;
}
.text-8 {
	font-size: 24px;
}
.text-9 {
	font-size: 28px;
}
.text-10 {
	font-size: 32px;
}
.text-11 {
	font-size: 36px;
}
.text-12 {
	font-size: 40px;
}
/* FONTES */
.font-times {
	font-family: "Times New Roman", Times, serif;
}
.font-georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.font-lucida {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.font-arial {
	font-family: Arial, Helvetica, sans-serif;
}
/* LINKS */
a {
	color: #2894FF;
	border: none;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #7F7F7F;
}
.no-under {
	text-decoration: none;
}
.link-verde1 {
	color: #4FA631;
	text-decoration: none;
}
.link-verde1:hover {
	color: #397924;
	text-decoration: underline;
}
.link-gold11 {
	color: #969867;
}
.link-gold11:hover {
	color: #71734F;
}
/* CORES */
.cor-azul1 {
	color: #379BFF;
}
.cor-branca {
	color: #FFF;
}
.cor-cinza1 {
	color: #979797;
}
.cor-cinza2 {
	color: #545454;
}
.cor-cinza3 {
	color: #373727;
}
.cor-cinza4 {
	color: #282828;
}
.cor-gold1 {
	color: #93937B;
}
.cor-gold2 {
	color: #4e4e3f;
}
.cor-laranja1 {
	color: #ff9000;
}
.cor-preta {
	color: #000;
}
.cor-red1 {
	color: #d80b0b;
}
.cor-verde1 {
	color: #5E7D51;
}
.cor-verde2 {
	color: #3A4E32;
}
.cor-verde3 {
	color: #53A600;
}
.cor-face1 {
	color: #34427e;
}
.btn_cinza{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    color: #606060;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    font-weight: bold;
    word-wrap: normal;
    cursor: pointer;
    background-color: #F2F2F2;
    border-color: #B1B1B1 !important;
    text-decoration: none;
    margin: 0;	
}
.btn_verde{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    font-weight: bold;
    word-wrap: normal;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0C5200;
    border-color: #083800 !important;
    text-decoration: none;
    margin: 0;
}