.central .ficha
{
	float: left;
	display: block;
	width: 707px;
	margin-left: 34px; /* IE6 */
}


.central .ficha .galeria
{
	width: 300px;
	display: block;
	float: left;
}
.central .ficha .galeria a.foto
{
	width: 300px;
	height: 300px;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #fff;
}
.central .ficha .galeria a.zoom
{
	height: 17px;
	display: block;
	float: left;
	
	color: #8624BA;
	text-decoration: none;
	text-indent: 20px;
	text-align: center;
	background: url(../img/icon_zoom.png) no-repeat left;
}
.central .ficha .galeria a.zoom:hover
{
	text-decoration: underline;
}
.central .ficha .galeria .minis
{
	width: 300px;
	padding-top: 10px;
	margin-top: 5px;
	display: block;
	float: left;
	
	background: url(../img/separador_minis.png) no-repeat top;	
}
.central .ficha .galeria .minis a
{
	width: 73px;
	height: 73px;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #fff;
}
.central .ficha .galeria .minis a:hover
{
	border: 1px solid #E3C5F3;
}


.central .ficha .datos
{
	width: 377px;
	display: block;
	float: left;
	margin-left: 30px; /* IE6 */
}
.central .ficha .datos .descripcion,
.central .ficha .datos p
{
	margin: 0 0 10px 0;
}
.central .ficha .datos p em
{
	color: #7B23AA;
}

.central .ficha .datos .descripcion p
{
	margin-bottom: 4px;
}
.central .ficha .datos .descripcion li
{
	margin: 0 0 2px 8px;
}
.central .ficha .datos em
{
	font-style: normal;
	font-weight: bold;
}
.central .ficha .datos p.precio
{
	/*background: #F4F4FB;*/
	padding: 2px 8px;
	color: #8624ba; 
}
.central .ficha .datos p.preciofinal
{
	padding-TOP: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #019e8c;
}

.central .ficha .datos p.descuentoespecial
{
	color: #C00;
	font-weight: bold;
}


.central .ficha .datos .escalada
{
	background: #F4F4FB;
	padding: 2px 0;
	margin-bottom: 4px;	
	display: block;
}
.central .ficha .datos .escalada table td
{
	border: none;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 2px 6px;
}
	
.central .ficha .datos input
{
	width: auto;
	background: #F4F4FB;
	padding: 1px;
	border: 1px solid #D4D3ED;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
}
.central .ficha .datos ul.colores
{
	margin-bottom: 15px;
}
.central .ficha .datos ul.colores img
{
	border: 1px solid #555;
	margin-right: 6px;
	vertical-align: middle;
}

.central .ficha .datos p.coloresh img
{
	border: 1px solid #555;
	margin-right: 6px;
	vertical-align: middle;
}

.central .ficha .precio
{
	margin-bottom: 10px;
}

.central .ficha .datos .preciomensaje
{
	color: #c00;
	display: block;
	font-size: 11px;
	height: 22px;
}