html,body{
	margin:0px auto;
	padding:0px;
	overflow:auto;
	background:url('../img/bg_body.jpg') repeat;
	font:13px/17px Arial, Helvetica,sans-serif;
	color: #333333;
}
ul, ol, li{	list-style:none;margin:0;padding:0}
#menu {
	filter: alpha(opacity=70); opacity: .70;
	background:#683888 no-repeat left url(../img/marca.png);
	border-left:10px solid #669900;
	color:#FFF;
	font:20px  Times, serif;
	height:120px;
	margin:20px;
	padding:10px;
	position:relative;
	width:150px;
	z-index:100;
}
#menu h1{font:20px  Times, serif;margin:0}
#menu ul {
	color:#280828;
	display:block;
	font-size:13px;
	letter-spacing:2px;
	margin:19px 0 0 15px;
}

#menu li{list-style-type:square;}
#menu li a{
	color:#eeddff;
	text-decoration:none;
}
#menu li a:hover{color:#79AA04}

#wrapper {
	margin:0 auto;
	width:95%;
	height:650px;
}
.polaroid { 
	background:#EFECE0;
	width:500px;
	height:333px; 
	background-image:url(../images/polaroid-bg.gif); 
	position:absolute; 
}
.polaroid img { 
	width:470px; 
	height:303px;
	margin:15px 0 0 15px; 
 }

.polaroid a{
	position:relative;
	font-family:Georgia,serif; 
	 font-size:11px; 
	 color:#2E2E2E; 
	 top:-9px;
	 margin-left:5px;
	 text-decoration:none;
}

#pstl01, #pstl02, #pstl03, #pstl04, 
#pstl05, #pstl06, #pstl07, #pstl08, #pstl09, #pstl10, #pstl11, #pstl12, #pstl13{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
#pstl01 img, #pstl02 img, #pstl03 img, #pstl04 img, #pstl05 img, 
#pstl06 img, #pstl07 img, #pstl08 img, #pstl09 img, #pstl10 img, #pstl11 img , #pstl12 img , #pstl13 img {
	width:500px;
	height:333px;
	border:1px solid #f0f0f0;
}

 #pstl13 {
 	background:url(../img/intro.jpg) no-repeat; 
	padding:15px;
	height:333px;
	color:#666; 
 }

 #pstl13 p{
 	width:58%;
	font:11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top:-5px;
 }
 #pstl13 a{
 	position: static;
	color:#339933; 
	margin-left:5px;
	text-decoration: none; 	
 }
.tooltip {
	display:none;
	background:transparent url(../img/tooltip.png) no-repeat;
	font-size:12px;
	height:140px;
	width:250px;
	padding:20px 0 0 120px;
	color:#fff;
	z-index:101;
}
.tooltip p{	width:160px; color:#88a818;font-weight:bold; font-size:11px;}
