*{
	padding: 0;
	margin: 0;
}
body{
	font: normal 12px Tahoma, Verdana, Arial, sans-serif;
	background: #333;
}
#divImagenes{
	position: absolute;
	margin: 0 auto;
	margin-top: 0px;
	background: #000;
	border: solid 0px #000;
	height: 600px;
	width: 1920px;

	/*box-shadow: 1px 1px 20px #000;*/
	border-radius: 0px;
}
	#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 a{
					color: #f00;
				}