@charset "UTF-8";

/* panes */
#panes {
	/*	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0;*/
	width:900px;
	height:680px;
	margin-bottom:-90px;
	padding-bottom:20px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	color: #000;
	display:none;
	position:absolute;
	top:20px;
	left:160px;
	font-size:0.9em;
	line-height:1.2em;
	color:#000;
	width:850px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

#panes img {
	float:right;
	margin-right:20px;		
}

#panes p.more {
	font-weight:bold;
	padding-left:25px;
	padding-right: 5px;
	margin-bottom:28px;
	margin-left:100px;
	height: 200px;
	width:420px;
}

#panes p.more img {
	border:none;
	padding-left:15px;
	padding-right: 5px;
	
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:800px;
	padding:20px;
	background-color:#ddd;
}

#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 30px;
	top: 30px;	
}

#apDiv1 img {
	border:none;
}

#fotos img {
	border:none;
	
}
