*{
	padding: 0;
	margin: 0;
}
/*body{
	font: normal 12px Tahoma, Verdana, Arial, sans-serif;
	background: #333;
}*/
#divImagenes{
	position: relative;
	margin: 0 auto;
	/*margin-top: 100px;*/
	/*background: #000;*/
	/*border: solid 1px #000;*/
/*	height: 505px;
	width: 300px;*/
        width: 475px;
	float: left;
	box-shadow: 1px 1px 20px #000;
	border-radius: 3px;
}
	#divImagenes ul{
		list-style-type: none;
	}
		#divImagenes ul li{
			position: absolute;
		}
			#divImagenes ul li img{
				border-radius: 3px 3px 0 0;
			}
/*			#divImagenes ul li strong{
				position: absolute;
				bottom: 0;
				padding: 10px 0;
				background: #000;
				width: 100%;
				color: #fff;
				text-align: center;
				font-weight: normal;
			}
				#divImagenes ul li strong a{
					color: #f00;
				}*/