/* General */
div#CuerpoFicha div.Ficha
{
  overflow:hidden;
  text-align:left;
  margin-left: 5px;
  width:441px;
}
.Bloque 
{
  display:block;
  margin:0px;
  padding:0px;
}
.brk 
{
  margin:0px;
  padding:0px;
  height:5px;
  width:165px;
  background-color:transparent;
  clear:both;
}

/* barritas verticales separadoras */
div#CuerpoFicha img.separador 
{ 
  margin:0px 5px; 
  position:relative;
  top:3px;
}

/*** BODEGON **/
#CuerpoFicha div.Ficha #bodegonColeccion
{
  margin-bottom:15px;
  display:block;
}


/* FichaMenu: menus , logo  */
/* el logo */
#CuerpoFicha div#FichaMenu #logoColeccion 
{
  margin-bottom:10px;
  display:block;
}

/*
*** RECURSOS DE LA FICHA: RECOMENDAR, NUMERO 0, ****
*** NUMEROS ATRASADOS, SUSCRIPCION              ****
*/

/* todos los enlaces son en bold y rojo */

#CuerpoFicha a.recurso
{
  font-weight:bold;
  font-size: 10px;
  color:#AD7703;
}

#CuerpoFicha #FichaMenu a 
{
  display:block;
  padding:2px 10px;
  background-color:white;
  border-bottom: 1px solid #AD7703;
  margin-bottom: 2px;
}
/* el link de suscripcion es distinto: fondo rojo y flecha blanca */
#CuerpoFicha #FichaMenu a.linkSuscripcion
{

}
#CuerpoFicha #FichaMenu a.linkSuscripcion img
{ 
  margin-left:-10px;
}
 
/* BOX DRAGABLE DEL RECOMENDAR AMIGO */
#CuerpoFicha #boxEnviarAmigo
{
  border:1px solid #7F9DB9;
  position:absolute;
  width:250px;
  z-index:1001;
  background-color:#FFFFFF;
  cursor:pointer;
  left:200px;
}
/* ENLACES SOCIALES */
#CuerpoFicha #FichaMenu #FichaEnlaces
{
}
#CuerpoFicha #FichaMenu #FichaEnlaces table
{
  border-collapse:separate;
  border-spacing:2px 0px;
  background-color:#FFFFFF;
  padding:0px 0px 0px 0px;
  margin-left:8px;
}
#CuerpoFicha #FichaMenu #FichaEnlaces span
{
  margin-left:10px;
}
#CuerpoFicha #FichaMenu #FichaEnlaces th
{
  width:16px;
  height:0px;
}
#CuerpoFicha #FichaMenu #FichaEnlaces td
{
  width:16px;
  height:16px;
  text-align:left;
}
#CuerpoFicha #FichaMenu #FichaEnlaces a
{
  margin-bottom:0px;
  padding:0px 0px 0px 0px;
  border-bottom: none;
}
#CuerpoFicha #FichaMenu #FichaEnlaces a:hover
{
  opacity: 0.8;
}
#CuerpoFicha #FichaMenu #FichaEnlaces #lnbrk
{
  width:165px;
  margin-top:5px;
  border-bottom:1px solid #AD7703;
}
#boxEnviarAmigo p
{
  margin:10px;
}
#boxEnviarAmigo input#cerrar
{
  background-image:url('/images/www/cerrar.gif');
  background-position:0px 1px;
  height:17px;
  width:110px;
  border-style:none;
}

/* menu extra: tecnico online, piezas perdidas, faqs */
#CuerpoFicha #FichaMenu a.extra 
{
  color:#696969;
  margin-left:3px;
  background-color:transparent;
  background-position:0px 2px;
  padding:3px 5px 3px 20px;
}
#CuerpoFicha #FichaMenu a.extra:hover 
{ 
  color:#AD7703; 
}

#CuerpoFicha div.FichaTxtDesc 
{
  float:left;
  width:245px;
  margin:0px;
  padding:0px;
}

#CuerpoFicha div.FichaTxtDesc .titulo {
font-weight:bold;
color:#AD7703;
margin:0px 0px 10px 0px;
font-size: 11px;
}

#CuerpoFicha p#num_entregas {
  margin:5px 10px 10px 10px;
}

/* COSAS A LA IZQUIERDA: (MENU DE LINKS, IMAGENES EXTRA)*/
#CuerpoFicha div.FichaColIzda {
  float:left;
  width=163px;
  margin:0px 15px 0px 0px;
}

#CuerpoFicha div.empty 
{
  height:5px;
  width:163px;
  background-color:transparent;
}

/* Solo Entregas */

div.LinksEntrega {
  margin:5px 0px 0px 5px;
  float:left;
}
html>body div.LinksEntrega { margin:5px 0px 0px 10px; }

div.LinksEntrega a {
  font-size:9px;
  color:#AD7703;
  text-decoration:none;
  background-repeat:no-repeat;
  padding:0px 0px 0px 10px;
  margin:0px 5px 0px 0px;
}

a.LinkAdquirirNumero {
  background-image:url('/images/www/flecharoja.gif');
  background-position:0px 2px;
}

a.LinkMasInfo {
  background-image:url('/images/www/masinfo.gif');
  background-position:0px 0px;
}

a.LinkTrailer {
  background-image:url('/images/www/trailer.gif');
  background-position:0px 0px;
  padding-left:25px;
}

/* Recursos */

div#Recursos a {
  display:block;
  padding:2px 0px 2px 0px;
  margin:3px 5px;
  background-color:#AD7703;
  color:white;

  font-size:10px;
  font-weight:bold;
}
#CuerpoFicha div.Ficha a.recursos{ 
  background-color:#EB9900;
  color:white;
  line-height: 16px;
  font-size:10px;
  font-weight:bold;
  padding:4px 4px 4px 2px;
}


/***** ESTILOS PARA LAS ENTREGAS ***
************************************/

#entregas
{
  /**-/position:relative;/**/
  font-size:10px; 
  padding-bottom:15px;
  padding-top:15px;
  width:441px;
}

#marcoEntregas #fecha
{
  /*
  float:right;
  width:100%;
  */
  text-align:right;
  color:#AD7703;
  padding-top:3px;
  padding-bottom:3px;
  border-bottom:1px dashed #C0C0C0; 
}

/** LAS PESTANYAS 'Ver entregas','La coleccion', 
*                 'Lista de entregas','Detalles tecnicos'
*/
#entregas #pest
{
  position:relative;
  top:1px;
  z-index:9;
}

#entregas #pest:after
{
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
#entregas #pest { display:inline-block; }
* html #entregas #pest { height:1%; }
#entregas #pest { display:block; }


#entregas #pest a
{ 
  float:left;
  font-weight:bold;
  height:18px;
  padding-top:7px;
  margin:1px 1px 0px 0px;
  text-align:center;
  background-repeat:no-repeat;
  color:white;
}
#entregas #pest #a_marco_entregas
{ 
  width:96px;
  background-image:url('/images/www/pest_inactiva1.gif');
}
#entregas #pest #a_marco_entregas.activa
{
  background-image:url('/images/www/pest_activa1.gif');
  color:#AD7703;
}
#entregas #pest #a_marco_fasciculos
{
  width:86px; 
  background-image:url('/images/www/pest_inactiva2.gif');
}
#entregas #pest #a_marco_fasciculos.activa{ 
  width:86px; 
  background-image:url('/images/www/pest_activa2.gif');
  color:#AD7703;
}
#entregas #pest #a_marco_componentes{ 
  width:119px;   
  background-image:url('/images/www/pest_inactiva3.gif');
}
#entregas #pest #a_marco_componentes.activa{ 
  width:119px;   
  background-image:url('/images/www/pest_activa3.gif');
  color:#AD7703;
}
#entregas #pest #a_marco_detalles{ 
  width:119px;   
  background-image:url('/images/www/pest_inactiva4.gif');
}
#entregas #pest #a_marco_detalles.activa{ 
  width:119px;   
  background-image:url('/images/www/pest_activa4.gif');
  color:#AD7703;
}
/*para suplir el alto de las pestanyas floteadas*/
#entregas #altopest
{ 
  height:20px;
  background:red;
  overflow:hidden;
}

#marcoEntregas .dl_w_image {
  margin-top:10px;
  +margin-top:0px;
}

#marcoEntregas ul.dl_w_name {
  list-style:none;
  margin:0;
  padding:0;
}

#marcoEntregas ul.dl_w_name li {
  background:transparent url(/images/www/bullet_arrow.gif) no-repeat 5px center;
  padding-left:14px;
  font-weight:bold;
}

#marcoEntregas .bloque-entrega {
  padding:10px 0 0;
  overflow:hidden;
}

#marcoEntregas .bloque-entrega table td {
  vertical-align:top;
}

#marcoEntregas .bloque-entrega table td.desc {
  padding:0 10px;
}

#marcoEntregas .bloque-entrega .dl_title {
  display:block;
  border-bottom:1px dotted #c0c0c0;
  padding-bottom:3px;
  margin-bottom:0.5em;
}

/** PAGINACION **/

/* BLOQUE SUPERIOR ENTREGAS CON PAGINACION Y SELECT*/
#marcoEntregas .barra_sup
{
  text-align:center; 
  width:100%;
  height:27px;
  background-image:url('/images/www/fondo_flechas_top.gif');
  background-repeat:repeat-x;
  position:relative;
}

/* BLOQUE INFERIOR ENTREGAS CON PAGINACION Y SELECT*/

#marcoEntregas .barra_inf 
{
  text-align: center;
  background:#F1F0ED;
  width:100%;
  height:22px;
  padding-top:4px;
  vertical-align:center;
  position:relative;
  border-top:1px solid #C0C0C0;
  margin-top:-1px;
}

/* LINK PAGINA ANTERIOR */
#marcoEntregas  a.prevPageLink
{ 
  position:absolute;
  bottom:8px;
  left:10px;
}
/* LINK PAGINA SIGUIENTE */
#marcoEntregas  a.nextPageLink
{ 
  position:absolute;
  right:10px;
  bottom:8px;
}
/* INDICADOR DE AJAX, PEGADO AL SELECT DE PAGINAS */
#marcoEntregas .barra_sup img.indicador
{
  position:relative;
  top:8px;
  *top:6px;
}
#marcoEntregas .barra_inf img.indicador
{ 
  position:relative;
  top:2px;
  *top:0px;
}

/*SELECT PARA SELECCIONAR PAGINAS */
#marcoEntregas .paginationSelect 
{ 
  position:relative;
  top:0px;
  *top:-2px;
}
#marcoEntregas .barra_sup .paginationSelect 
{ 
  top:4px;
  *top:2px;
}


/* CONTENEDOR ENTREGAS/FASCICULOS/COMPONENTES/DETALLES*/
#marco,
#marcoEntregas 
{ 
  font-size:10px;
  height:100%;
  width:440px;
  border:1px solid #c0c0c0;
}

/* BLOQUES DE ENTREGAS*/
#marcoEntregas .bloque 
{
  width:441px;
  padding-top:0px;
  clear:both;
  min-height:136px; /* no vale para explorer :( */
}

/* EL TEXTO DE LA ENTREGA*/
#marcoEntregas .bloque div 
{
  padding-top:10px;
  min-width:130px;
  margin-right:5px;
  float:right;
  text-align:left;
}
/* EL GADGET PARA LA ENTREGA*/
#marcoEntregas .bloque img.gadget
{
  padding-top:10px;
  float:left;
}
/* LA CAPA CON LA LUPA DEL ZOOM */
/* EL LINK DE 'COMPRAR' */
#marcoEntregas div.zoom {
  height:1px;
  overflow:visible;
  position:relative;
  top:-30px;
  text-align:right;
}

#marcoEntregas div.zoom input.button { 
  background: #CB260F url('/images/www/ccomprar2.gif') no-repeat 0% 50%;
  padding:2px 2px 2px 15px;
 }

#marcoEntregas div.zoom span {
  background:url('/images/www/lupa2.gif') no-repeat top left;
  padding-left:20px;
  cursor:pointer;
}

/*#marcoEntregas span.zoom {
  display:block;
  width:45px;
  height:15px;
  background:url('/images/www/lupa2.gif') no-repeat 30px;
  position:absolute;
  right:0;
  bottom:0px;
  cursor:pointer;
}

#marcoEntregas .bloque div.zoom
{
  position:absolute;
  padding:0px;
  background:url('/images/www/lupa2.gif') no-repeat 30px;
  z-index:999999;
  /**-/
  width:45px;
  /**-/
  cursor:pointer;
}*/
/* LA AMPLIACION DEL GADGET */
#marcoEntregas .bloque .xl,
#marcoEntregas .bloque-entrega .xl
{
  border:1px solid #AD7703;
  z-index:999999;
  padding:0px;
}
/* LA LINEA DIVISORIA */
#marcoEntregas div.filete
{ 
  height:10px; 
  border-bottom:1px solid #C0C0C0;
}

/* BLOQUES DE FASCICULOS */
.barra_sup_fasciculos
{ 
  height:0px;
}
.bloque_fasciculos
{ 
  width:441px;
  float:left;
}
/* TEXTO EXTRA PARA FASCICULOS*/
.bloque_fasciculos div
{ 
  padding-top:2px;
  float:left;
  width:252px;
  padding-left:8px;
  text-align:left;
  padding-bottom:5px;
}
/* GADGET PARA FASCICULOS */
.bloque_fasciculos img.gadget
{
  float:left;
  border-right: 1px dashed #c0c0c0;
}

/* BLOQUES DE DETALLES TECNICOS */
.bloque_detalles
{
  width:441px;
  float:left;
}
/* TEXTO EXTRA PARA DETALLES TECNICOS*/
.bloque_detalles div
{
  padding-top:10px;
  float:left;
  width:252px;
  padding-left:8px;
  text-align:left;
  padding-bottom:5px;
}
/* GADGET PARA DETALLES TECNICOS */
.bloque_detalles img.gadget
{
  float:left;
  border-right: 1px dashed #c0c0c0;
}

/* BLOQUES DE COMPONENTES */
.bloque_componentes
{ 
  width:430px; 
  text-align:left;
  padding:2px 0px 4px 10px;
}
.bloque_componentes .fecha
{
  float:right;
  position: relative;
  right: 5px;
  top: 3px;
}
/*La separacion de puntos, para las componentes y textos de fasciculo que no sean la primera*/
.dotted
{ 
 border-top:1px dashed #C0C0C0;
}
/* fondos blanco/gris */
#CuerpoFicha #entregas .gris
{ 
  background-color:#F1F0ED;
}
#CuerpoFicha #entregas .blanco
{
  background-color:FFF;
}

/**** ESTILOS ADICIONALES PARA EL SIFTER ****/
#CuerpoFicha.sifter
{ 
  border:1px solid #C0C0C0;
  background-color:blue;
}

/*LISTA DE DETALLES: ESTRUCTURA IMAGEN_IZQUIERDA Y TITULO, DESCRIPCION DERECHA*/
/*
Ejemplo:
<ul class="listadoDetalle">
  <li class="cabecera">TÍTULO DE LA COLECCION, POR EJEMPLO</li>
  ... repetición ...
  <li>
    <img src="fichero.ext" alt="alt" title="title" ... />
    <p class="rojo">Título o nombre en rojo</p>
    <div>... texto largo de descripcion ...</div>
  </li>
  ... fin repetición ...
</ul>
*/
ul.listadoDetalle
{
  list-style-type:none;
  padding:0;
  margin:0;
  border:1px solid #C0C0C0;
  background-color:white;
  font-size:10px;
}

ul.listadoDetalle li
{
  padding:1em 1em;
  border-top:1px dotted #C0C0C0;
}

ul.listadoDetalle li:after
{
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

ul.listadoDetalle li
{
  display:inline-block;
}

* html ul.listadoDetalle li
{
  height:1%;
}

ul.listadoDetalle li
{
  display:block;
}

ul.listadoDetalle li img
{
  float:left;
  width:135px;
}

ul.listadoDetalle li img.indicador
{
  width:16px;
  float: none;
}

ul.listadoDetalle li div, ul.listadoDetalle li p
{
  margin:.5em 0 .5em 150px;
}

ul.listadoDetalle li p.rojo
{
  font-weight:bold;
  margin-top:0;
  margin-bottom:1em;
}

ul.listadoDetalle li p.add
{
  text-align:right;
  padding:0;
  margin:0;
  clear:both;
}

ul.listadoDetalle li p.add span
{
  margin-right:10px;
}

ul.listadoDetalle li.cabecera
{
  padding:.5em 1em;
  border:0;
  background-color:#F1F0ED;
}

img#indicador-entregas-top
{
  position:absolute;
  top:5px;
  right:-22px;
  z-index:1000;
}

img#indicador-entregas-bottom
{
  position:absolute;
  bottom:5px;
  right:-22px;
  z-index:1000;
}

div.FichaTxtDesc p,
div#marcoEntregas p,
div#marco_entregas p
{
  margin-top: 0px;
}
div#marco_entregas img#bodegonFasciculos
{ 
  width:440px;
}

/***** ESTILO PARA LA CAJA DE MENU BLANCA SOMBREADA (EJ. ZONA TECNICA) *****/

div.cajaSombreada
{
  display:block;
  background-color:white;
}

div.cajaSombreada div.sombra
{
  width:99%;
  height:5px;
  background:url('/images/www/sombra_gris_abajo.gif') repeat-x 0px 0px !important;
}

div.cajaSombreada div.contenido
{
  position:relative;
  padding:8px;
  border:1px solid #c0c0c0;
}

div.cajaSombreada div.contenido img.indicador
{
  position:absolute;
  top:3px;
  right:8px;
}

div.cajaSombreada div.contenido:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
div.cajaSombreada div.contenido { display:inline-block; }
* html div.cajaSombreada div.contenido { height:1%; }
div.cajaSombreada div.contenido { display:block; }

div.cajaSombreada div.contenido p.titulo
{
  font-weight:bold;
  padding:0px 0px 3px 0px;
  margin:0 0 8px 0;
  background:url('/images/www/dashdothor2.gif') repeat-x bottom left;
}

div.cajaSombreada div.contenido ul.menu
{
  float:left;
  list-style-type:none;
  margin:0 4px;
  padding:0 0 0 8px;
  background:url('/images/www/dashdot2.gif') repeat-y top left;
}

div.cajaSombreada div.contenido ul.simple li
{
  background:url('/images/www/flechagris.gif') no-repeat center left;
  padding:1px 0px 1px 6px;
}

div.cajaSombreada div.contenido ul.acciones li a img
{
  margin-right:3px;
}

