/* revista */
#revistas,
#revista-detalle {
  margin-top: -45px;
}

.revista-bloque {
  position: relative;
  width: 805px;
  height: 247px;
  margin-bottom: 20px;
  clear: both;
  background-color: #3c3c3e;
  overflow: hidden;
}

.revista-info {
  margin: 30px 0 15px 0;
}

.revista-toc {
  line-height: 13px;
  position: absolute;
  top: 0;
  left: 200px;
  width: 300px;
  padding: 10px 13px;
  height: 222px;
}

.revista-toc .contributors{
  xmargin-top: 10px;
  position: absolute;
  bottom: 0;
}

.revista-miniaturas {
  position: absolute;
  top: 0;
  left: 536px;
  width: 275px;
}

.revista-miniaturas li {
  float: left;
}

.revista-miniaturas li a {
  display: block;
  width: 80px;
  height: 80px;
  width: 87px;
  height: 80px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.thumbnail-image img {
  opacity: 0.3;
}

.thumbnail-link {
  color: #bababa !important;
}

.thumbnail-link .articulo-titulo {
  color: #fff;
}

.revista-bloque .separador {
  font-size: 8px;
}

.articulo-comprar .separador {
  color: #fff;
}

.thumbnail-link:hover {
  color: #bababa;
}

.thumbnail-link:hover .articulo-titulo {
  color: #e00022;
}

#articulo-detalle {
  clear: both;
  width: 830px;
  margin-left: -10px;
}


.articulo-bloque {
  width: 415px;
  float: left;
  height: 250px;
  padding-top: 10px;
}

.articulo-bloque-texto {
  color: #fff;
  width: 405px;
  padding-left: 10px;
}

.articulo-bloque-ancho {
  width: 800px;
	height: auto;
}

.articulo-bloque-imagen {
  background: url('../../img/revista-sombra-pagina.png') no-repeat right 0;
  position: relative;
}

.articulo-bloque-imagen-doble {
  background: url('../../img/revista-sombra-doble-pagina.png') no-repeat;
  position: relative;
}

.articulo-bloque-imagen-doble img {
  position: absolute;
  top: 6px;
  left: 10px;
}

.articulo-bloque-imagen img {
  position: absolute;
  top: 6px;
  left: 206px;
}

.articulo-bloque-imagen.articulo-bloque-imagen-izquierda {
	background-position: left 0;
}

.articulo-bloque-imagen.articulo-bloque-imagen-izquierda img {
	left: 10px;
}

h2.articulo {
  font-size: 13px;
  font-weight: normal;
}

#video-player {
  padding: 10px 0;
}

.articulo-comprar {
  padding-top: 10px;
  color: #e00022;
}



