/* CSS Document */


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

/*-------------------------------------------------------registro listado-----------------------------------------*/
.registro_listado{
	display:block;
	float:left;
	width:414px;
	padding-left:30px;
	background-repeat: no-repeat;
	background-position: 5px 20px;
	padding-top: 10px;
	height: 550px;
}
.destacado{
	background-image: url(../img/fondo_producto_destacado.gif);
}
.normal{
	background-image: url(../img/fondo_producto.gif);
}
.destacado a{
	display:block;
	float:left;
	width:384px;
	font-size:12px;
	color:#E95114;
	font-weight:bold;
	padding-left: 20px;
}
.normal a{
	display:block;
	float:left;
	width:384px;
	font-size:12px;
	color:#3E3A38;
	font-weight:bold;
	padding-left: 20px;
}
.registro_listado p.precio_antes{
	display:block;
	float:left;
	width:400px;
	font-size:12px;
	color:#BEBACB;
	text-decoration:line-through;
	text-align: right;
}
.registro_listado p.categoria{
	display:block;
	float:left;
	width:380px;
	font-size:9px;
	color:#868484;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 5px;
}
.registro_listado p.separa{
	display:block;
	float:left;
	width:400px;
	font-size:12px;
	color:#BEBACB;
	text-align: right;
}
a.imagen{
	display:block;
	float:left;
	width:198px;
	height: 280px;
	text-align: center;
	padding: 0;
	border: 0;
}
a.imagen img{
	border: 0;
}
/*-------------------------tipos de disfraces--------------------*/
.mujer{
	display:block;
	float:right;
	width:181px;
	background-image: url(../img/mujer.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 30px;
	height: 50px;
}
.mujer p{
	display:block;
	float:left;
	width:78px;
	color:#EC699B;
	font-weight: bold;
}
.mujer p.precio{
	display:block;
	float:left;
	width:100px;
	color:#000000;
	font-size: 14px;
	text-align: center;
}
.mujer p.precio span{
	font-size: 9px;
	display: block;
}

.hombre{
	display:block;
	float:right;
	width:181px;
	background-image: url(../img/hombre.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 30px;
	height: 50px;
}
.hombre p{
	display:block;
	float:left;
	width:78px;
	color:#004078;
	font-weight: bold;
}
.hombre p.precio{
	display:block;
	float:left;
	width:100px;
	color:#000000;
	font-size: 14px;
	text-align: center;
}
.hombre p.precio span{
	font-size: 9px;
	display: block;
}



.infantil{
	display:block;
	float:right;
	width:181px;
	background-image: url(../img/infantil.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 30px;
	height: 50px;
}
.infantil p{
	display:block;
	float:left;
	width:78px;
	color:#F27516;
	font-weight: bold;
}
.infantil p.precio{
	display:block;
	float:left;
	width:100px;
	color:#000000;
	font-size: 14px;
	text-align: center;
}
.infantil p.precio span{
	font-size: 9px;
	display: block;
}


.mascotas{
	display:block;
	float:right;
	width:181px;
	background-image: url(../img/mascotas.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 32px;
	height: 50px;
}
.mascotas p{
	display:block;
	float:left;
	width:78px;
	color:#7C1265;
	font-weight: bold;
}
.mascotas p.precio{
	display:block;
	float:left;
	width:100px;
	color:#000000;
	font-size: 14px;
	text-align: center;
}
.mascotas p.precio span{
	font-size: 9px;
	display: block;
}

.gris{
	display:block;
	float:right;
	width:181px;
	background-image: url(../img/gris.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 32px;
	height: 50px;
}
.gris p{
	display:block;
	float:left;
	width:78px;
	color:#646261;
	font-weight: bold;
}
.gris p.precio{
	display:block;
	float:left;
	width:100px;
	color:#000000;
	font-size: 14px;
	text-align: center;
}
.gris p.precio span{
	font-size: 9px;
	display: block;
}


/*--------*/
.registro_listado p.novedad{
	display:block;
	float:right;
	width:150px;
	font-size:10px;
	color:#E95114;
	font-weight: bold;
	padding-right: 40px;
	background-image: url(../img/ico_novedad.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 13px;
}
.registro_listado p.descripcion{
	display:block;
	float:right;
	width:172px;
	font-size:9px;
	color:#868484;
	padding-right: 40px;
	padding-bottom: 10px;
	background-image: url(../img/linea_descripcion.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
.registro_listado p.txt_descripcion{
	display:block;
	float:right;
	width:172px;
	font-size:9px;
	color:#000000;
	padding-right: 40px;
	padding-bottom: 20px;
}

.registro_listado  a.ficha_disfraz{
	display:block;
	float:right;
	width:147px;
	font-size:9px;
	color:#646261;
	padding-right: 40px;
	font-weight: normal;
	background-image: url(../img/ico_ficha.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.div_tallaje{
	display:block;
	float:left;
	width:350px;
	padding-left: 25px;
	height: 160px;
}
.registro_listado p.tallas{
	display:block;
	float:left;
	width:344px;
	font-size:12px;
	color:#868484;
	background-image: url(../img/ico_carrito_ficha.gif);
	background-repeat: no-repeat;
	background-position: 312px 0px;
	border-bottom: 1px solid #868484;
}
.registro_listado .tallaje{
	display:block;
	float:left;
	width:330px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../img/admin/tallas_fondo_ficha.jpg);
}
.registro_listado .tallaje p{
	display:block;
	float:left;
	width:190px;
	font-size:9px;
	padding-left: 10px;
	padding-top: 4px;
}
.registro_listado .tallaje p.identificador_talla{
	display:block;
	float:left;
	width:35px;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-left: 0px;
	background-color: #636260;
	padding-top: 2px;
	padding-bottom: 2px;
}
.registro_listado .tallaje p.identificador_talla_largo{
	display:block;
	float:left;
	width:60px;
	font-size:10px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 0px;
	background-color: #636260;
	padding-top: 2px;
	padding-bottom: 2px;
}
.registro_listado .tallaje a{
	font-size:9px;
	display: block;
	float: right;
	color: #517D21;
	width: 50px;
	padding-left: 0px;
}
.registro_listado .talla_xs{
	background-image: url(../img/tallas_xs.gif);
}
.registro_listado .talla_s{
	background-image: url(../img/tallas_s.gif);
}
.registro_listado .talla_m{
	background-image: url(../img/tallas_m.gif);
}
.registro_listado .talla_l{
	background-image: url(../img/tallas_l.gif);
}
.registro_listado .talla_xl{
	background-image: url(../img/tallas_xl.gif);
}
.registro_listado p.referencia{
	display:block;
	float:left;
	width:245px;
	font-size:9px;
	color:#868484;
	padding-left: 25px;
}
.registro_listado a.esquema_tallas{
	display:block;
	float:left;
	width:100px;
	font-size:9px;
	color:#868484;
	padding-left: 0px;
}



/*------------------------------- DIRECTORIO LISTADO ----------------------------*/

#directorio_listado {
	display:block;
	float:left;
	width:888px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#directorio_listado p {
	display: block;
	float: left;
	width: 888px;
	text-align: center;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #A09F9E;
	padding-bottom: 10px;
}
#directorio_listado a {
	display: block;
	float: left;
	width: 200px;
	margin-right: 20px;
	color: #A09F9E;
	text-decoration: underline;
	font-size: 9px;
	margin-bottom: 2px;
}
#directorio_listado .desc {
	display: block;
	float: left;
	width: 888px;
	padding-top: 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}
