body {
	margin: 0px;
	padding: 0px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	background: #ededed url(../imagenes/web/bg_zoom.gif) repeat-y left top;
}
#tapa {
	position: absolute;
	height: 460px;
	width: 650px;
	left: 0px;
	top: 0px;
	background: #FFF url(../imagenes/web/cargando.gif) no-repeat center center;
	display: block;
	z-index: 1000;
}
#foto {
	position: absolute;
	height: 460px;
	width: 500px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}
#foto img {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#miniatura {
	position: absolute;
	width: 150px;
	left: 505px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
}
#miniatura img {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #fff;
	cursor: crosshair;
}
#miniatura p {
	margin: 10px;
	background: #E0DFE3;
	padding: 5px;
	display: block;
	text-align: left;
	border-top: 1px solid #333;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #333;
}
#miniatura p.centro {
	text-align: center;
}
#miniatura p a {
	border-top: 1px solid #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 2px;
	color: #000000;
	background: #CCCCCC;
}
#miniatura p a:hover {
	border-top: 1px solid #333;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #333;
	color: #fff;
	background: #999999;
}

