@charset "utf-8";

body {
	background-color: #b2b2b2;
	overflow: hidden;
}

#back {
	/* Posición */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: -425px;

	/* Tamaño */
	width: 850px;
	height: 850px;

	/* Safari CSS3 */
	background: -webkit-radial-gradient(center, #eee, #b2b2b2 60%);
	/* Firefox CSS3 */
	background: -moz-radial-gradient(center, #eee, #b2b2b2 60%);
	/* W3C CSS3 */
	background: radial-gradient(center, #eee, #b2b2b2 60%);
}

#uls {
	/* Posición */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 85px;
	margin-top: -80px;

	/* Tamaño */
	width: 159px;
	height: 159px;

	/* Fondo */
	background:url(/images/uls.png) no-repeat;
	z-index:10;
}

#cic {
	/* Posición */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -39px;

	/* Tamaño */
	width: 346px;
	height: 77px;

	/* Fondo */
	background:url(/images/cic.png) no-repeat;
	z-index:10;
}