
<!--
/* d12s i10s n1   */
html, body, .fullheight,#cuerpo {
    min-height: 94% !important;
    height: 94%;
}
.fullheight {

}

#contenedor_slide{
	width:100%;
	height:94%;
	position:relative;
	top:0;
	border:0px solid yellow;
	overflow:hidden;
}

.cb-slideshow
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow{
	overflow:hidden;
}
.cb-slideshow li > span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
	
    opacity: 1;
	
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 12s linear infinite 0s;
    -moz-animation: imageAnimation 12s linear infinite 0s;
    -o-animation: imageAnimation 12s linear infinite 0s;
    -ms-animation: imageAnimation 12s linear infinite 0s;
    animation: imageAnimation 12s linear infinite 0s;
	
	display:block;
}
.caja_caption{border:0px solid red; pointer-events: none; display: none;}
.caja_caption a:hover{text-decoration:none;}
.cb-slideshow li div.caja_caption {
    /*z-index: 1000;*/
	text-align: left;
    position: absolute;
	display:table;
	padding:0;
    /*bottom: 30px;
    left: 0px;
    width: 100%;*/
    text-align: center;
	
    opacity: 0;
    -webkit-animation: titleAnimation 12s linear infinite 0s;
    -moz-animation: titleAnimation 12s linear infinite 0s;
    -o-animation: titleAnimation 12s linear infinite 0s;
    -ms-animation: titleAnimation 12s linear infinite 0s;
    animation: titleAnimation 12s linear infinite 0s;
	
}
.cb-slideshow li div.caja_caption{
	   /* font-size: 60px; */
}
.cb-slideshow li{
text-align:center;
}
.cb-slideshow li div.caja_caption .caja_textp div.caja_centrada{
	margin:0 auto;width: auto; 
	max-width: 750px; padding: 15px; 
	background: rgba(255,255,255,.8); border: 1px solid rgba(20,20,20,.1); color: black;
}
.cb-slideshow li div.caja_caption .caja_textp {
    /*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/

    padding: 0 30px;
    line-height: inherit;
	display:table-cell;
	word-wrap: normal;
	position:relative;
	text-align:left;
	/*background:lime;*/
	vertical-align:middle;
	height:100%;
	margin:0;
    color: rgba(255,255,255, 0.8);/* color: rgba(169,3,41, 0.8);*/
}

.cb-slideshow li:nth-child(1) > span {  }


@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0.0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	
		25% { opacity: 1.0 }
		100% { opacity: 1.0 }
		
}
@-moz-keyframes imageAnimation { 

	0% {
	    opacity: 0.0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	
		25% { opacity: 1.0 }
		100% { opacity: 1.0 }
		
	
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0.0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	
		25% { opacity: 1.0 }
		100% { opacity: 1.0 }
		
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0.0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	
		25% { opacity: 1.0 }
		100% { opacity: 1.0 }
		
}
@keyframes imageAnimation { 
	0% {pointer-events: auto;
	    opacity: 0.0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}

	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	
		25% { opacity: 1.0 }
		100% { opacity: 1.0 }
	
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;

	}
	8% {
	    opacity: 1;

	}
	17% {
	    opacity: 1;

	}
	19% {
	    opacity: 0;

	}
	50% {
		pointer-events: none;display: none;
	}		
	/*25% { opacity: 0 }
	100% { opacity: 0 }*/
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;

	}
	8% {
	    opacity: 1;

	}
	17% {
	    opacity: 1;

	}
	19% {
	    opacity: 0;

	}
	50% {
		pointer-events: none;display: none;
	}		
	/*25% { opacity: 0 }
	100% { opacity: 0 }*/
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;

	}
	8% {
	    opacity: 1;

	}
	17% {
	    opacity: 1;

	}
	19% {
	    opacity: 0;

	}
	/*25% { opacity: 0 }
	50% {
		pointer-events: none;display: none;
	}		
	100% { opacity: 0 }*/
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;

	}
	8% {
	    opacity: 1;

	}
	17% {
	    opacity: 1;

	}
	19% {
		 opacity: 0;
	}
	50% {
		pointer-events: none;display: none;
	}		
	/*25% { opacity: 0 }
	100% { opacity: 0 }*/
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;pointer-events: auto; display: block;
	}
	8% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	}
	24% {
	    opacity: 0;
	}
	50% {
		pointer-events: none;display: none;
	}	
	/*24% { opacity: 0 }
	100% { opacity: 0;  }*/
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	/*.cb-slideshow li div.caja_caption { font-size: 40px }*/
}
@media screen and (max-width: 800px) { 
	.cb-slideshow li div.caja_caption .caja_textp div.caja_centrada{
		max-width:100%; 
	}
	/*.cb-slideshow li div.caja_caption { font-size: 30px }*/
}

-->