@CHARSET "ISO-8859-1";
@IMPORT url("index.css");

#conteudot{
	font-family: arial;
	font-size: 18px;
	position: absolute;
	float: left;
	left: 290px;
	top: 60px;
	_top: 70px;
	*top: 70px;
	z-index: 11;
	color: #86BB79;
	width: 350px;
}

#conteudo{
	position:absolute;
	top:100px;
	left:260px;
	width:400px;
	height:340px;
	/*border:1px solid red;*/
	font-family: arial;
	font-size: 12px;
	line-height: 19px;
	color: #4788AB;
	overflow-y:auto;
	overflow-x:hidden;
	padding-right: 8px;
}

#fotos{
	position:absolute;
	top:60px;
	left:690px;
	width:230px;
	height:380px;
	/*border:1px solid red;*/
}
#fotos .thumb{
	width:80px;
	height:80px;
	margin:10px;
	border:3px solid #f2f2f2; 
	float:left;
	background-position: -50px -20px;
}
