.act_content{
	overflow: auto;
	overflow-x:hidden;
}

.content-crossword{ margin-top: 10px !important;}
#across ,#down {
	background-repeat: no-repeat;
	width: 554px;	
	background-color: white;
	position: relative;
	margin-top: 5px;
}
#across li,#down li{
	font-size: 1.15em;
	color: #656565;
	cursor: pointer;
}
#across{
	background-image: url('../img/resumen/SB_L_G10_U04_L01final_horizontales.png');
	background-position: 20% 20%;
	padding: 148px 100px 9px 100px;
	border: 1px solid #A8C647;
	height: 652px;
}
#down{
	background-image: url('../img/resumen/SB_L_G10_U04_L01final_verticales.png');
	background-position: 20% 20%;
	padding: 115px 90px 9px 90px;
	border: 1px solid #FD956C;
	height: 604px;
}

#across, #down{
	counter-reset: counter_i;
}
#puzzle-clues li{
	line-height: 1.25em;
	margin-bottom: -4px;
	counter-increment: counter_i;
	position: relative;
}
#puzzle-clues li::before {
    content: counter(counter_i);
    font-weight: bold;
    font-size: 1.15em;
    padding: 0px 8px;
    position: absolute;
    top: 0;
    left: -33px;
}
#puzzle-clues #across li::before { color: #A8C63B; }
#puzzle-clues #down li::before { color: #FF9667; }


#across li:nth-child(3){
	margin-top: 27px;
  	margin-bottom: 35px;
}
#across li:nth-child(4){
	margin-bottom: 21px;
}
#across li:nth-child(5){
	margin-bottom: 28px;
}
#across li:nth-child(7){
	margin-top: 14px;
}

#down li:nth-child(2){
	margin-top: 29px;
}
#down li:nth-child(5){
	margin-top: 27px;
  	margin-bottom: 13px;
}
ol{
	list-style: none;
	overflow: visible;
}


.container-across .arrow, .container-down .arrow{
	position: absolute;
	left: -67px;
	top: 0px;
	cursor: pointer;
	opacity: 0.8;
	z-index: 3;
	display: inline-block;
	width: 68px;
	height: 67px;
}
.container-across .arrow{ top: 390px; }
.container-across .down{ top: 4px; }


.container-across .arrow:hover, .container-down .arrow:hover{
	opacity: 1.0;
}
.container-across .arrow:before{
	content: url('../img/resumen/SB_L_G10_U04_L01_fecha_horizontales.png');
}
.container-down .arrow:before{
	content: url('../img/resumen/SB_L_G10_U04_L01_fecha_verticalesl.png');
}
.container-across, .container-down{
	position: absolute;
	overflow: visible;
	right: -554px;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}
.container-across{
	top: 200px;
}
.container-down{
	top: 20px;
}
.open-pistas{
	right: -80px;
}

.container-across.open-pistas .arrow, .container-down.open-pistas .arrow{
	-ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);	
}


#puzzle-clues li em{
	font-weight: bold;
	color: #C05757;
}

#puzzle-clues li .fontin{
	font-style: italic;
	font-family: "Times New Roman", Times, serif !important;
    font-size: 1.1em;
    margin-left: 6px;
}