@charset "utf-8";
/* CSS Document */

#set-header{
	margin-top:5px;
	margin-bottom:5px;
}

#set-header #perfil {
	display:block;
	float:left;
	width:152px;
	height:152px;
	line-height:152px;
	text-align:center;
	background:#666;
	padding:1px;
	border:1px solid #666;
}

#set-header #perfil a img {
	display:block;
	margin:auto;
}


#set-header #perfil a {
	display:block;
	height:150px;
	width:150px;
	line-height:150px;
}

#set-header #set-type {
	display:block;
	border: 1px solid #666;
	background:#666;
	color:#fff;
	padding:3px;
	padding-left:6px;
	font-weight:bold;
	height:20px;
	line-height:20px;
}

#set-header #set-type a {
	color:#fff;
}

#set-credits {
	float:right;
	width:180px;
	height:148px;
	border:2px solid #666;
	padding:2px;
	font-size:10px;
	overflow-y:auto;
}

#set-credits .titulo {
	color:#fff;
	font-size:10pt;
	line-height:28px;
	text-align:center;
	padding:0px;
	margin:-2px;
	margin-bottom:5px;
	background:#666;

}

#set-list {
	border:1px solid #666;
	border-bottom:2px solid #666;
	height:125px;
}

#set-list .foto-list {
	display:table-cell;
	height:122px;
	vertical-align:middle;
}

#set-list .foto-list a {
	font-size:10px;
	font-weight:bold;
	line-height:12px;

	display:block;
	width:100px;
	float:left;
	color:#c80000;
	padding:2px;
	display:block;
	font-size:10px;
	margin:2px;
	border:1px solid #eee;
}

#set-list .foto-list a .foto {
	display:block;
	width:110px;
	height:85px;
	line-height:85px;
	display: table-cell;
	text-align:center;
	vertical-align:middle;
}

#set-list .foto-list a .foto img {
	display:block;
	margin:auto;
}


#set-list .foto-list a:hover {
	color:#fff;
	background:#eee;
	text-decoration:none;
}

#set-list .foto-list .foto-info {
	display:block;
	background:#999;
	color:#fff;
	padding:2px;
	margin:-2px;
	margin-top:0px;
	text-align:center;
	height:25px;
	overflow:hidden;
	width:100px;
}

#set-list .foto-list a:hover .foto-info {
	background:#666;
	text-decoration:none;
}

#set-list a.mais {
	display:none;
}

#set-list a.mais:hover {
	text-decoration:none;
	background:#c80000;
	color:#fff;
}

#set {
	clear:both;
	width:800px;
	height:770px;
}

#set h1 {
	background:#c80000;
	color:#fff;
	padding:5px;
}
#set #foto-scroll {
	float:left;
	height:717px;
	width:95px;
	overflow:hidden;
	border:1px solid #C80000;
}

#set #foto-scroll a.scroll {
	height:17px;
	width:91px;
	display:block;
	text-align:center;
	line-height:17px;
	font-weight:bold;
	color:#c80000;
	text-decoration:none;
	padding:2px;
}

#set #foto-scroll a.scroll:hover {
	text-decoration:none;
	background:#eee;
}

#set #foto-scroll a.scroll span {
	display:block;
	margin:auto;
}
#set #foto-list-container {
	height:665px;
	width:95px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
}

#set #foto-list {
	position:relative;
	top:0px;
	width:95px;
	text-align:center;
}

#set #foto-list a {
	display:block;
	height:95px;
	line-height:95px;
	width:95px;
	text-align:center;
}

#set #foto-list a .foto {
	display:table-cell;
	height:95px;
	line-height:95px;
	width:95px;
	vertical-align:middle;
}

#set #foto-list a:hover {
	text-decoration:none;
	background:#eee;
}
#set #foto-list a img {
	border:1px solid #fff;
	margin:auto;
	
}

#set #foto-list a:hover img {
	border:1px solid #c80000;
	text-decoration:none;
}

#set #foto {
	float:left;
	display:table-cell;
	width:700px;
	height:700px;
	text-align:center;
	vertical-align:middle;
	margin-left:3px;
}

#set #foto img {
	margin:auto;
}

#frmComentario {
	float:none;
	clear:both;
}
