/*
 *	estilos para tags
 */
* {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-decoration:none;
}
html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
	margin: 0 0 0 0;
	background: #FFFFFF;
}

/*
 * Estilos para ids
 */
 
#geral {
	background: #FFFFFF url(../images/bg_principal.png) ;
	display: table;
	margin: 0 auto;
	position: relative;
	width: 994px;
}

#principal {
	background-color: #FFFFFF;
	background-image:url(../images/fundo_principal_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 530px;
	width: 980px;
	margin: 0 auto;
	overflow: auto;
	padding: 10px 0;
	position: relative;
}

#destaque {
	background: #FFFFFF;
	height: 180px;
	width: 980px;
	margin: 0 auto;
	clear: both;
}

#rodape {
	margin: 0 auto;
	margin-top: 10px;
	background: url(../images/fundo_rodape.jpg) no-repeat scroll 0 0;
	height: 60px;
	width: 980px;
	clear: both;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #D9E7EF;
}

#menu {
	position: absolute;
	top: 59px;
	right: 0px;
	height: 26px;
	width: 585px;
}

#logo {
	position: absolute;
	top: 45px;
	left: 25px;
	height: 50px;
	width: 200px;
	background-image: url(../images/logo.png); /* Essa linha é para os browsers que entendem PNG direito */
    _background-image: none; /* Essa é pra o IE 6, pra ele não ler o PNG padrão */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='config/images/logo.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IE ler o PNG */
}

#rh {
	position: relative;
	height: 81px;
	width: 107px;
	background-image: url(../images/rh.png); /* Essa linha é para os browsers que entendem PNG direito */
    _background-image: none; /* Essa é pra o IE 6, pra ele não ler o PNG padrão */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='config/images/rh.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IE ler o PNG */
}

#credito {
	position: relative;
	height: 102px;
	width: 92px;
	background-image: url(../images/credito.png); /* Essa linha é para os browsers que entendem PNG direito */
    _background-image: none; /* Essa é pra o IE 6, pra ele não ler o PNG padrão */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='config/images/credito.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IE ler o PNG */
}

#submenu {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 19px;
	width: 489px;
}

#setEsquerda {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 180px;
	width: 40px;
}

#setDireita {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 180px;
	width: 40px;
}

#viewDestaques {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 180px;
	width: 900px;
	overflow: hidden;
}

#viewFrame {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 180px;
	width: 1200px;
	clear: both;
}

#conteudo {
	position: absolute;
	top: 105px;
	left: 40px;
	height: 435px;
	width: 900px;
	background: url(../images/fundo_conteudo.png) no-repeat;
}

#conteudoTexto {
	margin: 0 auto;
	margin-top: 10px;
	height: 415px;
	width: 880px;
	overflow: auto;
	clear: both;
	position: relative;
}

#lojas {
	position: relative;
	float: left;
	height: 400px;
	width: 260px;
	margin-top: 10px;
}

#mapa {
	position: relative;
	float: left;
	height: 400px;
	width: 570px;
	margin-top: 10px;
	margin-left: 20px;
}

#espacoBranco {
	position: relative;
	height: 25px;
}

#divErroFundo {
    position: fixed !important;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height:100%;
    color: #000000;

    background-image: url(../images/bg_erro.png);
    _background-image: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='config/images/bg_erro.png', sizingMethod='scale');
    /*
    opacity: 0.6;
    background-color: #E0E0E0; 
    filter: alpha(opacity = 60);
    */
}

#divErro {
	position: relative;
	margin: 0 auto;
	width: 350px;
	height: 200px;
	top: 215px;
	background: #FFFFFF;
	border: 3px double #C80000;
}

#divMsgErro {
	position: relative;
	float: left;
	width: 310px;
	height: 140px;
	padding: 20px 20px 0 20px;
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #C80000;
	font-weight: bold;
	text-align: center;
}

#divBtnErro {
	position: relative;
	float: left;
	width: 350px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
}

#baianinho_cartao {
	position: relative;
	float: left;
	width: 168px;
	height: 176px;
	background-image: url(../images/baianinho_cartao.png); /* Essa linha é para os browsers que entendem PNG direito */
    _background-image: none; /* Essa é pra o IE 6, pra ele não ler o PNG padrão */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='config/images/baianinho_cartao.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IE ler o PNG */
}

#baianinho_sac {
	position: relative;
	float: left;
	width: 170px;
	height: 220px;
	margin-top: 50px;
	background-image: url(../images/baianinho_sac.png); /* Essa linha é para os browsers que entendem PNG direito */
    _background-image: none; /* Essa é pra o IE 6, pra ele não ler o PNG padrão */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='config/images/baianinho_sac.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IE ler o PNG */
}

#conteudo_medio {
	position: relative; 
	float: left; 
	width: 665px; 
	margin-right: 20px;
}
/*
 * Classes especificas
 */
.viewItem {
	position: relative;
	float: left;
	top: 0px;
	height: 180px;
	width: 300px;
	background: url(../images/item_div_destaque.png) no-repeat scroll 0 0;
} 

.viewAmigos {
	position: relative;
	float: left;
	top: 0px;
	height: 180px;
	width: 300px;
	background: url(../images/fundo_destaque_amigos.jpg) no-repeat scroll 0 0;
}

.viewCartao {
	position: relative;
	float: left;
	top: 0px;
	height: 180px;
	width: 300px;
	background: url(../images/fundo_destaque_cartao.jpg) no-repeat scroll 0 0;
}

.conteudoItemDestaque {
	position: relative;
	top: 25px;
	left: 0px;
	margin-left: 25px;
	height: 135px;
	width: 250px;
	overflow: hidden;
}
.maisInfo {
	position: relative;
	top: 11px;
	left: 265px;
	height: 24px;
	width: 24px;
}
.menu {
	display: inline;
	margin-right: -4px;
}
.li125px {
	display: inline;
	margin-right: -4px;
	width: 125px;
}

/*
 * Estilos para formulario
 */
.campoTexto {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	width: 275px;
}

.campoTextoMenor {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	width: 205px;
}

.campoSelect {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	width: 225px;
}

.campoSelectMenor {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	width: 195px;
}

.campoSelectMicro {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	width: 140px;
}

.campoSelectNano {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	width: 60px;
}
/*
 * Estilos para Texto
 */ 
.rodapeBranco {
	line-height: 25px;
	font-family: Verdana, Tahoma, sans-serif, Arial;
	font-size: 10px;
	color:#FFFFFF;
}
.rodapeCinzaEscuro {
	line-height: 25px;
	font-family: Verdana, Tahoma, sans-serif, Arial;
	font-size: 10px;
	color:#5F5F5F;
}
.destaqueTitulo {
	font-family: Verdana, Tahoma, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1552A6;
	line-height: 14px;
	padding-bottom: 10px;
}
.destaqueSubTitulo {
	font-family: Verdana, Tahoma, sans-serif, Arial;
	font-size: 12px;
	color: #3F7BCE;
	line-height: 14px;
	margin-top: -10px;
	padding-bottom: 10px;
}
.destaqueData {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #626161;
	line-height: 12px;
}
.destaqueTexto {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #747373;
	line-height: 13px;
}
.linhaPontilhada {
	height: 5px;
	border-bottom: 1px dashed #626161;
	margin-bottom: 5px;
	line-height: 5px;
}
.linhaInferior {
	height: 5px;
	border-bottom: 1px solid #949494;
	margin: 0 30px 10px 30px; 
	line-height: 5px;
}
.noticiaSubTitulo {
	font-family: Verdana, Tahoma, sans-serif, Arial;
	font-size: 14px;
	color: #3F7BCE;
	line-height: 14px;
	padding-bottom: 10px;
}
.noticiaTexto {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	text-align:justify;
	line-height: 16px;
	margin-top: 12px;
	padding-left: 30px;
	padding-right: 10px;
}

.noticiaTextoBold {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	text-align:justify;
	font-weight: bold;
	line-height: 16px;
	margin-top: 12px;
	padding-left: 30px;
	padding-right: 10px;
}

.noticiaTextoItalico {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	text-align:justify;
	font-style: italic;
	line-height: 16px;
	margin-top: 12px;
	padding-left: 30px;
	padding-right: 10px;
}

.noticiaTextoCitacao {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	text-align:center;
	font-style: italic;
	line-height: 16px;
	margin-top: 18px;
	padding-left: 50px;
	padding-right: 30px;
}

.textoLojas {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	text-align:justify;
	line-height: 16px;
	margin-bottom: 10px;
}

.curriculoTituloTexto {
	font-family: Verdana, Tahoma, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 5px;
	padding-left: 20px;
}

.opTexto {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	line-height: 18px;
}

.opTextoBold {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #747373;
	font-weight: bold;
	line-height: 18px;
}

.opTextoAzulBold {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #1552A6;
	font-weight: bold;
	line-height: 18px;
}

.opTextoVermelhoBold {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #C80000;
	font-weight: bold;
	line-height: 18px;
}

/*
 * Estilos para Link
 */
a.rodapeAmarelo:link, a.rodapeAmarelo:active, a.rodapeAmarelo:visited {
	font-family: Verdana, Tahoma, sans-serif, Arial;
	font-size: 10px;
	color:#F29D06;
	text-decoration: underline;	
}

a.destaqueLink:link, a.destaqueLink:active, a.destaqueLink:visited {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 10px;
	text-decoration: underline;
	color: #1552A6;
	line-height: 12px;
	background: url(../images/seta_link.gif) no-repeat;
	padding: 0px 0px 0px 10px;
}

a.texto:link, a.texto:active, a.texto:visited {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 12px;
	color:#1552A6;
	text-decoration: underline;	
}
