/* CSS Document */


#contenido{
	padding-left:30px;
	padding-right:30px;
	width:888px;
	padding-bottom: 30px;
}

/*-------------------------------------------------------registro listado-----------------------------------------*/
.registro_listado{
	display:block;
	float:left;
	width:195px;
	padding-left:23px;
	background-repeat: no-repeat;
	background-position: 5px 20px;
	padding-top: 30px;
	height: 260px;
}
.destacado{
	background-image: url(../img/fondo_producto_miniatura_destacado.jpg);
}
.normal{
	background-image: url(../img/fondo_producto_miniatura.jpg);
}
.destacado a{
	display:block;
	float:left;
	width:150px;
	font-size:10px;
	color:#E95114;
	font-weight:bold;
	text-align: center;
	margin-bottom: 5px;
}
.normal a{
	display:block;
	float:left;
	width:150px;
	font-size:10px;
	color:#3E3A38;
	font-weight:bold;
	text-align: center;
	margin-bottom: 5px;
}
.registro_listado p.precio_antes{
	display:block;
	float:left;
	width:70px;
	font-size:9px;
	color:#BEBACB;
	text-decoration:line-through;
	text-align: right;
	padding-bottom: 6px;
	background-color: #FFFFFF;
}
a.imagen {
	display:block;
	float:left;
	width:105px;
	height: 190px;
	text-align: center;
	border: 0;
}
.imagen img{
	border:0px;
}
/*-------------------------tipos de disfraces--------------------*/



p.precio{
	display:block;
	float:left;
	width:82px;
	color:#000000;
	font-size: 10px;
	text-align: center;
	background-image: url(../img/fondo_precio_miniaturas.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
p.precio span{
	font-size: 9px;
	display: block;
	font-weight: normal;
}



.sin_resultados{
	display:block;
	float:left;
	width:888px;
	font-size: 15px;
	text-align: center;
	color: #E95114;
	font-weight: bold;
	padding-top: 100px;
	padding-bottom: 100px;
}

/*--------*/
.registro_listado p.novedad{
	display:block;
	float:left;
	width:70px;
	font-size:9px;
	color:#E95114;
	font-weight: bold;
	padding-top: 2px;
	text-align: right;
	background-color: #FFFFFF;
}

.registro_listado  a.ficha_disfraz{
	display:block;
	float:left;
	width:100px;
	font-size:9px;
	color:#646261;
	font-weight: normal;
	background-image: url(../img/ico_ficha.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 22px 0px;
	padding-bottom: 3px;
	padding-top: 5px;
	text-align: left;
}

