@charset "utf-8";
/* CSS Document */


#content_window {
	position: absolute;
	top: 0px;
	left: 14px;
	width: 650px;
	height: 400px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);	
	z-index: 1;
}
#content {
	position: absolute;
	top: 0px;
	left: 14px;
	width: 650px;
	height: 400px;
	overflow:scroll;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	z-index: 2;
}

#info_foto {
	position: absolute;
	top: 225px;
	left: 245px;
	width: 400px;
	height: 150px;
	z-index: 3;
}

