/* CSS Document */


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

/*-------------------------------------------------------registro listado-----------------------------------------*/
.registro_ficha{
	display:block;
	float:left;
	width:865px;
	padding-left:30px;
	background-repeat: repeat-y;
	background-position: 5px 20px;
	background-image: url(../img/fondo_ficha_repetir.gif);
}
.registro_ficha h2.ficha{
	display:block;
	float:left;
	width:500px;
	font-size:18px;
	color:#3E3A38;
	font-weight:bold;
	background-color: #FFFFFF;
	padding-top: 30px;
	text-align: left;
}
.registro_ficha p.referencia_top{
	display:block;
	float:left;
	width:500px;
	font-size:13px;
	color:#312D2B;
	background-color: #FFFFFF;
}
.variables{
	display:block;
	float:left;
	width:470px;
	height: 60px;
}
.registro_ficha p.precio_antes{
	display:block;
	float:right;
	width:215px;
	font-size:10px;
	color:#BEBACB;
	text-align: right;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.registro_ficha p.precio_antes span{
	display:block;
	font-size:17px;
	color:#BEBACB;
	text-decoration:line-through;
	text-align: right;
}
.imagen{
	display:block;
	float:left;
	width:375px;
	text-align: center;
	padding-bottom: 25px;
}
.otras_imagenes{
	display:block;
	float:left;
	width:360px;
	padding-top: 15px;
}
.otras_imagenes a{
	display: block;
	width: 82px;
	float: left;
	margin-right: 10px;
}
.otras_imagenes a.ultima_imagen{
	margin-right:0px;
}
.otras_imagenes img{
	border: 0px;

}

.contenido_derecha{
	display:block;
	float:left;
	width:480px;
}
/*-------------------------tipos de disfraces--------------------*/
.mujer{
	display:block;
	float:right;
	width:273px;
	background-image: url(../img/mujer_ficha.jpg);
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 45px;
	height: 60px;
}
.mujer p{
	display:block;
	float:left;
	width:115px;
	font-weight: bold;
	font-size: 17px;
	color:#EC699B;
}
.mujer p.precio{
	display:block;
	float:left;
	width:130px;
	color:#000000;
	font-size: 19px;
	text-align: right;
}
.mujer p.precio span{
	font-size: 12px;
	display: block;
	font-weight: normal;
}

.hombre{
	display:block;
	float:right;
	width:273px;
	background-image: url(../img/hombre_ficha.jpg);
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 45px;
	height: 60px;
}
.hombre p{
	display:block;
	float:left;
	width:115px;
	font-weight: bold;
	font-size: 17px;
	color:#004078;
}
.hombre p.precio{
	display:block;
	float:left;
	width:130px;
	color:#000000;
	font-size: 19px;
	text-align: right;
}
.hombre p.precio span{
	font-size: 12px;
	display: block;
	font-weight: normal;
}



.infantil{
	display:block;
	float:right;
	width:273px;
	background-image: url(../img/infantil_ficha.jpg);
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 45px;
	height: 60px;
}
.infantil p{
	display:block;
	float:left;
	width:115px;
	font-weight: bold;
	font-size: 17px;
	color:#F27516;
}
.infantil p.precio{
	display:block;
	float:left;
	width:130px;
	color:#000000;
	font-size: 19px;
	text-align: right;
}
.infantil p.precio span{
	font-size: 12px;
	display: block;
	font-weight: normal;
}


.mascotas{
	display:block;
	float:right;
	width:273px;
	background-image: url(../img/mascotas_ficha.jpg);
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 45px;
	height: 60px;
}
.mascotas p{
	display:block;
	float:left;
	width:115px;
	font-weight: bold;
	font-size: 17px;
	color:#7F0E60;
}
.mascotas p.precio{
	display:block;
	float:left;
	width:130px;
	color:#000000;
	font-size: 19px;
	text-align: right;
}
.mascotas p.precio span{
	font-size: 12px;
	display: block;
	font-weight: normal;
}

.gris{
	display:block;
	float:right;
	width:273px;
	background-image: url(../img/gris_ficha.jpg);
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 45px;
	height: 55px;
}
.gris p{
	display:block;
	float:left;
	width:115px;
	font-weight: bold;
	font-size: 17px;
	color:#646261;
}
.gris p.precio{
	display:block;
	float:left;
	width:130px;
	color:#000000;
	font-size: 19px;
	text-align: right;
}
.gris p.precio span{
	font-size: 12px;
	display: block;
	font-weight: normal;
}



/*--------*/
.registro_ficha p.novedad{
	display:block;
	float:left;
	width:100px;
	font-size:14px;
	color:#646261;
	font-weight: bold;
	background-image: url(../img/ico_novedad_ficha.gif);
	background-repeat: no-repeat;
	padding-left: 36px;
	padding-top: 10px;
	background-position: 0px 6px;
}
.registro_ficha h3.descripcion{
	display:block;
	width:215px;
	font-size:12px;
	color:#868484;
	padding-bottom: 3px;
	padding-top: 6px;
	font-weight: bold;
	border-bottom: 1px solid #868484;
	margin-bottom: 10px;
}
.registro_ficha div.txt_descripcion{
	display:block;
	float:left;
	width:220px;
	font-size:11px;
	color:#312D2B;
	padding-left: 36px;
	background-image: url(../img/ico_descripcion_ficha.gif);
	background-repeat: no-repeat;
}

.registro_ficha p.complementos{
	display:block;
	float:left;
	width:420px;
	font-size:12px;
	color:#868484;
	padding-bottom: 10px;
	background-image: url(../img/ico_complementos_ficha.gif);
	background-repeat: no-repeat;
	padding-left: 36px;
	padding-top: 41px;
	font-weight: bold;
	background-position: 0px 38px;
}
.registro_ficha ul.txt_complementos{
	display:block;
	float:left;
	width:420px;
	font-size:14px;
	color:#312D2B;
	padding-bottom: 20px;
	padding-left: 36px;
	list-style:none;
}
.registro_ficha ul.txt_complementos li{
	display:block;
	float:left;
	width:180px;
	padding-left: 11px;
	background-image: url(../img/guion_complementos.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.registro_ficha ul.txt_complementos li a{
	font-size:9px;
	color: #A09F9E;
}


/*-----------------------------tallas botón comprar-----------------------------*/

.div_tallaje{
	display:block;
	float:right;
	width:172px;
	padding-right: 35px;
}
.div_tallaje p.tallas{
	display:block;
	float:left;
	width:170px;
	font-size:10px;
	color:#868484;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.div_tallaje p.tallas span{
	font-size:14px;
	color:#FF4700;
}
.div_tallaje .tallaje{
	display:block;
	float:left;
	width:164px;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 12px;
	background-image: url(../img/tallas_fondo_ficha_comprar.jpg);
	height: 65px;
}
.div_tallaje .tallaje p{
	display:block;
	float:left;
	width:120px;
	font-size:12px;
	font-weight: bold;
	padding-left: 5px;
}
.div_tallaje .tallaje p.stock_no{
	display:block;
	float:left;
	width:158px;
	font-size:9px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: center;
	color: #CC0000;
}
.div_tallaje .tallaje p.descripcion_talla{
	display:block;
	float:left;
	width:158px;
	font-size:9px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.div_tallaje .tallaje p.identificador_talla{
	display:block;
	float:left;
	width:30px;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-left: 0px;
	background-color: #636260;
	padding-top: 2px;
	padding-bottom: 2px;
}
.div_tallaje .tallaje a{
	font-size:10px;
	display: block;
	float: left;
	color: #FFFFFF;
	width: 62px;
	font-weight: bold;
	background-image: url(../img/boton_comprar_talla.jpg);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 2px 2px;
	padding-top: 5px;
	padding-bottom: 7px;
	text-decoration: none;
}

.div_tallaje .finalizado{
	background-image: url(../img/tallas_finalizado_ficha_comprar.jpg);
}
.div_tallaje a.esquema_tallas{
	display:block;
	float:left;
	width:172px;
	font-size:10px;
	color:#868484;
	padding-left: 0px;
	text-align: center;
}
.compratir_facebook{
	display:block;
	float:left;
	width:150px;
	background-image: url(../img/ico_facebook.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #003399;
	padding-left: 20px;
	padding-top: 1px;
	margin-top: 15px;
}

/*-----------------------------tallas botón comprar-----------------------------*/

.div_no_comprar{
	display:block;
	float:right;
	width:172px;
}
.div_no_comprar p.tallas{
	display:block;
	float:left;
	width:170px;
	font-size:10px;
	color:#868484;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.div_no_comprar p.tallas span{
	font-size:14px;
	color:#FF4700;
}
.div_no_comprar .tallaje{
	display:block;
	float:left;
	width:164px;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 12px;
	background-image: url(../img/tallas_finalizado_ficha_comprar.jpg);
	height: 65px;
}
.div_no_comprar .tallaje p{
	display:block;
	float:left;
	width:120px;
	font-size:12px;
	font-weight: bold;
	padding-left: 23px;
	background-image: url(../img/ico_admiracion.gif);
	background-repeat: no-repeat;
	color: #CC0000;
	background-position: 13px 2px;
	margin-top: 12px;
	text-align: center;
}
.div_no_comprar .tallaje p.stock_no{
	display:block;
	float:left;
	width:158px;
	font-size:9px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: center;
	color: #CC0000;
}
.div_no_comprar .tallaje p.descripcion_talla{
	display:block;
	float:left;
	width:158px;
	font-size:9px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.div_no_comprar .tallaje p.identificador_talla{
	display:block;
	float:left;
	width:30px;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-left: 0px;
	background-color: #636260;
	padding-top: 2px;
	padding-bottom: 2px;
}
.div_no_comprar .tallaje a{
	font-size:10px;
	display: block;
	float: left;
	color: #FFFFFF;
	width: 62px;
	font-weight: bold;
	background-image: url(../img/boton_comprar_talla.jpg);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 2px 2px;
	padding-top: 5px;
	padding-bottom: 7px;
	text-decoration: none;
}

.div_no_comprar .finalizado{
	background-image: url(../img/tallas_finalizado_ficha_comprar.jpg);
}
.div_no_comprar a.esquema_tallas{
	display:block;
	float:left;
	width:172px;
	font-size:10px;
	color:#868484;
	padding-left: 0px;
	text-align: center;
}

/*
.div_tallaje{
	display:block;
	float:left;
	width:850px;
}

.registro_ficha p.tallas{
	display:block;
	float:left;
	width:415px;
	font-size:12px;
	color:#868484;
	background-image: url(../img/ico_carrito_ficha.gif);
	background-repeat: no-repeat;
	background-position: 355px 0px;
	border-bottom: 1px solid #868484;
	font-weight: bold;
}
.registro_ficha .tallaje{
	display:block;
	float:left;
	width:403px;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 11px;
	padding-bottom: 12px;
	background-image: url(../img/tallas_fondo_ficha.jpg);
}
.registro_ficha .tallaje p{
	display:block;
	float:left;
	width:200px;
	font-size:12px;
	font-weight: bold;
	padding-left: 20px;
}
.registro_ficha .tallaje p span{
	font-size:9px;
	font-weight: normal;
}
.registro_ficha .tallaje p.identificador_talla{
	display:block;
	float:left;
	width:30px;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-left: 0px;
	background-color: #636260;
	padding-top: 2px;
	padding-bottom: 2px;
}
.registro_ficha .tallaje a{
	font-size:12px;
	display: block;
	float: right;
	color: #517D21;
	width: 65px;
	font-weight: bold;
}

.registro_ficha .finalizado{
	background-image: url(../img/tallas_finalizado_ficha.jpg);	
}
.registro_ficha p.referencia{
	display:block;
	float:left;
	width:305px;
	font-size:10px;
	color:#868484;
}
.registro_ficha a.esquema_tallas{
	display:block;
	float:left;
	width:112px;
	font-size:10px;
	color:#868484;
	padding-left: 0px;
}
*/
/*----------------------------------otros disfraces-------------------------------*/
.div_otros_disfraces{
	display:block;
	float:left;
	width:850px;
}
.div_otros_disfraces .te_aconsejamos{
	display:block;
	float:left;
	width:320px;
	height: 195px;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 25px;
	padding-right: 36px;
	background-position: 20px 0px;
}
.fondo_aconsejamos{
	background-image: url(../img/fondo_te_aconsejamos.gif);
}
.fondo_aconsejamos_segundo{
	background-image: url(../img/fondo_te_aconsejamos.gif);
	margin-left: 10px;
}
.div_otros_disfraces .te_aconsejamos img{
	display:block;
	float:right;
	border:0px;
}
.div_otros_disfraces .te_aconsejamos p.txt_consejo{
	display:block;
	float:left;
	width:210px;
	font-weight: bold;
	font-size: 14px;
	color: #F27516;
	padding-bottom: 17px;
}
.div_otros_disfraces .te_aconsejamos p.disfraz_consejo{
	display:block;
	float:left;
	width:210px;
	font-size: 12px;
	color: #868484;
	height: 90px;
}
.div_otros_disfraces .te_aconsejamos p.disfraz_consejo span{
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #868484;
	padding-top: 5px;
}
.div_otros_disfraces .te_aconsejamos a.ficha_consejo{
	display:block;
	float:left;
	width:185px;
	font-size:9px;
	color:#646261;
	font-weight: normal;
	background-image: url(../img/ico_ficha.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.div_otros_disfraces .te_aconsejamos a.link_imagen{
	display:block;
	float:right;
	width: 100px;
}


/*-------------------------------------contacto------------------------------------*/
p.recibir_infromacion{
	display:block;
	float:left;
	width:630px;
	background-image: url(../img/top_contacto_ficha.jpg);
	background-repeat: no-repeat;
	padding-top: 110px;
	padding-left: 200px;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 20px;
	background-position: 15px 40px;
}
#contacto_ficha{
	display:block;
	float:left;
	width:660px;
	background-image: url(../img/repetir_contacto_ficha.jpg);
	background-repeat: repeat-y;
	padding-left: 90px;
	padding-right: 70px;
	background-position: 15px 0px;
}
#contacto_ficha p.enviado{
	display:block;
	float:left;
	width:660px;
	text-align:center;
	padding-top:100px;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	padding-bottom:100px;
}
#contacto_ficha p{
	display:block;
	float:left;
	width:215px;
	font-size: 10px;
	padding-right: 45px;
	color: #3E3A38;
}
#contacto_ficha p span{
	font-size: 14px;
	font-weight:bold;
}
#contacto_ficha p.txt_largo{
	display:block;
	float:left;
	width:390px;
	padding-right: 0px;
	font-size: 11px;
	padding-bottom: 3px;
}
#contacto_ficha p.txt_medio{
	display:block;
	float:left;
	width:230px;
	font-size: 11px;
	padding-right: 0px;
}
#contacto_ficha p.txt_corto{
	display:block;
	float:left;
	width:160px;
	font-size: 11px;
	padding-right: 0px;
}
#contacto_ficha p.telefono_ficha{
	display:block;
	float:left;
	width:150px;
}
.input_largo{
	display:block;
	float:left;
	width:380px;
	font-size:11px;
	border:1px solid #000000;
	padding: 2px;
	margin-bottom: 20px;
}
.input_medio{
	display:block;
	float:left;
	width:205px;
	font-size:11px;
	border:1px solid #000000;
	padding: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.input_corto{
	display:block;
	float:left;
	width:150px;
	font-size:11px;
	border:1px solid #000000;
	padding: 2px;
}
.contacto_registro{
	display:block;
	float:right;
	width:400px;
	padding-bottom: 20px;
	padding-left: 230px;
}
.input_check{
	display:block;
	float:left;
	width:14px;
	height:14px;
}
#contacto_ficha label{
	font-size:11px;
	display: block;
	float: left;
	width: 375px;
	padding-left: 7px;
}
#contacto_ficha a.comprar2{
	display:block;
	float:right;
	width: 195px;
	background-image: url(../img/boton_tallas.jpg);
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 15px;
	font-size: 10px;
	padding-left: 38px;
}
#contacto_ficha a.comprar3{
	display:block;
	float:right;
	width: 165px;
	background-image: url(../img/boton_comprar2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 15px;
	font-size: 10px;
	padding-left: 38px;
}
#contacto_ficha a.enviar_contacto{
	display:block;
	float:right;
	width: 150px;
	background-image: url(../img/boton_solicitud.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 15px;
	font-size: 10px;
}
#pie_ficha{
	display:block;
	float:left;
	width:140px;
	background-image: url(../img/bottom_ficha.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-top: 23px;
	padding-left: 760px;
	padding-bottom: 50px;
}
a.nota_legal{
	display:block;
	float:left;
	width:60px;
	font-size: 9px;
	color: #3E3A38;
	text-decoration: none;
	text-align: center;
}
