﻿/***********FOOTER***********

#cabecalho
{
	width: 100%;
	background: #7B7151;
	height: 30px;
}

#compartilhe
{
	width: 100%;
	height: 30px;
	background: #3F3D2C;
}

.a
{
	color: #544E39;
}

#info span
{
	display: block;
	padding-right: 20px;
	width: 240px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #544E39;
	float: right;
	text-align: right;
	margin: 10px 0;
}

.footCentro
{
	max-width: 800px;
	background: #C7C2AC;
}

#info
{
	width: 100%;
	height: 100px;
	background: #C7C2AC;
}

/***********FIM FOOTER***********/
/************ NOVO FOOTER *************/
.sprite.logo,
.sprite.icon,
.sprite.btn {
  display: inline-block;
  background-image: url(../images/sprite/sprite.png);
}

.footer {
  background: #f9f9f9;
  padding: 20px;
  margin-top: 20px;
}
.footer .copyright {
  color: #737373;
  font: 10px 'gotham-book';
  float: left;
}
.footer .tutu {
  color: #b9b9b9;
  font-size: 12px;
  float: right;
  text-decoration: none;
}
.footer .tutu span {
  background-position: -192px -24px;
  width: 60px;
  height: 12px;
  float: right;
  margin: 1px 0 0 4px;
}
.footer .mapa {
  margin: 0 0 20px 0;
  display: none;
}

.how-get {
  float: right;
  *zoom: 1;
}
.how-get:before,
.how-get:after {
  display: table;
  content: "";
  line-height: 0;
}
.how-get:after {
  clear: both;
}
.how-get ul li {
  list-style: none;
  float: left;
  text-align: right;
  text-decoration: none;
}
.how-get ul li address,
.how-get ul li address a {
  float: left;
  color: #737373;
  font: 12px/14px 'gotham-book';
  margin-right: 10px;
  text-align: right;
  text-decoration: none;
}
.how-get ul li img {
  float: left;
  height: 67px;
}

.socials {
  float: left;
  margin: 0 0 25px;
  *zoom: 1;
}
.socials:before,
.socials:after {
  display: table;
  content: "";
  line-height: 0;
}
.socials:after {
  clear: both;
}
.socials ul {
  padding: 0;
}
.socials ul li {
  float: left;
  list-style: none;
  margin: 0 0 10px;
}
.socials ul li:first-child {
  display: block;
  float: none;
}
.socials ul li a {
  display: block;
  width: 23px;
  height: 15px;
  position: relative;
  text-indent: -9999px;
}
.socials ul li a .shadow-social {
  background: url(../images/shadow-social.png) scroll no-repeat center bottom;
  display: block;
  width: 23px;
  height: 9px;
}
.socials ul li .fecomercio {
  background-position: -317px -14px;
  width: 123px;
  height: 22px;
}
.socials ul li .facebook {
  background-position: -99px -136px;
}
.socials ul li .facebook:hover {
  background-position: -210px -136px;
}
.socials ul li .twitter {
  background-position: -81px -136px;
}
.socials ul li .twitter:hover {
  background-position: -192px -136px;
}
.socials ul li .youtube {
  background-position: -56px -136px;
}
.socials ul li .youtube:hover {
  background-position: -167px -136px;
}
.socials ul li .flickr {
  background-position: -31px -136px;
}
.socials ul li .flickr:hover {
  background-position: -142px -136px;
}
.socials ul li .blogger {
  background-position: -9px -136px;
}
.socials ul li .blogger:hover {
  background-position: -120px -136px;
}

/************ FIM FOOTER ***************/
/***********UPDATE PROGRESS E AjaxPopUp***********/
#progressBackgroundFilter
{
    position: fixed;
    top: -114px;
    bottom: -119px;
    left: 0px;
    right: 4px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1000;
    background-image: url('../Imagens/overlay.png');
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    opacity: 0.75;
    height: 125%;
    width: 100%;
}
#processMessage
{
    position: fixed;
    top: 39%;
    left: 40%;
    padding: 10px;
    width: auto;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

.modalBackground
{
    /*background-color:Gray;*/
    background-image: url('../Imagens/overlay.png');
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    opacity: 0.75;
    z-index: 900 !important;
}
/***********UPDATE PROGRESS E AjaxPopUp***********/

/***********BODY***********/
html, body
{
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative; /*	background: url(../Imagens/foot.jpg) bottom no-repeat fixed #DCD8C6;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #544E39;
}

.container
{
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.corpo
{
    padding-top: 50px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.corpo1
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.modulos
{
    padding-left: 5px;
    padding-right: 5px;
}

.clear
{
    clear: both;
}

/***********BODY***********/

.labelCampo
{
    font-weight: normal;
    text-align: left;
}

.button140
{
    background: url("../Imagens/botao140.png") 0 0 no-repeat;
    border: none;
    height: 31px;
    width: 105px;
    font-size: 12pt;
    font-family: Tahoma;
    color: White;
    font-weight: bold;
    cursor: pointer;
}

.button
{
    background: url("../Imagens/botao.jpg") 0 0 no-repeat;
    border: none;
    height: 37px;
    width: 105px;
    font-size: 12pt;
    font-family: Tahoma;
    color: White;
    font-weight: bold;
    cursor: pointer;
}

.header
{
    background: url(../Imagens/logo.png) no-repeat;
    display: block;
    height: 55px;
    padding-top: 25px;
}

.logado
{
    width: 200px;
    height: 51px;
    background: url(../Imagens/balao.png) no-repeat;
    float: right;
    padding-top: 5px;
    padding-right: 5px;
}

.logado_saudacao
{
    float: right;
    height: 22px;
    width: 130px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: White;
    text-align: right;
    padding-right: 10px;
}

.logado_sair
{
    float: right;
    height: 21px;
    width: 130px;
}

.logadoLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: White;
    font-weight: bold;
}

.logadoLabel1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: White;
    font-weight: bold;
}

.logadoLinkSair
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: Yellow;
    text-align: right;
    float: right;
    padding-right: 10px;
    text-decoration: underline;
}

.imagem-usuario
{
    background: url(../Imagens/avatar.png) no-repeat;
    float: right;
    width: 40px;
    height: 40px;
}

.centro
{
    max-width: 800px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: White;
    border: 1px solid White;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

.centroHome
{
    border: groove;
    max-width: 800px;
    padding-left: 10px;
    padding-right: 10px; /*background-color: #C7C2AC;*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

/*.centroHome:hover
{
	background-color: #EEE6C7;
}*/

hr
{
    width: 780px;
}
.loginMax
{
    width: 40%;
    margin-left: 245px;
}

.msgError
{
    font-weight: bold;
    color: Red;
}

.labelTitle
{
    text-align: left;
    font-weight: bold;
}

.labelHeader
{
    padding-left: 90px;
    font-size: 22px;
    font-weight: bold;
}

.labelHeader1
{
    padding-left: 5px;
    font-size: 22px;
    font-weight: bold;
}

.labelHeader2
{
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
}

.ccvLogo
{
    font-size: 44px;
    color: #CFCCC5;
    font-weight: bold;
}
.dropDownList
{
    background-color: #EFECE3;
    font-size: 12px;
    font-weight: bold;
    color: #544E39;
}
.dropDownList_182
{
    background-image: url('../Imagens/dropdown_182.png');
    height: 33px;
}

.dropDownList_200
{
    background: transparent;
    border: none;
    float: left;
    font: bold 14px/34px Arial, Helvetica, sans-serif;
    color: #CCCA39;
    background-image: url('../Imagens/dropdown_200.PNG');
    height: 33px;
}

.dropDownList_300
{
    background-image: url('../Imagens/dropdown_300.png');
    height: 33px;
}

.dropDownList_400
{
    background-image: url('../Imagens/dropdown_400.png');
    height: 33px;
}

.dropDownList_500
{
    background-image: url('../Imagens/dropdown_500.png');
    height: 33px;
}

.dropDownList_600
{
    background-image: url('../Imagens/dropdown_600.png');
    height: 33px;
}

.textBoxLogin
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #544E39;
    height: 32px;
    line-height: 32px;
    background-image: url('../Imagens/campo1_login.jpg');
    padding-bottom: 1px;
    border: none;
    vertical-align: middle;
}

.textBox100
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #544E39;
    height: 24px;
    line-height: 24px;
    background-image: url('../Imagens/campo8_100.jpg');
    border: none;
    vertical-align: middle;
    width: 95px;
    padding-left: 5px;
}

.textBox200
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #544E39;
    height: 24px;
    line-height: 24px;
    background-image: url('../Imagens/campo4_200.jpg');
    border: none;
    vertical-align: middle;
    width: 195px;
    padding-left: 5px;
}

.textBox300
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #544E39;
    height: 24px;
    line-height: 24px;
    background-image: url('../Imagens/campo9_300.jpg');
    border: none;
    vertical-align: middle;
    width: 295px;
    padding-left: 5px;
}

.textBox400
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #544E39;
    height: 24px;
    line-height: 24px;
    background-image: url('../Imagens/campo3_400.jpg');
    border: none;
    vertical-align: middle;
    width: 395px;
    padding-left: 5px;
}

.textBox450
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #544E39;
    height: 24px;
    line-height: 24px;
    background-image: url('../Imagens/campo6_450.jpg');
    border: none;
    vertical-align: middle;
    width: 445px;
    padding-left: 5px;
}

.textBox500
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #544E39;
    height: 24px;
    line-height: 24px;
    background-image: url('../Imagens/campo5_500.jpg');
    border: none;
    vertical-align: middle;
    width: 495px;
    padding-left: 5px;
}

.textBox550
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #544E39;
    height: 24px;
    line-height: 24px;
    background-image: url('../Imagens/campo7_550.jpg');
    border: none;
    vertical-align: middle;
    width: 545px;
    padding-left: 5px;
}

.textBox600
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #544E39;
    height: 24px;
    line-height: 24px;
    background-image: url('../Imagens/campo2_600.jpg');
    border: none;
    vertical-align: middle;
    width: 595px;
    padding-left: 5px;
}

.bg-input-text
{
    height: 38px;
    width: 309px;
    float: left;
    background: url(../imagens/input.png) no-repeat;
    padding-left: 8px;
}

#busca form input[type="text"]
{
    border: none;
    height: 38px;
    width: 300px;
    line-height: 37px;
    color: #484220;
    font-weight: bold;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    background: transparent;
}

.textBoxTransparent
{
    border: none;
    height: 38px;
    width: 300px;
    line-height: 37px;
    color: #484220;
    font-weight: bold;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    background: transparent;
}

.textBoxFind
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #544E39;
    height: 36px;
    background-image: url('../Imagens/input.png');
    border: none;
    vertical-align: middle;
    width: 317px;
    padding-left: 5px;
}

#navegacao
{
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
}

#navegacao h1, #navegacao h2, .subtitulo
{
    font-size: 30px;
    line-height: 30px;
    padding-top: 22px;
    font-weight: bold;
    color: #615845;
    float: left;
}

*
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

#navegacao li
{
    font-family: Arial, Helvetica, sans-serif;
    color: #544E39;
    font-weight: bold;
    float: left;
    font-size: 14px;
    background: url(../Imagens/bg_navegacao.png) no-repeat 10px center;
    padding-left: 18px;
}

#navegacao ul
{
    float: left;
    padding-left: 10px;
}

.selected
{
    color: White;
}

.gridHeader
{
    color: White;
    font-weight: bold;
    font-size: 16px;
    background-color: #B1AD97;
    height: 30px; /*border-style:solid; 	border-width:3px; 	border-color:White;*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

.gridRow
{
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    background-color: #F2F0E7;
}

.gridAlternateRow
{
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    background-color: #E3E2DA;
}

