#close {
	position: relative;
	margin: 0 auto;
	width: 630px;
	height: 30px;
}
	#close a {
		float: right;
		width: 22px;
		height: 22px;
		background: transparent url(../imagenes/ventana-cerrar.png) no-repeat;
	}
#foto {
	position: relative;
	margin: 0 auto;
	width: 630px;
}
	#foto p {
		font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
		font-size: 12px;
		color: #00247d;
	}
	#foto img {
		display: none;
	}
#control {
	position: relative;
	margin: 0 auto;
	width: 630px;
}
	#ant {
		float: right;
		margin: 0 6px 0 0;
		width: 13px;
		height: 11px;
		background: transparent url(../imagenes/ventana-ant.png) no-repeat;
	}
	#pos {
		float: right;
		width: 13px;
		height: 11px;
		background: transparent url(../imagenes/ventana-pos.png) no-repeat;
	}
