/* CSS Reset */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

img {
margin-bottom:-5px;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	height:0;
	clear:both;
	padding:0;
	margin:0;
	font-size:0;
}
strong {
	font-weight:bold;
}

p {
	margin:5px 0px;
}

#conteudo-index p.texto-corrido {
line-height:25px;
}


/* Inicio CSS */

html, body {
height:100%;
}
	
* html #geral {
height: 100%;
}

html {
background-color:#FFF;
}

#geral {
min-height:100%;
width:100%;
position:relative;
}

#todo-conteudo {
padding-bottom:30px;
}

body {
	font:12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	background:url(../images/bg/bg-site.jpg) no-repeat top center;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#a61e57;
}

a img {
	border:0px;
	background:none;
}

h2, #carrinho-de-resgate h1  {
	height:auto;
	font-size:22px;
	margin-bottom:10px;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#96aab5;
	border-bottom:1px solid #e1e1e1 !important;
}
h4 {
	height:22px;
	font-size:16px;
	margin-bottom:10px;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #e1e1e1;
	color:#CC0066 !important;
}
h6 {
	height:auto;
	font-size:20px;
	margin-bottom:10px;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#ff6666;
	border-bottom:1px solid #e1e1e1;
	font-weight:bold;
}

h3 {
	font-size:14px;
	margin-top:6px;
	font-weight:bold;
}

h3 a {
	font-size:14px;
	font-weight:bold;
	padding:0;
}

h5 {
	display:block;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#a61e57;
}
/* Estrutura */
#topo {
	width:882px;
	height:93px;
	margin:0 auto;
	padding:20px 0px;
	text-align:center;
}

#mediabox {
	width:882px;
	margin:0px auto 0px auto;
}

#conteudo {
	width:100%;
	clear:both;
	padding-bottom:40px;
	background-color:#FFFFFF;
	margin-top:5px;
}

#col-esq, #col-meio {
float:left;
}

#col-esq {
margin-bottom:30px;
}

#col-meio {
	width:auto;
	float:left;
	margin:0 10px;
	min-height:330px;
}
#col-meio-pop {
	float:left;
	margin:0 10px;
	min-height:330px;
}

#col-esq {
	width:260px;
	margin-right:15px;
}

.col-esq #col-meio {
	width:560px;
/*	margin:0 0 0 270px;*/
	margin:0;
/*	position:absolute;*/
	float:left;
}

#rodape {
	background-image: url(../images/bg/rodape.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:83px;
	color:#666666;
	position: absolute;
	bottom: 0; /**/ 
}

#rodape .centraliza {
	width:822px;
	padding:0px 30px;
	margin:0 auto;
}

/* Menu Rodape */
#rodape p {
float:left;
margin-top:35px;
}

#rodape ul {
	list-style:none;
	float:right;
	margin-top:20px;
}
#rodape ul li {
	display:inline;
	border-right:1px solid #666666;
	float:left;
	line-height:38px;
}
#rodape ul li a {
	float:left;
	display:block;
	text-transform:uppercase;
	color:#666666;
	padding:0px 10px;
}

#rodape ul li a:hover {
	color:#a61e57;
}
#rodape ul li.ultimo {
	border:0px;
}


/* Logo */
.logo {
	display:block;
	width:275px;
	height:96px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	text-indent:-2000px;
	overflow:hidden;
	float:left;
}

/* DIV de alinhamento */
.centraliza {
	margin:0 auto;
}

.pop_central {
	margin:0 auto;
	text-align: center;
}

#conteudo .centraliza {
	width: 842px;
	min-height:280px;
	padding:20px 20px;
	background:url(../images/bg/bg_conteudo.jpg) no-repeat;
	background-position:0px 2px;
}



/* Fotos */
.esquerda, .direita {
	border:1px solid #cccccc;
}
.esquerda {
	float:left;
	margin:5px 10px 10px 0px;
}
.direita {
	float:right;
	margin:5px 0px 10px 10px;
}
.esquerda a, .direita a {
	display:block;
	background:#ffffff;
}


/* Box Perfil */

div#login {
	background-image:url(../images/bg/bg-perfil.gif);
	background-position:bottom;
	padding-bottom:5px;
	margin-bottom:10px;
}

div#box-perfil {
	width:240px;
	background-image:url(../images/bg/bg-perfil.gif);
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
}

div#box-perfil h4 {
font-size:14px;
font-weight:bold;
color:#8c8c8c;
}

div#box-perfil p {
color:#8c8c8c;
}

a.bt-perfil {
display:block;
color:#8c8c8c;
width:207px;
height:16px;
background-image:url(../images/form/bt-perfil.gif);
background-repeat:no-repeat;
padding:5px 0px 5px 33px;
margin-bottom:2px;
}

a.bt-atendimento {
display:block;
color:#8c8c8c;
width:167px;
height:26px;
font-size:14px;
background-image:url(../images/form/bt-atendimento.jpg);
background-repeat:no-repeat;
padding:23px 0px 15px 73px;
margin-bottom:2px;
}

a:hover.bt-perfil, a:hover.bt-atendimento {
color:#a61e57;
}

div#login h2 {
font-size:22px;
}


div#login p {
	margin:0px 0px 5px 0px;
	font-size:11px;
}

div#login ul li {
	list-style:none;
	background:url(../images/item_01.gif) no-repeat left;
	padding-left:8px;
}
div#login ul li a {
	margin-left:4px;
}

div#campos-login {
width:230px;
margin:0 auto;
text-align:center;
}

div#campos-login input, div#campos-login label {
float:left;
}

div#campos-login label {
display:block;
width:50px;
text-align:right;
margin-right:5px;
}

div#campos-login p {
clear:left;
margin:0;
}

a.ok {
	display:block;
	float:left;
	background:url(../images/form/botao-mic.gif) no-repeat top;
	width:28px;
	color:#666;
	height:18px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	margin-top:-13px;
	margin-left:5px;
}

/* Alerta e Notificacao */
.notificacao {
	margin:0 auto 15px auto;
	background:#F5F5F5;
	border:1px solid #CCC;
	color:#666666;
	font-weight:bold;
	padding:5px 10px;
	text-align:center;
}
.notificacao p.atencao {
	display:block;
	color:#a61e57;
	border:0;
	margin-bottom:0;
	font:16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.notificacao p {
	margin-bottom:0;
}
.notificacao strong {
	color:#a61e57;
}

/* Chamada e Listagem */
#col-esq .chamada, #col-esq .listagem {
margin-right:15px;
margin-left:15px;
}

#col-esq .chamada label {
	width:70px;
	text-align:right;
	margin-right:4px;
}

.chamada, .listagem {
	margin-bottom:30px;
}
.chamada p, .listagem p {
	font-size:12px;
	line-height:20px;
}
.chamada ul, .listagem ul {
	margin-left:10px;
}
.chamada ul li, .listagem ul li {
	background:url(../images/item_02.gif) no-repeat left 5px;
	padding-left:12px;
	padding-bottom:6px;
}
.chamada ul li a, .listagem ul li a {
	padding:0;
}
.listagem h3, .listagem h3 a {
	font-size:16px;
	font-weight:bold;
	color:#a61e57;
	text-decoration:none;
}

#col-esq .listagem h3, #col-esq .listagem h3 a {
	margin:10px 0px;
}

.chamada label {
	width:90px;
	text-align:right;
	margin-right:4px;
}
.chamada select {
	width:140px;
	margin-bottom:10px;
}

#col-esq select {
	font-size:11px;
	color:#666666;
}


/* Ultimas Noticias */

#ultimos-treinamentos h3 {
font-size:10px;
display:block;
width:310px;
height:22px;
float:left;
}

#ultimos-treinamentos h3 a {
	float:left;
	font-size:10px;
}

/* Box */
.box {
	background:url(../images/bg/bg_box_col-meio_02.gif) no-repeat bottom;
	margin:5px 0 0 0;
}
.box-borda {
	background:url(../images/bg/bg_box_col-meio_01.gif) no-repeat top;
	padding:6px 7px 2px 7px;
}

/* Botoes */
a.botao {
	background: url(../images/form/botao-med.gif) no-repeat top;
	color:#8c8c8c;
	font-size:12px;
	width:145px;
	height:26px;
	line-height:26px;
	display:block;
	text-align:center;
	text-decoration:none;
	border:0;
}
a.botao.direita {
	margin-top:-30px;
}
a.botao.veja, button.botao {
	background: url(../images/form/botao-peq.gif) no-repeat top;
	width:66px;
	font-size:12px;
	padding:0;
	float:right;
	position:relative;
	z-index:1000;
	margin-top:-24px;
}
button.botao {
	float:none;
	margin-top:0;
	margin-left:95px;
	height:19px;
	font-size:11px;
}
ul.veja-mais {
	float:right;
	margin:-34px 0px 0px;
}
ul.veja-mais li {
	padding:0;
	margin:0;
	display:inline;
}
ul.veja-mais li a.botao {
	background: url(../images/form/botao-peq.gif) no-repeat top;
	width:66px;
	font-size:12px;
	height:18px;
	line-height:18px;
	padding:0;
	float:left;
	position:relative;
	z-index:1000;
	margin:0px;
	margin-left:5px;
}

a.botao:hover, ul.veja-mais li a.botao:hover {
	background-position:bottom center;
}

/* Bloco Produto */
.bloco-produto {
	width:162px;
	float:left;
	text-align:center;
	margin-top:10px;
}

.bloco-produto img {
border:1px solid #FFF;
}

.bloco-produto {
	margin-left:15px;
}

.bloco-produto h3 {
	margin-top:5px;
	margin-bottom:5px;
}

.bloco-produto h3 a {
	font-size:12px;
	font-weight:normal;
}

.bloco-produto p {
	font-size:11px;
	line-height:normal;
	padding:0px 10px;
}

.bloco-produto p strong {
	font-size:12px;
	color:#666666;
}

.bloco-produto p.descricao {
	font-size:12px;
	color:#666666;
	height:90px;
}
.bloco-produto a.vermais {
	display:block;
	text-align:right;
	font-size:11px;
	color:#999;
	padding:0px 0px 5px 0px;
	font-weight:bold;
	text-decoration:underline;
	border-bottom:1px solid #eeeeee;
}
.bloco-produto a.vermais:hover {
	color:#a61e57 !important;
}
p.pontos-conquistados  {
font-size:12px;
color:#a61e57;
}

.bloco-produto .pontos-restantes p {
	color:#86ac00;
	font-size:12px;
}
.bloco-produto .pontos-restantes p span {
	color:#636262;
	font-style:italic;
	font-size:11px;
}
.bloco-produto .pontos-restantes p strong {
	color:#86ac00;
}
.bloco-produto .pontos-restantes p span strong {
	color:#636262;
}

/* Barra */
.barra-borda {
	background:url(../images/barra_01.gif) no-repeat;
	display:block;
	height:16px;
	width:119px;
	margin:0 auto;
	padding-top:2px;
	text-align:left;
}

.barra {
	display:block;
	height:11px;
}
.barra.verde {
	background:url(../images/barra_02.gif) repeat-x;
}
.barra.amarelo {
	background:url(../images/barra_03.gif) repeat-x;
}
.barra.vermelho {
	background:url(../images/barra_04.gif) repeat-x;
}


/* Formularios */
input, textarea, select {
	font:12px Arial, Helvetica, sans-serif;
}
label {
	float:left;
}
input.medio, textarea.medio {
	width:130px;
	margin-bottom:8px;
}
button {
	border:0;
	color:#666666;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:11px;
}
button.ok {
	background:url(../images/form/botao-mic.gif) no-repeat top;
	width:28px;
	height:18px;
	padding:0 0 2px 0;
}

/* Carrinhos */
.resumo-carrinhos h3 {
	font-size:16px;
	font-weight:bold;
	line-height:45px;
	color:#a61e57;
}
.resumo-carrinhos a {
	padding:0;
	color:#666666;
	font-size:16px;
	text-align:center;
	background:url(../images/form/botao-resumo-carrinhos.gif) no-repeat;
	width:210px;
	height:48px;
	text-align:left;
	display:block;
	font-weight:bold;
	text-decoration:none;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
.resumo-carrinhos img {
	float:left;
	margin:3px;
}
.resumo-carrinhos div {
	float:left;
	width:160px;
	padding-top:3px;
	text-align:center;
	font-size:15px;
}
.resumo-carrinhos span {
	font-size:10px;
	font-weight:normal;
}
#carrinho-externo.resumo-carrinhos a {
	float:right;
}
.carrinho {
	margin-bottom:20px;
}
.carrinho table {
	width:820px;
}
.carrinho table th {
	background:#e1e1e1;
	text-transform:uppercase;
	padding:4px;
	font-weight:bold;
}
.carrinho table td {
	padding:10px 6px 15px 6px;
	border-bottom:1px solid #eee;
}
.carrinho table label {
	float:none;
}
.carrinho table.end{
	width:100%;
	margin-bottom:10px;
}
.carrinho table.end tr th{
	text-align:right;
	background-color:#f9f9f9;
}
.carrinho table.end tr td{
	border-bottom:1px solid #eee;
	text-align:left;
}
.carrinho ul li.lista-esq {
	float:left;
	margin-right:30px;
	text-align:left;
}
.carrinho ul li {
	text-align:left;
}
.carrinho ul li select{
	width:200px;
	margin-left:25px;
	font-size:11px;
}
.legenda_prazo {
	margin-bottom:20px;
	font-size:10px;
}
input.qtde {
width:50px;
text-align:center;
}

.carrinho table .total {
	background:#f1f1f1;
	font-weight:bold;
	padding:8px;
}
.carrinho a.botao {
	background:url(../images/form/botao-grd.gif) no-repeat top;
	width:245px;
}
.carrinho a.botao:hover {
	background-position:bottom;
}


/*---------------paginacao-------------------------*/
.paginacao {
	display:block;
	margin-top:30px;
	margin-bottom: 15px;
	padding-top:10px;
	border-top:1px dotted #CCC;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight:normal;
	text-align: right;
	font-size:11px;
}
.paginacao a, .paginacao .current {
	padding: 1px 5px;
	border: 1px solid #bbbbbb;
	background: #fdfdfd url(images/button_bg.png) repeat-x 0 100%;
	color: #a61e57;
	margin-left: 3px;
	text-decoration: none;
}
.paginacao a:hover, .paginacao .current {
	color: #232323;
	background: #fdfdfd url(images/button_bg_hover.png) repeat-x 0 100%;
}
.paginacao .paginas {
	float: left;
}


/* Banners */
.banner-lateral {
text-align:center;
}

.banner-lateral img {
	border:1px solid #CFCFCF;
}

ul.lista-normal li {
clear:both;
list-style-type:disc;
list-style-position:inside;
}

div.scroll {
width:580px;
height:250px;
overflow:auto;
border:1px solid #CCC;
margin:20px 0px;
padding:10px;
}

#conteudo-regulamento div.scroll {
width:auto;
height:480px;
overflow:auto;
border:1px solid #CCC;
margin:20px 0px;
padding:10px;
}

/*-----cadastro------*/

div.etapas {
float:right;
background-color:#E4E4E4;
color:#666666;
padding:0px 5px;
border:1px solid #CCCCCC;
margin-top:-20px;
}

/*-----------table----------*/
table {
margin:10px 0px;
}

table.tabela-normal {
width:100%;
border-collapse:collapse;
border:none;
}

table.tabela-extrato {
width:100%;
border:none;
text-align:left;
}
table.tabela-pop {
width:auto;
border:none;
text-align:left;
padding: 0px;
}

tr.tabela-pop td {

padding-right: 20px;
margin-right: 30px;
}

tr.titulo-tabela td {

color:#333333;
font-weight:bold;
background-color:#E4E4E4;
padding:3px 5px;
border:1px solid #fff;
text-align:center;
vertical-align:middle;
}

tr.titulo-tabela td.left {
	color:#333333;
	font-weight:bold;
	background-color:#E4E4E4;
	border:1px solid #fff;
	text-align:left;
	vertical-align:middle;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
tr.titulo-tabela td.right{
	color:#333333;
	font-weight:bold;
	background-color:#E4E4E4;
	padding:3px 5px;
	border:1px solid #fff;
	text-align:right;
	vertical-align:middle;
	list-style-type: none;
}
tr.dados-tabela td {
color:#666666;
padding:3px 5px;
border:1px solid #eee;
text-align:center;
}



/*------------------extrato--------------*/
div.extrato-detalhado {
margin:20px 0px;
}

div#ver-extrato a.botao {
background-color: transparent;
background-image: url(../images/form/botao-grd.gif);
background-repeat: no-repeat;
background-position: center top;
margin-top:0px;
width: 245px;
}

div#ordenar {
float:left;
margin-bottom:20px;
}

div#itens-pagina {
float:right;
}

div#itens-pagina select {
width:50px;
}

div#ordenar label, div#itens-pagina label {
width:auto;
text-align:left;
}

div#bread {
margin-bottom:15px;
font-weight:bold;
}

div#bread a {
font-size:14px;
color:#a61e57;
padding:0px;
}

div#bread strong {
margin:0px 5px;
}

/*------------------------visualiza produto----------------------*/

#visualiza-produto .esquerda, #visualiza-produto .direita, #ultimos-treinamentos .esquerda {
border:0px;
}

#box-produto {
width:205px;
}

#box-produto p {
margin:2px 0px;
}

#box-produto p span {
color:#a61e57;
font-weight:bold;
}

#box-produto label {
font-weight:bold;
margin-left:15px;
}

#descricao-produto.esquerda {
width:310px;
}

#descricao-produto.esquerda ol {
list-style-position:inherit;
padding:0px 0px 0px 40px;
}

#descricao-produto.esquerda ol li {
list-style-type:disc;
font-size:11px;
}

#descricao-produto h3 {
display:block;
line-height:30px;
margin:20px 0px 5px 0px;
border-bottom:1px dotted;
}

#box-produto img {
border:1px solid #CCC;
margin-bottom:10px;
}

#box-produto a.botao {
display:block;
margin:5px auto;
height:26px;
background-repeat:no-repeat;
}

#box-produto a.botao:hover {
background: url(../images/form/botao-med.gif) no-repeat bottom;
	}
	
a.botao-peq2 {
	display:block;
	width:117px;
	height:26px;
	line-height:26px;
	background-repeat:no-repeat;
	background:url(../images/form/botao-peq2.gif) no-repeat top;
	margin:0 auto;
	color:#8C8C8C;
	text-align: center;
}

a.botao-peq2:hover {
background:url(../images/form/botao-peq2.gif) no-repeat bottom;
	}	
	
a.botao-peq3 {
	display:block;
	width:117px;
	height:26px;
	line-height:26px;
	background-repeat:no-repeat;
	background:url(../images/form/botao-peq2.gif) no-repeat top;
	color:#8C8C8C;
	text-align: center;
}

a.botao-peq3:hover {
background:url(../images/form/botao-peq2.gif) no-repeat bottom;
	}	
	
.barra-voltar {
clear:both;
display:block;
border-top:1px dotted #666666;
padding-top:5px;
}

.barra-voltar a.botao {
width:66px;
height:18px;
line-height:18px;
background-image: url(../images/form/botao-peq.gif);
padding-left:10px;
}



/*----------Noticias-------------------*/

#conteudo-noticias p.fonte-noticia {
color:#000000;
margin:5px 0px 15px 2px;
}

#conteudo-noticias p strong {
color: #a61e57;
font-weight:bold;
}

#conteudo-noticias h4, #conteudo-regulamento h4, #conteudo-fale-conosco h4, #conteudo-entretenimento h4, #conteudo-treinamentos h4 {
	font-size:16px;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top:6px;
	font-weight:normal;
	border-bottom:none;
	color:#8c8c8c !important;
}

#conteudo-fale-conosco strong, #conteudo-fale-conosco a {
color:#a61e57;
}

.box-fale-conosco {
background:url(../images/bg-box-fale-conosco.jpg) top left repeat-x;
padding:0px 20px;
margin-bottom:20px;
}

.box-fale-conosco h5 {
	height:auto;
	color:#666;
	font-size:18px;
	text-align:left;
}

.box-fale-conosco-off {
	background:url(../images/bg-box-fale-conosco.jpg) top left repeat-x;
	padding:0px 20px 0px 260px;
	margin-bottom:20px;
}

.box-fale-conosco-off h5 {
	height:auto;
	color:#666;
	font-size:18px;
	text-align:left;
}

.box-fale-conosco-off h5 img{
	display:inline-block;
	float:none !important;
	margin-right:10px;
}

.bloco-noticia {
padding-bottom:20px;
margin-top:30px;
border-bottom:1px dotted #CCC;
}

.bloco-noticia ul {
margin:0px;
padding:0px;
}

.bloco-noticia ul li a {
margin-right:10px;
background-image:none;
}



a.bt_imprimir {
display:block;
height:17px;
line-height:17px;
text-decoration:none;
background-repeat:no-repeat;
padding-left:22px;
color:#666666;
border-top:1px solid #CCC;
margin:30px 0px;
padding-top:5px;
}

a.bt_imprimir {
background-image:url(../images/icone_imprimir.gif);
background-position:left 2px;
}

#conteudo-treinamentos {
margin-bottom:50px;
}

#conteudo-entretenimento ul, #conteudo-treinamentos ul {
display:block;
float:left;
}

ul.thumb-sombra li {
display:block;
text-align:left;
float:left;
width:160px;
background-image:url(../images/bg/bg-thumb.jpg);
background-repeat:no-repeat;
list-style:none;
padding:3px 7px 7px 3px;
margin:0px;
}

ul.thumb-sombra li p {
display:block;
clear:both;
margin:0;
padding:3px 0 3px 0;
}

ul.thumb-sombra li p a{
margin:0;
color:#666;
text-decoration:underline;
border:0;
}

ul.thumb-sombra li p a:hover{
margin:0;
color:#a61e57;
text-decoration:underline;
border:0;
font-weight:bold;
}

ul.thumb-sombra li p .wide{
font-size:10px;
}

ul.thumb-sombra li a {
display:block;
float:left;
margin-bottom:7px;
padding:0px;
border:1px solid #CCC;
}

ul.thumb-sombra li a:hover {
border:3px solid #CCC;
margin-bottom:3px;
}

a.botao-med {
display:block;
width:145px;
height:26px;
line-height:26px;
color:#8c8c8c;
background-image:url(../images/form/botao-med.gif);
text-align:center;
padding:0px;
}

#ultimos-treinamentos a.botao-med {
float:left;
margin-right:5px;
}

.bloco {
display:block;
clear:both;
margin-top:20px;
}

a.link-bloco {
	display:block;
	min-height:20px;
	background-color:#F9F9F9;
	border-bottom:1px solid #CCC;
	text-decoration:none;
	color:#666666;
	padding:10px;
}

a:hover.link-bloco {
	color:#333333;
	background-color:#F4F4F4;
}

#conteudo-fale-conosco {
margin-bottom:30px;
padding-bottom:10px;
}


#conteudo-fale-conosco h5 {
	display:block;
	font-size:16px;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:50px;
	height:50px;
	padding:10px 0px;
}

#conteudo-fale-conosco h5 img {
float:left;
margin-right:10px;
}

#conteudo-fale-conosco .chamada cssForm ul li {
list-style:none;
list-style-image:none;
list-style-type:none;
}

ul.thumb-img li {
display:block;
text-align:left;
float:left;
width:179px;
height:120px;
background-image:none;
background-repeat:no-repeat;
list-style:none;
padding:0px;
margin-right:7px;
}

ul.thumb-img {
border:0px;
}

ul.thumb-img h3 {
display:block;
border:1px solid #CCC;
margin-bottom:5px;
font-size: 16px;
font-family: "Century Gothic","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-weight: normal;
padding:2px 0px;
text-align:center;
color:#a61e57;
}

a.link-lista {
font-size:10px;
display:block;
background:url(../images/img-presente.gif) top left no-repeat;
color:#a61e57;
font-weight:bold;
margin:10px 0px;
padding-left:15px;
}

a:hover.link-lista {
text-decoration:underline;
}

#conteudo-duvidas strong {
color:#a61e57;
}

/*.cnlc {
	color:#CC0000;
}
.confirmado {
	color:#006600;
}
.reservado {
	color:#0066FF;
}
.enviado {
	color:#00CC00;
}
.pr_lg {
	color:#CC3366;
}
.pr_d {
	color:#FF9900;
}*/
ul.legenda {
	list-style-type:square;
	list-style-position:inside;
}
ul.legenda .title{
	list-style-type:none;
	color:#CC0066;
	margin-bottom:5px;
}
.obs {
	font-size:10px;
}
.obs-ml {
	margin-left:25px;
	font-size:10px;
}
.obs-select{
	display:block;
	padding:0;
	margin-top:-5px;
	margin-left:215px;
	font-size:10px;
}
#mensagem {
	width:820px;
	padding-top:100px;
}
#nao_disponivel {
	background-color:#f5f5f5;
	padding:10px;
}
#nao_disponivel p{
	float:left;
}
#nao_disponivel b{
	color:#a61e57;
}
#nao_disponivel a.botao {
	background: url(../images/form/botao-peq.gif) no-repeat top;
	width:66px;
	font-size:12px;
	height:18px;
	line-height:18px;
	padding:0;
	margin:0px;
	margin-left:5px;
}
.red{
	color:#CC0066;
	font-size:13px !important;
}
.infoCep {
	width: 260px;
	height: 20px;
	float: left;
	list-style-type: none;
	text-decoration: none;
}
.btCep {
	display: inline-block;
	list-style-type: none;
	
}
a.link-excluir {
	font-size:10px;
	display:block;
	color:#a61e57;
	font-weight:bold;
	margin-bottom: 15px;
}

a:hover.link-excluir {
text-decoration:underline;
}

.formInfo {
	font-size:12px;
	color:#a61e57;
	font-weight:bold;
	text-align: left;
	width: auto;
	height: 30px;
	padding-top: 20px;
}
.formInfo2 {
	font-size:12px;
	color:#999;
	font-weight:bold;
	text-align: left;
	width: auto;
	height: 30px;
	padding-bottom:15px;
}

#game {
	float: left;
	height: 130px;
	width: 160px;
	margin-right: 20px;
}
.info-relatorio {
	float: right;
	font-size: 12px;
	color: #666;
	list-style-type: none;
	width: 800px;
	margin-top: 12px;
	position: absolute;
	font-weight: bold;
	text-align: right;
}
.btForm{
	height: 30px;
	width: px;
	vertical-align: bottom;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
}



.tableEsq {
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 40px 40px 0px;
}

.marcar {
	background-color: #FFC;
	border:1px solid #96aab5;
}

#publicidade-intervencao {
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9999;
}