/* 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: 20px;
	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:490px;
	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:350px;
	text-align: center;
	padding-bottom: 25px;
}
.otras_imagenes{
	display:block;
	float:left;
	width:350px;
	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:490px;
	padding-bottom: 20px;
}
/*-------------------------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: 65px;
}
.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: 65px;
}
.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: 65px;
}
.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: 65px;
}
.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: 65px;
}
.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:120px;
	font-size:18px;
	color:#646261;
	font-weight: bold;
	background-image: url(../img/ico_novedad_ficha.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	background-position: 0px 6px;
	height: 30px;
}


.registro_ficha p.complementos{
	display:block;
	float:left;
	width:760px;
	font-size:12px;
	color:#868484;
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 40px;
	background-image: url(../img/separador_complementos.gif);
	background-repeat: no-repeat;
	background-position: 40px 22px;
}
.registro_ficha ul.txt_complementos{
	display:block;
	float:left;
	width:760px;
	font-size:14px;
	color:#312D2B;
	padding-bottom: 20px;
	list-style:none;
	padding-left: 40px;
}
.registro_ficha ul.txt_complementos li{
	display:block;
	float:left;
	width:240px;
	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-----------------------------*/


.titulo_talla {
	display: block;
	float: left;
	font-size: 12px;
	width: 472px;
	font-weight: bold;
	color: #868484;
	padding-bottom: 7px;
}
.cont_tallas {
	float: left;
	display: block;
	width: 472px;
	background-image: url(../img/tallas_top_tabla.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}
.cont_tallas .tallas {
	float: left;
	border-left: 1px solid #C9C8C8;
	border-right: 1px solid #C9C8C8;
	width: 450px;
	padding-left: 20px;
}
.cont_tallas .tallas label {
	float: left;
	display: block;
	font-size: 11px;
	color: #312D2B;
	font-weight: bold;
	width: 143px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.cont_tallas .tallas label span{
	font-size: 9px;
	color: #009933;
}
.cont_tallas .tallas label a{
	font-size: 10px;
	color: #009933;
}
.cont_tallas .tallas .no_disponible {
	color: #F00;
	text-align: center;
	display: block;
	width: 420px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cont_tallas img {
	float: left;
	display: block;
	margin-bottom: 7px;
}
.cont_tallas .esquema {
	float: left;
	display: block;
	font-size: 11px;
	color: #868484;
	width: 130px;
}
.cont_tallas .comprar {
	float: right;
	background-image: url(../img/bot_comprar_tallaje.jpg);
	width: 136px;
	color: #FFF;
	text-decoration: none;
	padding-left: 47px;
	padding-top: 8px;
	height: 27px;
}
.titulo_desc {
	float: left;
	display: block;
	width: 470px;
	font-size: 12px;
	font-weight: bold;
	color: #868484;
	padding-top: 20px;
	border-bottom: 1px solid #868484;
	margin-bottom: 10px;
}
.cont_descripcion {
	float: left;
	width: 470px;
	display: block;
	background-image: url(../img/fondo_descripcion.jpg);
	background-repeat: no-repeat;
	background-position: 0px 36px;
	margin-bottom: 20px;
}
.cont_descripcion .desc_botones{
	float: left;
	width: 470px;
	height: 47px;
}
.cont_descripcion .desc_botones a{
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -38px;
	height: 23px;
	padding-top: 16px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	margin-right: 5px;
}
.cont_descripcion .desc_botones .actual {
	background-position: 0px 0px;
	padding-top:10px;
	height: 28px;
	color: #312D2B;
}
.cont_descripcion .desc_botones .descripcion {
	background-image: url(../img/bot_descripcion.jpg);
	width: 92px;
}
.cont_descripcion .desc_botones .envio {
	background-image: url(../img/bot_envio.jpg);
	width: 62px;
}
.cont_descripcion .desc_botones .devoluciones {
	background-image: url(../img/bot_devoluciones.jpg);
	width: 102px;
}
.cont_descripcion .desc_botones .mas_info {
	background-image: url(../img/bot_masinfo.jpg);
	width: 164px;
}
.cont_descripcion img {
	float: left;
	display: block;
}
.cont_descripcion .div_txt_desc {
	float: left;
	border-left: 1px solid #C9C8C8;
	border-right: 1px solid #C9C8C8;
	width: 468px;
	background-image: url(../img/imagen_alto.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-bottom: 5px;
}
.cont_descripcion .div_txt_desc h3{
	float:inherit;
}
.cont_descripcion .div_txt_desc ul{
	padding-left:40px;
}
.cargando_contenido_ficha{
	text-align:center;
	display:block;
	float:left;
	width:468px;
	padding-top:80px;
	height:156px;
}
.cargando_contenido_ficha img{
	display:inline;
	float:none;
}
.cont_descripcion .div_txt_desc p.texto_seccion {
	float: left;
	display: block;
	padding-top: 13px;
	padding-left: 30px;
	width: 408px;
	color: #3E3A38;
}
.cont_descripcion .div_txt_desc a{
	color: #3E3A38;
}

.cont_descripcion .div_txt_desc .textos_disfraz{
	float: left;
	display: block;
	padding-top: 13px;
	padding-left: 30px;
	width: 408px;
	color: #3E3A38;
}
.cont_descripcion .div_txt_desc .textos_disfraz *{
	color: #3E3A38;
}














.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;
}

/*----------------------------------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;
}

