@charset "utf-8";
/* CSS Document */
.banderin {
    width: 0px;
    height: 150px;
    border-left: 50px solid #0edaee;
    border-right: 50px solid #0edaee;
    border-bottom: 35px solid transparent;
	position: absolute;
    top: 0px;
    right: 10px;
	z-index: 400;
}
	.caja_banderin {
	width: 100px;
    height: 100px;
    position: absolute;
    top: -5px;
    left: -50px;
    
	}
 
	ul > li {
		width: 100px;
		left: auto;
		right: auto;
		list-style-type: none;
		position: absolute;
		top: 0;
		
		
		opacity: 0;
		
		text-align: center;
		transition: 1s opacity; 
	}

	.active {
		opacity: 1;
	}
  
	.datos_caja {
	font-family: sans-serif;
	font-size: 8px;
    color: #FFFFFF;
		
	}

	strong { 
    color: #fff;
    
		font-size: 30px;

font-weight: bold;
    /*line-height: 100px; */
	}