﻿.contenedor_principal { border-left: 0; border-right: 0;}
.list .cab-foto .header h1 { width:auto; }
#fotografia .comentarios { color:#55b6b5; background: url("/elviajero/iconos/v1.x/v1.0/ico-comentarios.gif") no-repeat left center;}

p.figcaption a { color: #55b6b5 !important; }
p.figcaption a:hover { color: #333333 !important; }
.subtitulo ul li a { border-bottom: 1px dotted #55b6b5; }
.article .firma_comentarios a.comentarios { color: #55b6b5; }
.article .firma_comentarios a.comentarios:hover { color: #333333; }

/* Ajuste para evitar salto en Firefox */
.contenedor_principal > .envoltorio_publi{border-bottom:1px solid #fff;}

/* version 1.2 */
#fotografia .pasa-hor .comentarios{margin-top:9px;}
.cabecera_seccion,
#fotografia .bloque_comentarios {border-top-color: #55b6b5;}
.cabecera_seccion h6,
.cabecera_seccion h6 a ,
#fotografia .barra_noticia .enlace_noticia a p {color: #55b6b5;}
.btn-pag li a { 
    display: block;
    text-indent: -9000px;
    overflow: hidden;
    width: 25px;
    height: 42px;
    padding: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
	background-color:transparent;
    background-repeat: no-repeat;
	background-image:  url(/elviajero/iconos/v1.x/v1.0/album/pasa-pasa-auto.png);
}
.btn-pag li.btn-ant a {
    background-position: 8px center;
}
.btn-pag li.btn-sig a {
    background-position: -76px center;
}
.btn-pag .btn-auto {
    width: 42px;
    position: relative;
    background-image: url(/elviajero/iconos/v1.x/v1.0/album/pasa-pasa-auto.png);
    background-position: -26px center;
    background-repeat: no-repeat;
}
.btn-pag .btn-play {
    background-position: -106px center;
}
.btn-pag .btn-repetir {
    background-position: -146px center;
}

.btn-pag .btn-auto a {
    background-image: none;
    width: 38px;
    height: 38px;
    border: 2px solid #dbdbdb;

}
.btn-pag .btn-cargando a {
    border-top: 2px solid rgba(132, 132, 132, 0.7);
    border-right: 2px solid #dbdbdb;
    border-bottom: 2px solid rgba(132, 132, 132, 0.7);
    border-left: 2px solid rgba(132, 132, 132, 0.7);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: btn-cargando 10s infinite linear;
    animation: btn-cargando 10s infinite linear;
    background: none;
}
.touch .list .cab-foto .footer p{margin-top:0;}
.touch .btn-pag li.btn-sig a{background-position:-67px center;}

.pasa-hor .cab-foto .footer p {
    max-width: 750px;
    padding: 12px 0;
	margin-top:0;
}
.list .cab-foto .cont-paginacion > p {
    padding: 15px 9px 12px;
}
#fotografia .list .cab-foto .color p a,
#fotografia .list .color .firma .autor a,
#fotografia .color .comentarios {color: #55b6b5;}
#fotografia .list .cab-foto .footer p a.actualizado:hover { color: #333;}
#fotografia .barra_noticia .enlace_noticia a p {color: #000;}
#fotografia .color .comentarios { border-left: 1px solid #ddd!important; border-right: 1px solid #ddd!important; background-position: 9px 7px;}

@-webkit-keyframes btn-cargando {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes btn-cargando {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}