* {
	margin:0;
	padding:0;
	list-style:none;
}

body{
	text-align:center;
	background:#d5d5d5;
}

img {border:0px;}

#geral {
	background:#fff;
	width:600px;
	text-align:left;
	margin:0px auto;
	padding:0px 50px;
	border-top:10px solid white;
	border-left:0px solid black;
	border-right:0px solid black;
	border-bottom:0px solid black;
}

/* div flutuante */
#geral #anuncio{
	position:absolute;
	z-index:1000;
	width:300px;
	height:250px;
	margin:200px 150px;
	background:url(imagens/banner_cerrado.gif) no-repeat;
}

#geral #anuncio h5{
	cursor:pointer;
	width:300px;
	height:220px;
	margin-top:32px;
	overflow:hidden;
	text-indent:-9999px;
}

#geral #anuncio img{
	display:block;
	width:31px;
	height:31px;
	float:right;
	margin-right:10px;
	cursor:pointer;
}

#geral h1 a{
	display:block;
	width:600px;
	height:136px;
	text-indent:-999px;
	background:url(imagens/topo.png) no-repeat #f6b831 center;
	margin-bottom: 0px;
	margin-top:5px;
	overflow:hidden;
}

#geral h2 {
	font: bold 20px Arial, Tahoma, Sans-Serif;
	text-transform: uppercase;
	color:#FFF;
	margin: 8px 0;
	width:570px;
	background: url(imagens/hbg.gif) repeat-x;
	text-align:center;
	padding:5px 0;
}

/** HOME **/

/** menu **/
#menu {
	height:35px;
	background:#C08422;
	width:587px;
	padding-left:13px;
}

#menu ul {
	height:33px;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	display: block;
	float: left;
	padding:0px 6px;
	font: bold 12px/35px  Arial, Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
	color:#FFF;
	text-transform:uppercase;
}

#menu ul li a:hover {color:#FFD796;}

/** conteudo **/
#conteudo{
	background:url(imagens/fundo.png) no-repeat;
	width:600px;
	padding:25px 0 10px 15px;
	font:normal 13px Arial, Tahoma;
}

#conteudo #texto{
	float:left;
	width: 570px;
	margin-top:45px;
}

#conteudo #texto h1#home{
	font-size:18px;
}

#conteudo #texto span.home{
	display:block;
	margin: 10px 0;
	text-indent:25px;
	text-align:justify;
}

#conteudo #texto span.home a{
	color:#222;
	font-weight:bold;
}

#conteudo #texto span.home span.link{
	color:#222;
	font-weight:bold;
	text-decoration:underline;
}

#conteudo #texto ul.classificados li{
	list-style:disc;
	margin-left:40px;
	
}

#conteudo #informacao{
	float:right;
	text-align:left;
	border:1px solid #f5ad35;
	width:220px;
	margin:-20px 0 10px 15px;
	background:url(imagens/bginfo.gif) repeat-x #f8ca7d;
}

/*
 ** CSS PARA A HOME ANTIGA

#conteudo #informacao img#brasilia{
	display:block;
	width:166px;
	height:130px;
	margin:15px auto 10px auto;
}


#conteudo #informacao h4#regulamento a{
	display:block;
	width:194px;
	height:116px;
	margin:10px auto 10px auto;
	background:url(imagens/reg.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#conteudo #informacao h4#regulamento a:hover{
	background:url(imagens/reg_on.png) no-repeat;
}

*/

#conteudo #informacao span.campeao {
	display:block;
	color:#fff;
	background-color:#c08422;
	border:2px solid #f5ad35;
	font-weight:bold;
	font-size:22px;
	margin:8px 13px 5px 13px;
	width:180px;
	padding:5px;
	text-align:center;
}

#conteudo #informacao img#campeao {
	display:block;
	width:197px;
	height:239px;
	margin:0px 0px 0 13px;
}

#conteudo #informacao h4#fpw2{
	display:block;
	width:194px;
	height:79px;
	margin:15px auto 10px auto;
	background:url(imagens/fpw2.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
	

#conteudo #informacao ul li{
	border:2px solid #f5ad35;
	width:168px;
	margin:5px auto;
	padding:5px 0 2px 25px;
	background:#c08422;
	height:20px;
}

#conteudo #informacao ul li.npr{background:url(imagens/parceiros.gif) no-repeat center left #c08422;}
#conteudo #informacao ul li.npr:hover{background:url(imagens/parceiros.gif) no-repeat center left #db9321;}

#conteudo #informacao ul li.fot{background:url(imagens/fotos.gif) no-repeat center left #c08422;}
#conteudo #informacao ul li.fot:hover{background:url(imagens/fotos.gif) no-repeat center left #db9321;}

#conteudo #informacao ul li.sin{background:url(imagens/stack.gif) no-repeat center left #c08422;}
#conteudo #informacao ul li.sin:hover{background:url(imagens/stack.gif) no-repeat center left #db9321;}

#conteudo #informacao ul li.bld{background:url(imagens/nivel.gif) no-repeat center left #c08422;}
#conteudo #informacao ul li.bld:hover{background:url(imagens/nivel.gif) no-repeat center left #db9321;}

#conteudo #informacao ul li.lcl{background:url(imagens/hotel_home.gif) no-repeat center left #c08422;}
#conteudo #informacao ul li.lcl:hover{background:url(imagens/hotel_home.gif) no-repeat center left #db9321;}

#conteudo #informacao ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#conteudo #rodapehome{
	background:url(imagens/destaque2.png) no-repeat #666666;
	width:572px;
	height:87px;
	clear:both;
}

/** PÁGINA DE BLINDS **/
table{
	font-size: 13px;
	font-family: Arial;
}

table#info{
	width:570px;
	border:2px solid #e58e1b;
	margin-bottom:25px;
}

table#info th{
	background:#f6f1e9;
}

table#info td{
	background:#ffedb7;
	padding-left:5px;
}

table#info td.tbfoot{
	background:#fff5d7;
}

table#blinds{
	border:2px solid #f6b831;
	width:570px;
	margin:5px 0 0px 0;
}

table#blinds th{
	font-weight:bold;
	padding-left:4px;
	background: #c78923;
	color:white;
}

table#blinds tr{
	text-align:center;
}

table#blinds td{
	padding-left:4px;
}

table#blinds tr.impar{
	background:#ffedb7;
}

table#blinds tr.par{
	background:#f6ac35;
}

table#blinds td.break{
	background: #c78923;
	color:white;
	text-align:center;
}

table#blinds td.addon{
	background: #fff5d7;
	color:#c78923;
	text-align:center;
	font-weight:bold;
}

table#blinds td.branco{
	background:#fff;
}

table#blinds td.item{
	background:#c78923;
	color:#fff5d7;
	font-weight:bold;
	text-align:center;
}

table#blinds td.rebuy, tr.rebuy{
	background:#f46109;
	color:#fff5d7;
	font-weight:bold;
	text-align:center;
}

/** PACOTES **/

#conteudoint {
	background:url(imagens/fundo.png) no-repeat;
	width:600px;
	padding: 75px 15px 30px 15px;
	font-family: Arial, Tahoma;
	font-size:13px;
}

#conteudoint p{
	width:565px;
	padding: 10px 0;
}

#conteudoint p.tit{
	font-weight:bold;
}

#infodestaque{
	border:2px solid #f6ad36;
	width:565px;
	background:#c08422;
	padding-bottom:15px;
	margin-bottom:10px;
}

#infodestaque h3{
	font: bold 13px Arial, Tahoma;
	color:#fff;
	padding: 10px 15px;
}

#infodestaque table{
	margin:3px 40px;
}

#infodestaque td{
	background:url(imagens/balao.gif) no-repeat;
	font:bold 13px Arial, Tahoma;
	padding-left:20px;
}

#infodestaque td.left{
	width: 50%;
}

#infodestaque td a{
	color: #fff;
}

#conteudoint ul#itens li{
	margin:3px 25px;
	list-style: square;
}

#conteudoint dl#partidas dt{
	font-weight: bold;
	margin:20px 0 15px 0 ;
}

#conteudoint dl#partidas dd{
	margin:5px 30px;
	padding: 0 38px;
}

#conteudoint dl#partidas dd.sgl{
	background:url(imagens/sgl.gif) no-repeat;
}

#conteudoint dl#partidas dd.dbl{
	background:url(imagens/dbl.gif) no-repeat;
}

#conteudoint dl#partidas dd.tpl{
	background:url(imagens/tpl.gif) no-repeat;
}

#conteudoint dl#partidas dd.obs{
	margin:20px;
	padding-left:20px;
	background:url(imagens/obs.gif) no-repeat;
}

#conteudoint dl#partidas dd.hotel{
	margin:5px 15px;
	background:url(imagens/hotel.gif) no-repeat;
	padding-left:20px;
}

#conteudoint dl#partidas dd.hotel a{
	color:#222;
}

#condicoes {
	margin-top:20px; 
}

#condicoes ul{
	margin-left:20px;
}
#condicoes ul li{
	font-weight:bold;
	margin: 10px;
	list-style:disc;
}

#condicoes ul li.destaque{
	color:#f81d12;
}

#rodape{
	margin: 15px 0 0px 0;
	font-size:12px;
	height:60px;
}

#rodape a{
	display:block;
	float:left;
	background:url(imagens/cerrado.gif) no-repeat;
	width:110px;
	height:46px;
	overflow:hidden;
	text-indent:-9999px;
}

#rodape strong, #rodape span{
	display:block;
	color:#333;
}

/* PARCEIROS */

#conteudoint #parceiros{
	height:483px;
}

#conteudoint #parceiros span{
	display:block;
	width:180px;
	height:107px;
	float:left;
	border:1px solid #f6b64c;
	background-color:#fcf3e2;
	margin:0 11px 15px 0;
}

#conteudoint #parceiros span img{
	display:block;
	border:1px solid #f6b64c;
	width:116px;
	height:60px;
	margin:22px auto;
} 

#conteudoint #realizacao{
	clear:both;
	color:#fcf3e2;
}

/** SATÉLITES **/

#conteudoint h2.titulo{
	color:#fff;
	text-transform:uppercase;
	width:565px;	
}

#conteudoint h2.titulo a{
	color:#fff;	
}

#conteudoint .satelite{
	width:540px;
	border:2px solid #f5ad35;
	background-color:#c08422;
	margin:10px 0;
	padding:8px 0px 12px 12px;
	color:#fff;
}

#conteudoint .satelite h4.titulo{
	font-weight:bold;
	margin:0 0 5px 0;
	background:url(imagens/martins.gif) center right no-repeat;
	height:29px;
	font-size:16px;
	padding-top:9px;
	cursor:pointer;
}

#conteudoint .satelite h4.titulo strong{text-decoration:underline;}

#conteudoint .satelite span.dados_dia{
	background:url(imagens/data.gif) no-repeat;
	padding-left:22px;
	margin-right:12px;
	font-weight:bold;
}

#conteudoint .satelite span.dados_hora{
	background:url(imagens/hora.gif) no-repeat;
	padding-left:22px;
	margin-right:12px;
	font-weight:bold;
}

#conteudoint .satelite span.dados_buyin{
	background:url(imagens/buyin.gif) no-repeat;
	padding-left:22px;
	margin-right:12px;
	font-weight:bold;
}

#conteudoint .satelite p.texto {
	margin:10px 0;
	padding-left:22px;
	width:515px;
}

#conteudoint .satelite p.aviso {
	background:url(imagens/aviso.gif) no-repeat;
	margin:0px 0;
	padding:0 22px;
	width:515px;
	font-style: italic;
}

#rodapegeral {
	background: url('imagens/fundo_bottom.png') repeat-x;
	height: 63px;
	font: bold 14px Arial;
	border: solid 1px #fff;
	clear:both;
}
#rodapegeral .tel {
	margin-left: 15px;
	padding: 0 5px;
	border: solid 2px #F0B048;
	background-color: #C08422;
	color: #FFFFFF;
}
#rodapegeral p {
	margin:15px 0 5px 14px;
	color: #7B5008;
}

/* FOTOS */
#fotos{
	width:565px;
}

#fotos img.hor1{
	margin-right:7px;
}

#fotos img.hor{
	display:block;
	float:left;
	width:277px;
	height:185px;
	border:1px solid #f6b64c;
	margin-bottom:8px;
}

#fotos img.vert1{
	margin-right:9px;
}

#fotos img.vert{
	display:block;
	float:left;
	width:180px;
	height:270px;
	border:1px solid #f6b64c;
	margin-bottom:15px;
}

div.paginacao {
	clear:both;
	font: 14px bold "Lucida Sans", Arial, Tahoma;
	text-align:center;
	width:563px;
	padding:5px 0;
}

div.paginacao a.none, div.paginacao a.none:hover{
	border:1px solid #8d6118;
	text-decoration:none;
	cursor:default;
	padding: 0 5px;
	background-color:#fde9c8;
	color:#614c27;
}

div.paginacao a{
	font: 14px bold "Lucida Sans", Arial, Tahoma;
	text-decoration:none;
	padding:0 5px;
	border:1px solid #8d6118;
	background-color:#e79f27;
	color:#614c27;
}

div.paginacao a:hover{
	text-decoration:none;
	background-color:#fde9c8;
}