div.gsHeader{
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 5px 0;
	overflow: hidden;
}
div.gsHeader a{
	display: block;
	padding: 0px 12px 0px 12px;
	float: left;
	border-right: 1px dotted #CCC;
}
div.gsHeader a.first{
	padding-left: 0;
}
div.gsHeader a.last{
	padding-right: 0;
	border-right: 0;
}
div.gsHeader h1{
	margin: 0 0 4px 0;
	padding: 0 0 0px 0;
	font-size: 22px;
}
div.gsHeader div.links{
	overflow: hidden;
	border-bottom: 2px solid #000;
	padding: 0 0 5px 0;
}
div.gsHeader div.gsSearch{
	margin-top: 10px;
}
div.gsHeader div.gsSearch form{
	text-align: right;
}

/** Datos del Usuario **/
div.userData{
	overflow: hidden;
	margin-bottom: 10px;
}
div.userData img.avatar{
	float: left;
	margin: 0 5px 0 0;
}
div.userData h1{
	font-size: 18px;
	margin: 5px 0 0 0;
}
div.userData ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
div.userData ul li{
	float: left;
	padding: 0 6px 0 0;
	margin: 0 6px 0 0;
	background: url(../images/separator.gif) no-repeat right;
}
div.userData ul li.last{
	background-image: none;
}

/** Lista de Imágenes **/
div.gsShowInfo{
	padding: 3px;
	text-align: right;
	color: #666;
}
table.userPics{
	margin-top: 5px;
	width: 100%;
	*width: 96%;
}
tr.rowPic td{
	padding: 5px;
	vertical-align: bottom;
	font-size: 11px;
	color: #666;
}
tr.rowPic img{
	padding: 1px;
	border: 1px solid #666;
	display: block;
}
tr.rowPic span{
	color: #0099ff;
}
tr.rowPic span.title{
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #000;
}
tr.rowPic span.desc{
	display: block;
	margin-bottom: 5px;
	color: #666;
	margin-top: 4px;
}
tr.rowPic a.quick{
	display: block;
	padding: 2px;
	background: url(../images/view.png) no-repeat left;
	padding: 0 0 0 17px;
	margin-top: 3px;
}
div.gsNavPages{
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 16px;
}

/** Detalles de la IMágen **/
div.gsImage{
	padding: 0px;
	font-size: 11px;
}
div.gsImage h1{
	margin: 0 0 5px 0;
	font-size: 18px;
}
div.gsImage img.theImage{
	padding: 1px;
	border: 1px solid #666;
	display: block;
	margin: 5px auto;
}
div.gsImageExtras{
	overflow: hidden;
}
div.gsImageExtras div.gsPrevNext{
	padding: 3px;
}
div.gsPrevNext td.gsPNTitle{
	background-color: #FFF;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 2px;
	border: 1px solid #e0e0e0;
}
div.gsPrevNext td{
	border-bottom: 1px solid #e0e0e0;
}
div.gsPrevNext td.prev{
	padding: 4px;
	background-color: #ebebeb;
	border-left: 1px solid #e0e0e0;
	border-bottom: 0;
}
div.gsPrevNext td.next{
	padding: 4px;
	background-color: #ebebeb;
	border-bottom: 0;
}
td.next div.lastImage, td.prev div.lastImage{
	background: #FFF;
	border: 1px solid #ccc;
	color: #999;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	text-transform: uppercase;
}
div.gsPrevNext td.count{
	text-align: center;
	padding: 4px 10px 4px 10px;
	background-color: #ebebeb;
	border-right: 1px solid #e0e0e0;
	border-left: 0;
	border-bottom: 0;
	color: #C0C0C0;
}
td.count span{
	font-size: 20px;
	font-weight: bold;
	display: block;
}
div.gsPrevNext tr.arrows td{
	padding: 4px;
	background-color: #ebebeb;
	border-left: 1px solid #e0e0e0;
	text-align: center;
	font-size: 10px;
	color: #999;
}
tr.arrows a{
	color: #999;
	text-decoration: none;
}
div.gsPrevNext tr.arrows td.empty{
	border-left: 0;
	border-right: 1px solid #e0e0e0;
}
tr.arrows img.left{
	float: left;
}
tr.arrows img.right{
	float: right;
}
div.alsoBelong{
	padding: 2px;
	margin-top: 10px;
}
div.gsImageExtras h3{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin: 0 0 5px 0;
}
div.alsoBelong div.item{
	padding: 2px;
	overflow: hidden;
	width: 250px;
}
div.alsoBelong div.item img{
	float: left;
}
div.alsoBelong div.item a.link{
	color: #999;
	text-decoration: none;
	border: 1px solid #ebebeb;
	padding: 2px;
	display: block;
	margin: 2px 2px 2px 17px;
}
div.alsoBelong div.item a.link:hover{
	color: #FF4400;
	border: 1px solid #d0d0d0;
}
div.tags{
	padding: 2px;
	float: right;
	width: 200px;
}
div.tags a{
	background: url(../images/tag_gray.png) no-repeat left;
	display: block;
	height: 18px;
	padding: 2px 2px 2px 18px;
	text-decoration: none;
	color: #999;
}
div.tags a:hover{
	color: #FF4400;
	background: url(../images/tag_color.png) no-repeat left;
	text-decoration: underline;
}
div.tags img.avatar{
	float: left;
}

/**Gina**/
/** Albumes **/
div.gsSets{
	border: 1px dashed #c8c8c8;
	overflow: hidden;
	width: 90%;
	font-size: 11px;
	float: left;
	margin: 5px;
}
div.gsSets div.gsSetsImg{
	padding: 5px 10px;
	float: left;
}
div.gsSetsImg img{
	padding: 1px;
	border: 1px solid #666;
}
div.gsSetsInfo{
	color: #666;
}
div.gsSetsInfo h3{
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}
div.gsSetsInfo h3 a{
	color: #000;
}
div.gsSetsInfo strong{
	font-weight: normal;
	color: #999;
}
div.gsSrhResults{
	padding: 3px 3px 3px 20px;
	background: url(../images/ok.png) no-repeat left;
	font-size: 12px;
}
div.gsSrhResults span{
	color: #FF00FF;
	font-weight: bold;
	border-bottom: 1px dotted #FF00FF;
}
div.searchItem{
	overflow: hidden;
	padding: 2px 2px 2px 2px;
	margin-bottom: 10px;
}
div.searchItem div.gsImgSearch{
	float: left;
	margin-right: 15px;
	text-align: center;
}
div.searchItem h3{
	margin: 0;
	font-size: 16px;
}
div.searchItem span.created{
	font-size: 11px;
	color: #999;
	display: block;
	margin-bottom: 10px;
}
div.searchItem span.created span{
	color: #0066ff;
}
div.searchItem div.uinfo{
	overflow: hidden;
	font-size: 11px;
	margin-bottom: 10px;
}
div.searchItem div.uinfo img.avatar{
	float: left;
	margin-right: 5px;
}
div.searchItem div.uinfo h4{
	font-size: 12px;
	margin: 6px 0 0 0;
}
div.searchItem div.uinfo h4 a{
	font-weight: bold;
	color: #0066ff;
}
div.searchItem span.tags{
	display: block;
	background: url(../images/tag.png) no-repeat left;
	padding: 2px 0 2px 18px;
	min-height: 18px;
}

/**Fin Gina **/
div.gsImageOptions{
	padding: 3px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}

/** Albumes de Usuario**/
div.theSet{
	overflow: hidden;
}
div.theSet td.setImages{
	padding: 0 0 0 6px;
	vertical-align: top;
}
div.theSet td.setBigImages{
	vertical-align: top;
	color: #666;
	font-size: 11px;
}
td.setBigImages img{
	display: block;
	padding: 1px;
	border: 1px solid #666;
	margin-bottom: 5px;
}
td.setBigImages span.desc{
	color: #000;
	display: block;
	margin-bottom: 10px;
	line-height: 150%;
}

/** Comentarios **/
div.gsComments{
	margin-top: 10px;
	padding: 4px 0;
	border-top: 3px solid #000;
}
div.gsComments h3{
	font-size: 16px;
	color: #FF00FF;
	margin: 0 0 10px 0;
}
div.gsComments tr.gsCommentItem td{
	padding: 3px 3px 20px 3px;
	vertical-align: top;
}
div.gsComments tr.gsCommentItem td.avatar{
	text-align: left;
	padding-right: 10px;;
}
div.gsComments tr.gsCommentItem span.says{
	font-weight: bold;
	font-size: 12px;;
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
}
div.gsComments tr.gsCommentItem span.publish{
	font-size: 11px;
	color: #999;
	display: block;
}
span.publish a{
	color: #0099ff;
	text-decoration: none;
}
span.publish a:hover{
	text-decoration: underline;
	color: #FF00FF;
}
div.gsComments h3.send{
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
