@charset "utf-8";
/* CSS Document */


/*GLOBAL RESET*/
*{outline-color:invert;outline-style:none;outline-width:medium;}  
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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: normal; font-style: inherit; font-size: inherit;  
    font-family: inherit; vertical-align: baseline;  
}  
:focus {outline: 0; }  
body {line-height: 1; color: black; background: white; font-size:100.01%;}  
ol, ul { list-style: none;}  
table { border-collapse: separate; border-spacing: 0;}  
caption, th, td { text-align: left; font-weight: normal;}  
blockquote:before, blockquote:after,  
q:before, q:after {content: "";}  
blockquote, q {quotes: "" "";}  
strong{ font-weight: bold; }  
body,input,select,textarea {  font-size: inherit; }
/*GLOBAL RESET*/


/*Parametros Comuns*/

p {
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#582700;
	font-size:14px;

}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#795233;
	font-size:11px;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	color:#795233;
	font-size:12px;
}

body {
	background:url(../img/FotoBig_MBrasil_Home.jpg) center top no-repeat #795233;
	overflow:hidden;
}

body.amulata {
	background:url(../img/FotoBig_MBrasil_Mulata.jpg) center top no-repeat #795233;
	overflow:hidden;
}

body.clubvip {
	background:url(../img/FotoBig_MBrasil_ClubVip.jpg) center top no-repeat #795233;
	overflow:hidden;
}

#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
}


#wrap {
	background:none;
	width:955px;  /*955 = pg 1024x768; 760= pg 800x600*/
	margin:auto;
	border: 0;
	vertical-align:topf;
	position:relative;
	z-index:2;
}


#popup {
	position:absolute;
	top:180px;
	right:500px;
	z-index:1000;
}

.close {
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}


/*Fim Parametros Comuns*/


/*Corpor do site*/
/*Home*/

#logotipo {
	position:absolute;
	left:0px;
	top:50px;
}

ul.menu {
	position:absolute;
	left:0px;
	top:260px;
}

	ul.menu li {
		margin-right:10px;
		margin-bottom:3px;
		padding-bottom:3px;
		padding-left:10px;
		border-bottom:1px solid #825D40;
		width:100px;
	}
	
	ul.menu li.ultima {
		border-bottom:none;
	}
	
		ul.menu li a {
			color:#825D40;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:12px;
			text-decoration:none;
			text-transform:uppercase;
		}
		
		ul.menu li a:hover {
			text-decoration:none;
		}

/*Fim da home*/


/*A Mulata*/

	#texto_a_mulata {
		width:257px;
		position:absolute;
		top:95px;
		left:160px;
		line-height:110%;
	}

/*A Mulata*/

/*Club VIP*/

	#texto_clubvip {
		width:257px;
		position:absolute;
		top:115px;
		left:160px;
		line-height:110%;
	}

/*Club VIP*/

/*Fim do Corpo do Site*/

/*Footer*/

#footer {
	background:url(../img/BarraRodape.png) center no-repeat;
	position:absolute;
	bottom:0px;
	width:100%;
	height:181px;
	z-index:2;
}

	#footwrap {
		background:none;
		width:955px;  /*955 = pg 1024x768; 760= pg 800x600*/
		margin:auto;
		border: 0;
		vertical-align:topf;
		position:relative;
	}
	
	#footwrap h1 {
		color:#825D40;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		text-decoration:none;
		text-transform:uppercase;
		color:#582700;
		font-weight:bold;
	}
	
	#inf_footer {
		position:absolute;
		top:118px;
		left:125px;
		/*background:#F00;*/
		width:100%;
	}
	
		#txt_footer1 {
			margin-right:20px;
			float:left;
		}
		
			#txt_footer1 h2 {
				/*border-bottom:1px solid #FFFFFF;*/
				padding-top:2px;
				padding-bottom:10px;
				color:#582700;
			}
		
		#txt_footer2 {
			float:left;
		}
			
			#txt_footer2 h2 {
				padding-top:2px;
				padding-bottom:9px;
				color:#582700;
			}
			
	#footwrap p {
		position:absolute;
		top:155px;
		text-transform:lowercase;
		font-size:11px;
	}
	
	#footwrap p a {
		color:#582700;
		text-decoration:none;
	}
	
	#footwrap p a:hover {
		color:#582700;
		text-decoration:underline;
	}


/*Fim Footer*/

div#fotos {
	visibility:hidden;
}