html {
	margin: 0px;
	padding: 0px;
	}
body { 
	background: #300 url(http://micasarestaurant.com/images/bg.jpg) center center no-repeat ;
	font: 12pt/17pt georgia; 
	color: #600; 
  	margin: 0px; 
	padding: 0px;
	min-height: 100%;
	}
p { 
	font: 12pt georgia; 
	padding: 3px 20px 20px 20px; 
	text-align: justify;
	}
h2 { 
	font: normal 19pt georgia; 
	letter-spacing: 1px; 
	padding: 20px 20px 0px 20px; 
	color: #300;
	text-align: right;
	}	
	
h3 { 
	font: bold 12pt georgia; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	padding: 0px 0px 10px 0px;
	color:#300;
	text-align: right;
	}
h6 { 
	font: normal 10pt georgia; 
	letter-spacing: 0px; 
	color: #600;
	}	
a:link { 
	
	text-decoration: none; 
	color: #000;
	}
a:visited { 

	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #F00;
	}
acronym {
	border-bottom: none;
	}
.l { 
	width: 1;
	}

.ll { 
	width: 1;
	background: #CC99FF;
		}
.i { 
	height: 1;
	background: #F69;
		}
.menu {
	font: normal 19pt georgia;
	color: #000;
	background: #F69;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 3px 3px 3px 3px;
}

.menu :link { 
	
	text-decoration: none; 
	color: #000;
	}
.menu :visited { 

	text-decoration: none; 
	color: #000;
	}
.menu :active { 
	text-decoration: none; 
	color: #0F0;
	}

.menu :hover { 
	text-decoration: none; 
	color: #0F0;
	}


.grupo {
	font: normal 19pt georgia;
	color: #000;
	background: #0F0;
	opacity: 0.6;
	filter: alpha(opacity=60);
	padding: 3px 3px 3px 3px;
}

.rolewski{
	font: normal 8pt georgia;
	color: #000;
	background: #0F0;
	opacity: 0.6;
	filter: alpha(opacity=60);
	padding: 3px 3px 3px 3px;
}
		
.main {
	background:#FCF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	} 		


