
.caja_SlideInfPag {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 29.92%;
	background-color: #14322c;
	width:100%;
}

.caja_1vertical {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 46.16%;
	width:100%;
}

.caja_2vertical {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 23.08%;
	width:100%;
}

.caja_3vertical {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 15.38%;
	width:100%;
}

.caja_4vertical {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 11.54%;
	width:100%;
}

.contenido_SlideInfPag, .contenido_CajaPost {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contenido_SlideInfPag {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.derizq_i {
  animation: slide-in 0.5s forwards ease-out;
  -webkit-animation: derizq-in 0.5s forwards ease-out;
}

.derizq_o {
  animation: slide-out 0.5s forwards ease-out;
  -webkit-animation: derizq-out 0.5s forwards ease-out;
}

.izqder_i {
  animation: slide-in 0.5s forwards ease-out;
  -webkit-animation: izqder-in 0.5s forwards ease-out;
}

.izqder_o {
  animation: slide-out 0.5s forwards ease-out;
  -webkit-animation: izqder-out 0.5s forwards ease-out;
}

@keyframes derizq-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
   }
}

@-webkit-keyframes derizq-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes derizq-out {
  0% {
    transform: translateX(0%);
  }
  100% {
   transform: translateX(-100%);
  }
}

@-webkit-keyframes derizq-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes izqder-in {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
   }
}

@-webkit-keyframes izqder-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes izqder-out {
  0% {
    transform: translateX(0%);
  }
  100% {
   transform: translateX(100%);
  }
}

@-webkit-keyframes izqder-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

.fade_in {
  animation: kfade-in 1s forwards;
  -webkit-animation: kfade-in 1s forwards;
}

.fade_out {
  animation: kfade-out 1s forwards;
  -webkit-animation: kfade-out 1s forwards;
}

@keyframes kfade-in {
	0% {
   	opacity: 0;
	}
	100% {
		opacity: 1;    
	}
}

@-webkit-keyframes kfade-in {
  0% {
		opacity: 0;    
  }
  100% {
		opacity: 1;    
  }
}

@keyframes kfade-out {
  0% {
		opacity: 1;    
  }
  100% {
		opacity: 0;    
  }
}

@-webkit-keyframes kfade-out {
  0% {
		opacity: 1;    
  }
  100% {
		opacity: 0;    
  }
}


.cajatitulo {
	color: #fff;
	font-size: 24px;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.cajabreve {
	color: #fff;
	font-size: 16px;
	padding: 20px;
	width:60%;
	background-color: rgba(0, 0, 0, 0.2);
}

.cajatituloPost {
	color: #fff;
	font-size: 16px;
}

.cajabrevePost {
	color: #fff;
	font-size: 12px;
	padding: 2px 4px 8px;
	width:90%;
	background-color: rgba(0, 0, 0, 0.2);
}

.cajatitulo2Cols {
	//color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align:center;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.cajabreve2Cols{
	//color: #fff;
	font-size: 16px;
	//padding: 10px;
	width:90%;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: left;
}

.aisl_datrans .cajatitulo2Cols {
	width: 80%;
}

.aisl_datrans .cajabreve2Cols {
	width: 80%;
}


.cajatitulo2ColsBg {
	color: #fff;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	text-align:right;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.cajabreve2ColsBg{
	color: #fff;
	font-size: 14px;
	padding: 10px;
	//width:90%;
	//background-color: rgba(0, 0, 0, 0.2);
	text-align: left;
}

.cajaTituloVentana {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	padding:20px;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.cajatituloInt {
	color: #fff;
	font-size: 16px;
}

.cajabreveInt {
	color: #fff;
	font-size: 12px;
	padding: 16px;
	width:90%;
	background-color: rgba(0, 0, 0, 0.2);
}

.cajaCategoria , .cajaCategoriaCarruselInt {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
	width: auto;
	background-color: rgba(104, 30, 52, 0.8);
}

.cajaCategoriaCarruselInt  {
	font-size: 12px;
}	

.cajatituloPost a, .cajabrevePost a, .cajatitulo2Cols a, .cajabreve2Cols a, .cajatitulo2ColsBg a, .cajabreve2ColsBg a, .cajaTituloVentana a {
	text-decoration: none;
}

.ImgFillOscura {
	width: 100%;
	height: 100%;
   overflow: hidden;
   background-size: cover;
   background-position: center;
	filter: brightness(50%);
}

.ImgFill {
	width: 100%;
	height: 100%;
   overflow: hidden;
   background-size: cover;
   background-position: center;
}

.ImgCapaOscura {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
    
.SlidesInfPag {
	//display:block;
}

.w3-display-left, .w3-display-right, .w3-left, .w3-right, .w3-badge {
	cursor:pointer;
}

.w3-badge {
	height:14px;
	width:14px;
	padding:0;
}

/*
.slides-indexdisplay {
	height:100%;
}
*/
/*
.caja_SlideInfPag .w3-display-left, .caja_SlideInfPag .w3-display-right {
	//font-size:33px;
}
*/

.flexbox_vertical {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
 }

.contenido_Caja {
	top: 0;
	left: 0;
	height: 100%;
}

.full100 {
	width:100%;
	height:100%
}

.blockquote.quotescollection-quote {
	margin: 1.5em 2em;
}

.citadato {
	padding: 1em 4em;
	font-size: 18px;

}

.citadatotexto {
	padding: 1em 1.5em;
	font-size: 18px;
}

.citadatotexto p , .citadato p {
	line-height: 1.4em;
}

.cajacontenidoCitadatotexto {
	//display: table-cell;
	//vertical-align: middle;
}

.cajacontenidoTexto2Cols{} 

.cajaCita {
}

.aisl-flecha {
	cursor:pointer;
	font-size: 30px;
	padding: 0em 1em;
}

.aisl-flechaint {
	cursor:pointer;
	font-size: 28px;
	font-weight: bold;
}


.w3-quarter .cajatituloPost {
	font-size: 13px;
	width:70%;
}

.w3-quarter .cajabrevePost {
	font-size: 10px;
}

.w3-third .cajaTituloVentana {
	font-size: 22px;
	width:90%;
	text-align: center;
}
.espaciocols
{
	padding:3px 3px;
}

.centrar-vertical {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} 
.aisl-indexdisplayint {
	line-height:110%;
}
/*

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

.caja_2vertical {
	overflow: visible;
}
	.cajaTituloPrincipalHmPg {
		font-size: 16px;
	} 
	.cajaCategoriaHmPg {
		font-size: 10px;
		padding: 1px;
		margin: 1px;
	}

	.cajabrevePost , .cajabreve {
		display:none;
	}
	.et_pb_button_wrapper {
		display:none;
	}
	.cajaCategoria {
	font-size: 9px;
	padding: 1px;
	margin: 1px;
}
	.cajatitulo a {
		font-size: 12px;
		line-height: 20%;
		padding: 0;
	}
	.cajaTituloVentana a , .w3-third .cajaTituloVentana a {
		font-size: 16px;
		padding:0;
		line-height: 50%;
	}
	.citadato {
		font-size: 12px;
		}
	.citadatotexto {
		font-size: 12px;
		}
	.cajabreve2Cols {
		display:none;
	}
	.cajatitulo2Cols {
		font-size: 16px;
	}
	.cajatitulo2ColsBg {
		font-size: 16px;
	}
	.cajabreve2ColsBg {
		font-size: 10px;
	}
	.cajacontenidoTexto2Cols{
		font-size: 10px;
	} 
	.scrcel .cajatituloPost {
		font-size: 12px;
		width: 80%;
	}
	.scrnormal {
		display:none;
	}
	.scrcel{
		display:block;
	}
	.caja_2vertical {
		padding-top: 25%;
	}
	.aisl-flecha {
		cursor:pointer;
		font-size: 13px; !important
		font-weight: bold;
	}

	.w3-badge {
		height:8px;
		width:8px;
	}
	
	.aisl-indexdisplayint {
		line-height:80%;
	}

}

*/

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

	.cajabrevePost , .cajabreve , .cajabreveInt {
		display:none;
	}
	.et_pb_button_wrapper {
		display:none;
	}
	.cajaCategoria {
		font-size: 11px;
		padding: 2px;
		margin: 3px;
	}
	.cajatitulo {
		font-size: 20px;
	}
	.cajaTituloVentana {
		font-size: 24px;
		line-height: 110%;
		padding: 1em
	}
	.cajaCategoria {
	font-size: 12px;
	padding: 3px;
	margin: 4px;
	}
	.w3-third .cajaTituloVentana {
		font-size: 17px;
		line-height: 110%;
		width: 95%;
		padding: .5em
	}
	.cajatituloPost {
		font-size: 14px;
		width: 80%;
	}	
	.w3-quarter .cajatituloPost {
		font-size: 14px;
		line-height: 110%;
	}
	.citadato {
		font-size: 16px;
		padding: .8em 1em;
	}
	.citadatotexto {
		font-size: 13px;
		padding: .8em 1em;
	}
	.citadatotexto p {
	line-height: 1.3em;
}

	.cajabreve2Cols {
		display:none;
	}
	.cajatitulo2Cols {
		font-size: 20px;
	}
	.cajatitulo2ColsBg {
		font-size: 20px;
	}
	.cajabreve2ColsBg {
		font-size: 14px;
	}
	.cajacontenidoTexto2Cols{
		font-size: 14px;
	} 

	.aisl-flecha {
		font-size: 20px;
	}
	.aisl-flechaint {
		font-size: 20px;
		padding: .5em 14px;	
	}
/*
	.w3-container .aisl-flechaint {
		padding .5em 14px; !important
	}
*/
	.w3-badge {
		height:12px;
		width:12px;
	}
	.aisl-indexdisplayint {
		line-height:1.2em;
	}

}

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

/*
.caja_2vertical {
	overflow: visible;
}
*/

	.cajabrevePost , .cajabreve {
		display:none;
	}
	.et_pb_button_wrapper {
		display:none;
	}
	.cajaCategoria {
	font-size: 10px;
	padding: 2px;
	margin: 3px;
	}
	.cajatitulo  {
		font-size: 16px;
		width:85%;
		line-height: 110%;
		text-align: center;
	}
	.cajatituloInt {
		font-size: 16px;
		width:85%;
		line-height: 110%;
		text-align: center;
	}
	.cajaTituloVentana {
		font-size: 16px;
		line-height: 110%;
	}
	.w3-third .cajaTituloVentana {
		font-size: 16px;
		width:85%;
		line-height: 110%;
		text-align: center;
}
	.cajatituloPost {
		font-size: 16px;
		width: 85%;
		line-height: 110%;
	}
	.w3-quarter .cajatituloPost {
		font-size: 16px;
		line-height: 110%;
	}

	.contenido_SlideInfPag .w3-display-middle {
		top:20%;
	}
	.citadato {
		font-size: 14px;
		padding: .5em .3em;
		}
	.citadatotexto {
		font-size: 14px;
		padding: .5em .3em;
		}
	.citadatotexto p , .citadato p {
	line-height: 1.3em;
	}
	.cajabreve2Cols {
		display:none;
	}
	.cajatitulo2Cols {
		font-size: 18px;
	}
	.cajatitulo2ColsBg {
		font-size: 18px;
	}
	.cajabreve2ColsBg {
		font-size: 12px;
	}
	.cajacontenidoTexto2Cols{
		font-size: 12px;
	} 
	.scrnormal {
		display:none;
	}
	.scrcel{
		display:block;
	}
	

	.caja_2vertical {
		padding-top: 35%;
	}
	.aisl-flecha {
		font-size: 16px;
	}
	.aisl-flechaint {
		font-size: 16px;
		padding: .5em 16px;	
	}
	.w3-badge {
		height:10px;
		width:10px;
	}
	.aisl-indexdisplayint {
		line-height:80%;
	}

}
