@charset "UTF-8";
section .atributos {
  margin-top: 0px;
}
img {
    max-width: 100%;
}
.cs_img p{
 margin:0;
}
.cs_img_caption{
 color: #666666;
 font-size: 12px;
 margin-bottom: 0;
 padding: 10px;
 text-align: center;
 background: #e7e7e7;
}
header.linea {
  background-color: #E7E7E7;
  margin-bottom: 0px;
  height: auto;
}
header.linea h1 {
  padding-top: 8px;
}
header.linea ul.marcas {
  float:right;
  color: #777;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 0px;
  
}
@media (max-width:480px) {
  header.linea ul.marcas {
    clear:both;
    font-size:10px;
  }
}
  
header.linea ul.marcas li {
  float: left;
  list-style: none;
  padding-top: 5px;
  padding-right: 8px;
}
header.linea ul.marcas li.ma_int {
  width: 30px;
  height: 30px;
  display: block;
  padding-top: 0px;
  padding-right: 0px;
}
header.linea ul.marcas li .marcador {
  background-color: #f2f2f2;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 49;
}
@media (max-width:480px) {
  header.linea ul.marcas li .marcador {
  background-color: #e7e7e7;
  }
}
header.linea ul.marcas li .marcador .flecha a {
  border-left: 30px solid #d4d4d4;
  border-top: 30px solid transparent;
  display: block;
  height: 0;
  position: relative;
  top: 0;
  width: 0;
}

header.linea ul.marcas li.ma_lec .rect, .rect{
  width:21px;
  height: 21px;
  margin-left:10px;
  display: block;
  background-color: #FF8000;
  z-index: 0;
  position:relative;
  float:right;
  }
header.linea ul.marcas li.ma_lec .rect:hover, .rect:hover{
  background-color:#FF9326;
  cursor:pointer;
  }
header.linea ul.marcas li.ma_lec .rect .marcador, .rect .marcador {
  background-color: #e7e7e7;
  width:12px;
  height: 12px;
  display: block;
  z-index: 49;
  position: absolute;
  top: 0;
  right:0;
}
header.linea ul.marcas li.ma_lec .rect .marcador .flecha a, .rect .marcador .flecha a{
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
  right:0;
}
article.contenido .rect{
  width:100%;
  margin-left:0px;
  margin-bottom:10px;
  }
article.contenido .rect h5{
  color:#fff;
  font-size:11px;
  margin: 4px 0px 0px 10px;}
article.contenido .rect .marcador{
  background-color:#fff;
  }
article.contenido .rect .marcador .flecha a{
  border-left: 12px solid #e7e7e7;
  }


  header.linea ul.marcas li .fa.fa-asterisk{
  float:right;
   margin-left:10px;}
article.contenido .fa.fa-asterisk{
  position:absolute;
  right:10px;
  padding-top:4px;
}
@media (max-width:480px) {
  .fa.fa-asterisk{
  width:15px;
  height:15px;
  font-size:10px;
  
  }
  header.linea ul.marcas li .fa.fa-asterisk, article.contenido .fa.fa-asterisk{
   margin-left:2px;
   padding-top:3px;}
}
article.contenido {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  position:relative;
}
section .sumario{
  background-color: #e7e7e7;  
  padding: 10px;
  margin-bottom: 10px;
  color: #858585;
}
section .sumario p{
  line-height: 1.5em; 
  margin-bottom: 10px;
  font-size: 15px;
}
section time {
  float: none;
}
section h1 {
  font-size: 31px;
}
section h3 {
  background-color: #e7e7e7;
  line-height: 1.5em;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
section p.autor {
  float: none;
  clear: both;
}
section p {
  line-height: 1.8em;
}
section article figure {
  border-right-width: 0px;
  background-color: #E7E7E7;
  margin: 25px 0px;
}
section article figure p {
  text-align: center;
  padding: 15px 10px;
  color: #666666;
  font-size: 12px;
}
section.relacionados header {
  background-color: transparent;
  font-weight: normal;
  font-size: 13px;
  color: #777;
  height: auto;
  margin-bottom: 10px;
}
section.relacionados article {
  background-color: #E7E7E7;
  margin-bottom: 4px;
}
section.relacionados article figure {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width:480px) {
section.relacionados article figure {
  margin-bottom: 0px;
}
section.relacionados article h1 {
  margin-top: 10px;
}
}
section.relacionados article h1 {
  line-height: 0.5em;
}
section.relacionados article h1 a {
  font-size: 17px;
  color: #777;
}
section.relacionados article h1 a:hover {
  color: #000;
}
section.relacionados article p {
  line-height: 1.2em;
  color: #777;
  margin-bottom: 15px;
}


section.tags header, section.entrega header {
  margin-top: 32px;
    background-color: transparent;
    color: #777;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    margin-bottom: 10px;
}
section.entrega ul{
  background-color:#FFFFFF;
  padding:0px 0px 0px 25px;
  margin:0px;
  list-style-position:inherit;
  }
section.entrega ul li{
  color:red;
  padding:5px 10px 10px 10px;
  border-bottom:2px solid #F2F2F2;
  }
section.entrega ul li p{
  line-height:1.4em;
  color:#777777;
  }
section.entrega ul li h1{
  font-size:17px;
  line-height:1.2em;
  }
section.entrega ul li h1 a{
  color:#777777;
  }
section.entrega ul li h1 a:hover{
  color:#000;
  }
section.tags p{
  padding:10px 25px;
  background-color:#e7e7e7;
  text-align:center;}
  
  .image-slideshow, .blueimp-gallery{
  width:auto;
  position: relative;
  clear:both;
  margin-left: -20px;
  margin-right: -20px;
}

.blue_box.blue_box_posts .tabs_menu li.current a:after {
  display: block;
  width: 23px;
  height: 10px;
  content: " ";
  background-image: url(../img/current_tab.png);
  margin: 0 auto;
}

#blueimp_fullscreen{
  position:fixed;
}
.image-slideshow .fullscreenButton {
  display: block;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-image: url(../img/open-slideshow.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  cursor: pointer;
}

.image-slideshow .fullscreenButton:hover {
  background-color: rgba(255, 255, 255, .4);
}

.blueimp-gallery > .prev {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 27px;
  height: 42px;
  text-indent: 9999px;
  background-image: url(../img/slide_prev.png);
}

.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 27px;
  height: 42px;
  text-indent: 9999px;
  background-image: url(../img/slide_next.png);
}

.pag
{
  background-color:#f9f9f9;
  font-size:10px;
  padding-top:8px;
  position:relative;
  text-align:right;
  width:100%;
  height:30px;
}

.pag li
{
  display:inline;
  padding:5px;
  border:thin solid #ccc;
}

.pag a,.pag a:link
{
  color:#000;
  font-family:Arial;
  text-decoration:none;
}

.pag a:hover
{
  color:#000;
  font-family:Arial;
  font-weight:700;
  text-decoration:underline;
}