div.piezas_especiales
{	
	float:left;
	height:300px;
	margin-top:20px;
	position:relative;
	width:552px;
}

div.piezas_especiales .header
{	
	float:left;
	width:552px;
}

div.piezas_especiales .header .titulo
{
	color:#005696;
	display:block;
	float:left;
	font-size:2.0em;
	font-weight:bold;
	position:relative;
	width:250px;
}

div.piezas_especiales .header .actions
{
	float:right;
	width:20px;
}

div.piezas_especiales .contenido 
{
	float:left;
	height:258px;
	margin-bottom:10px;
	position:relative;
	width:551px;	
}

div.piezas_especiales .contenido .edit
{
	left:530px;
	position:absolute;
	z-index:9;
}

div.piezas_especiales .contenido .imagen img
{
	display:block;
	float:left;
	height:258px;
	margin-left:-3px;
	position:relative;
	width:552px;
}

div.piezas_especiales .contenido .enlace
{
	background-image: url(img/iconoflechablanca.gif);
	background-repeat:no-repeat;
	background-position:right;
	bottom: 25px;
	float:right;
	font-weight:bold;
	position:absolute;
	right: 15px;
	
}

div.piezas_especiales .contenido .enlace a
{
	color: #f27930;
	font-size:1.3em;
	text-decoration:underline;
	margin-right:25px;
}

div.piezas_especiales .contenido .subeIndex
{
	left:170px;
	position:absolute;
	top:-120px;
	z-index:500;
}

div.piezas_especiales .contenido .ficha_pieza
{
	display:none;
	height:355px;	
	width:500px;
	z-index:100;
}

div.piezas_especiales .contenido .ficha_pieza .fondo
{
	background-image:url(img/bgFichaDetallesEspeciales.gif);
	background-repeat:no-repeat;
	height:355px;
	left:0;
	position:absolute;
	top:0;
	width:500px;
	z-index:0;
}

div.piezas_especiales .contenido .ficha_pieza img
{
	height:299px;
	left:6px;
	position:absolute;
	top:34px;
	width:486px;
}

div.piezas_especiales .contenido .ficha_pieza span
{
	color:White;
	font-size:1.3em;
	font-weight:bold;
	left:13px;
	position:absolute;
	top:2px;
}

div.piezas_especiales .contenido .ficha_pieza div.cerrar
{
	background-image:url(img/btncerrar.png);
	background-repeat:no-repeat;
	cursor:pointer;
	height:12px;
	left:475px;
	position:absolute;
	top:4px;
	width:12px;
}




