@charset "UTF-8";
/* CSS Document */


/* ==========================================================================
Estilos Galería
========================================================================== */

.galeria {
	margin-top: 15px;
}

.celdas-galeria {
	float: left;
	width: 23%;
	overflow: hidden;
	margin: 1%;
	height: 100px;
}

.celdas-galeria div
{
	height:100%;
}

.MiniaturaImagen
{
	height:100%;
}

.ct-img-galeria {
	display: block;
}

.img-galeria {
	width: 100%;
	-webkit-transition: all .65s ease-out;
	-moz-transition: all .65s ease-out;
	-ms-transition: all .65s ease-out;
	transition: all .65s ease-out;
}

.celdas-galeria:hover .img-galeria {
	width: 120%;
	-webkit-transition: all .65s ease-out;
	-moz-transition: all .65s ease-out;
	-ms-transition: all .65s ease-out;
	transition: all .65s ease-out;
}

.paginacion-galeria {
	position: relative;
	margin:auto;
	bottom: -10px;
	clear: both;
	height: 50px;
	text-align: center;
	overflow: hidden;
	background: #FAFAFA;
	padding-top:12px;
	max-width:400px;
}

.paginacion-galeria a, .bt-pag {
	display: inline-block;
	height: 30px;
	min-width: 26px;
	line-height: 30px;
	text-align: center;
	font-family: 'latolight';
	font-size: 20px;
	color: #31312D;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.tit-galeria {
	font-family: 'latolight', sans-serif;
	font-size: 30px;
	border-bottom: solid 1px rgb(26, 64, 128);
	color: rgb(26, 64, 128);
	padding-bottom: 5px;
}

.ct-btn-nxt-prev
{
	position: absolute;
	left: 10px;
	top:10px;
}

.ct-btn-nxt-prev2
{
	position: absolute;
	right: 10px;
	top:10px;
}

.bt-pag {
	position: absolute;
	top: 0;
	width: 30px;
	border: solid 1px #D64B5B;
	overflow: hidden;
	background: #D64B5B;
}

.txt-btn-pag {
	color: white;
	font-family: 'latosemibold';
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
	font-size:14px;
}

.bt-pag:hover .txt-btn-pag{
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
	color: #white;
}

.bt-pag.next {
	right: 0;
}

.bt-pag.next2 {
	right: 40px;
}

.bt-pag.prev {
	left: 0;
}

.bt-pag.prev2 {
	left: 40px;
}

.paginacion-galeria a:hover, .paginacion-galeria .current {
	font-family: 'latosemibold';
}

.bt-pag:hover {
	background-color: #9F3440;
	border: solid 1px #D64B5B;
}

.PanelMuestraImagenGrande-act {
	visibility: visible !important;
}

#PanelMuestraImagenGrande {
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	vertical-align: middle;
	text-align: center;
	padding: 5%;
	z-index: 200;
	color: white;
	top: 0;
	left: 0;
	font-family: 'latoregular';
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#PieDeFotoGrande {
	width: 80%;
	font-family: 'latoregular';
	padding-top: 20px;
	display: block;
	color: white;
	margin: auto;
	font-size: 17px;
	font-weight: 600;
}

.fondo-suscrip {
	width: 100%;
	height: 100%;
	background: rgba(26, 64, 128, 0.75);
	position: fixed;
	top: 0;
	z-index: 99;
	visibility: hidden;
}

#ImagenAMostrarGrande {
	max-width:80%;
	height:auto;
	margin:auto;
}

#ExplicacionFotoGrande {
	text-align: left !important;
	font-size: 15px;
	width: 75%;
	display: block;
	margin: auto;
}

@media screen and (max-width:980px){

.celdas-galeria {
	width: 31.3%;
}

}

@media screen and (max-width:780px){

.celdas-galeria {
	width: 48%;
}

}

@media screen and (max-width:740px){

.celdas-galeria {
	width: 31.333333%;
}
	
}

@media screen and (max-width:550px){

.paginacion-galeria {
	height: 128px;
}

.ct-pag-galeria {
	margin-top: 64px;
}

}

@media screen and (max-width:470px){
	
.celdas-galeria {
	width: 48%;
}


}

/* ==========================================================================
Galeria Gr
========================================================================== */

.galeriaGr {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	-webkit-transform: translate3d(0, 0, 0);
	background-color: #f5f5f5;
	background-color: rgba(0,0,0,0.75);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s
}

.galeriaGr[aria-hidden="false"] {
	opacity: 1;
	filter: alpha(opacity=100)
}

.galeriaGr[aria-hidden="true"] {
	display: none
}

.galeriaGr[aria-hidden="true"] {
	z-index: -1
}

.galeriaGr-tabla {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%
}

.galeriaGr-celda {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 0px;
}

.galeriaGr-celda .rrss-not {
	position: relative;
	padding-top: 0px;
	border-top: 0;
	float: none;
	display: block;
}

.ct-rrss-galeriaGr {   
   position: absolute;
	width: 100%;
	height: 70px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	margin-top: 16px;
	z-index: 4;
	text-align: left;
	padding-top: 15px;
}

.ct-rrss-galeriaGr:hover .rrss-galeriaGr, .rrss-galeriaGr.act {
    top: 0px;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
}

.rrss-galeriaGr {
    position: relative;
    width: 100%;
    height: 100%;
    top: -40px;
    -webkit-transition: top 0.2s;   
    -moz-transition: top 0.2s;   
    -o-transition: top 0.2s;   
    transition: top 0.2s;
    padding-left: 35px;
    padding-right: 35px;
    margin: auto;
    max-width: 1045px;
}

.rrss-not
{
	margin-top:-5px;
}

span.txt-compartir-galeriaGr {
    margin-top: 10px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Source Sans Pro', sans-serif;   
    font-size: 16px;
}

.galeriaGr-content {
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 520px
}

.galeriaGr-close {
	padding: 8px;
	margin-right: -8px;
	margin-top: -8px
}

.galeriaGr-fotos .boton-carrusel.right {
	right: 0
}

.galeriaGr-fotos .boton-carrusel.left {
	left: 0
}

.galeriaGr-fotos .galeriaGr-cell {
	padding: 0
}

.galeriaGr-fotos .galeriaGr-close {
	color: #FFF;
	font-size: 1.2em;
	padding: 6px;
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 4;
	background: #4A4A4A;
	border-radius: 8px;
	cursor:pointer;
}

.diapo-media-subtit {
	overflow: hidden;
	padding-bottom: 0;
	z-index: 2
}
.diapo-subtit-contenedor {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-o-transition: top 0.2s;
	transition: top 0.2s
}

.diapo-subtit-ventana {
	overflow: hidden
}

.miniaturas-ventana {
	position: relative;
	overflow: hidden;
	height: 67px
}

.miniaturas-ventana img {
	height: 67px
}

.miniaturas-slide-contenedor {
	position: absolute;
	width: 4000px
}

.miniaturas-slide-panel {
	position: relative;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out
}
.miniaturas-slide-panel li {
	background: #000
}

.miniaturas-slide-panel li+li {
	margin-left: 10px
}

.diapo-images, .diapo-miniaturas {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.diapo-images {
	position: relative;
	height: 100%;
	display:block;
}

.diapo-images.loading-dark:after {
	background-color: rgba(255, 2, 2, 0);
	z-index: -1
}

.diapo-images.loading:before {
	z-index: 0
}

.diapo-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	z-index: 1
}

.diapo-images li.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.diapo-images .img-contain {
	background: transparent no-repeat center;
	position: absolute;
	top: 10%;
	bottom: 20%;
	right: 0%;
	left: 0%;
	cursor: pointer;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain}

.diapo-media-subtit:hover .diapo-subtit-contenedor.contenedor-pag-responsive.collapsed, .diapo-subtit-contenedor.contenedor-pag-responsive.collapsed.act {
	top: 0px;
}

.diapo-subtit-contenedor.contenedor-pag-responsive.collapsed {
    top: 80px;
}

*, *:before, *:after, hr, hr:before, hr:after, input[type="search"], input[type="search"]:before, input[type="search"]:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box}

.icon {
	font-style: normal;
	font-weight: normal;
	line-height: 1
;
	margin-left: 5px;
}

.icon-size-4 {
	font-size: 4.8em
}

.text-contrast {
	color: #fff
}

.text-center {
	text-align: center
}

.show {
	display: block !important
}

.media-photo {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	background-color: #cacccd
}
.media-photo-block {
	display: block
}

.media-subtit {
	padding: 25px 15px 15px;
	border-radius: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,0.8));
	background-image: linear-gradient(transparent, rgba(0,0,0,0.9));
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);";
	color: #fff;
	text-align: center
}

.row .info-diapo {
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.diapo-tit {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

.diapo-subtit {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.row .info-mostrar {
	text-align: right;
	font-family: 'Source Sans Pro', sans-serif;   
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.row {
	margin-left: -12.5px;
	margin-right: -12.5px
}

.row-space-2 {
	margin-bottom: 12.5px
}

.row-space-4 {
	margin-bottom: 25px
}

.row:before, .row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.info-diapo, .info-mostrar {
	position: relative;
	min-height: 1px;
	padding-left: 12.5px;
	padding-right: 12.5px
}

.pull-left {
	float: left !important;
}

.pull-left li
{
	display:inline-block;
}

.media-diapo {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.2s;   
	-moz-transition: opacity 0.2s;   
	-o-transition: opacity 0.2s;   
	transition: opacity 0.2s;
}

.media-diapo:hover {
	opacity: 1;
	filter: alpha(opacity=100)
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.page-contenedor:after, .contenedor-pag-responsive:after {
	clear: both
}

.page-contenedor:before, .contenedor-pag-responsive:before, .page-contenedor:after, .contenedor-pag-responsive:after {
	content: " ";
	display: table
}

.galeriaGr-fotos {
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s
}

.galeriaGr-fotos .media-photo {
	background-color: transparent
}

.galeriaGr-fotos .galeriaGr-content {
	background-color: transparent;
	height: 100%;
	max-width: 100%;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-o-transition: max-height 0.5s;
	transition: max-height 0.5s
}

.galeriaGr-fotos .boton-carrusel {
	background: none;
	border: 0;
	cursor: pointer;
	height: 100%;
	outline: none;
	position: absolute;
	top: 0;
	width: 75px;
	height: 100%;
	z-index: 3
}

.page-contenedor {
	width: 1045px
}
.contenedor-pag-responsive {
	width: auto
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
	visibility: hidden;
  }

  70% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  50% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	visibility: hidden;
  }

  70% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  50% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@media (max-width: 1099px) {
.galeriaGr-fotos .boton-carrusel {
	font-size: 0.5em;
	width: 40px
}
}

@media all and (min-width: 1380px) and (min-height: 840px) {
.diapo-subtit-contenedor {
	width: 1260px
}
}

@media all and (min-width: 1600px) and (min-height: 960px) {
.diapo-subtit-contenedor {
	width: 1440px
}
}

@media (min-width: 768px) {
.page-contenedor, .contenedor-pag-responsive {
	padding-left: 25px;
	padding-right: 25px
}
}

@media (min-width: 768px) {
.contenedor-pag-responsive {
	max-width: 1200px;}
}

@media (min-width: 1100px) {
.contenedor-pag-responsive {
	width: 1045px
}
}

@media (max-height: 640px) {
.row-space-4 {
	margin-bottom: 0px
}

.ct-rrss-galeriaGr {
	margin-top:10px;
}
}

@media (max-width: 760px) {
.rrss-galeriaGr {
	padding-left: 0px;
	padding-right: 0px;
	top: -49px;
}

span.txt-compartir-galeriaGr {
    padding-left: 15px;
}
}

@media (max-width: 471px) {
.rrss-galeriaGr {
    top: -76px;
}

.ct-rrss-galeriaGr {
  height: 50px;
}
}


/*
     FILE ARCHIVED ON 04:33:56 Mar 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:27:37 Oct 15, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.489
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.014
  esindex: 0.01
  cdx.remote: 5.043
  LoadShardBlock: 50.717 (3)
  PetaboxLoader3.datanode: 77.342 (5)
  load_resource: 126.687 (2)
  PetaboxLoader3.resolve: 88.96 (2)
*/