.content_nav{
	width: 1171px;
	height: 595px;
	margin: 10px 36px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-top: 0px;
}

.time_line{
	background-image: url('../img/SB_L_G10_U02_L05-todas-los-carteles.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 1846px;
	height: 634px;
	display: table;
	overflow: hidden;
}

.buttons{
	cursor: pointer;
	background: url(../img/arrow_right.png) no-repeat;
	position: absolute;
	display: inline-block;
	width: 41px;
	height: 41px;
}
.buttons.next,.buttons2.next{
	top: 531px;
	left: 1132px;
}
.buttons.prev{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none;
	left: 40px;
	top: 570px;
}

.time_line .item {
	width: 477px;
	height: 200px;
	position: absolute;
	display: table-cell;
	left: 0px;
	top: 78px;
	text-align: center;
}

.time_line .item:nth-child(1){
	left: 161px;
}

.time_line .item:nth-child(2){
	left: 704px;
}

.time_line .item:nth-child(3){
	left: 1255px;
}

.time_line .item img{
	position: relative;
	top: 437px;
}

.time_line .item:nth-child(1) img{
	left: 43px;
}

.time_line .item:nth-child(2) img{
	left: -51px;
}

.time_line .item:nth-child(3) img{
	left: -138px;
}

.time_line .item .question{
	padding: 5px 47px;
	padding-top: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #736357;
	text-align: center;
	font-style: italic;

	background-image: url('../img/Formato-preguntas2.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 268px;
	height: 706px;
	position: absolute;
	/*display: none;*/
	top: -817px;
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
}

.time_line .item:nth-child(1) .question{
	left: 146px;
}

.time_line .item:nth-child(2) .question{
	left: 56px;
}

.time_line .item:nth-child(3) .question{
	left: -33px;
}


.time_line .item .question.animate{
	top: -264px;
	animation: fall 1s linear;
	-webkit-animation: fall 1s linear;
}

@keyframes fall {
    0% {top:-817px;}
    25%{top:-264px;}
    50% {top: -194px;}
    100% {top: -264px;}
} 

@-webkit-keyframes fall {
    0% {top:-817px;}
    25%{top:-264px;}
    50% {top: -194px;}
    100% {top: -264px;}
}

div.zoomTarget{
	position: absolute;
}

div.zoomTarget:nth-child(4){
	width: 192px;
	height: 230px;
	top: 265px;
	left: 345px;
}
div.zoomTarget:nth-child(5){
	width: 192px;
	height: 289px;
	top: 217px;
	left: 796px;
}
div.zoomTarget:nth-child(6){
	width: 311px;
	height: 289px;
	top: 217px;
	left: 1199px;
}