/************** Activity 1 **************/
/** TAB1 **/
div.review {
	width: 333px;
	height: 80px;
	padding-top:10px; 
	text-align: center;
	font-size: 1.69em;
	background: #cc6666;
	color: #FFFFFF;
	position: absolute;
	left: 150px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.review span.title{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: -7px;
}
div.review span.author{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: 0px;
}
div.review:nth-child(1){
	top: 200px;
}
div.review:nth-child(2){
	top: 350px;
}
div.questions{
	width: 584px;
	height: 378px;
	padding-top: 25px;
	padding-left: 50px;
	background: #ffcc66;
	position: absolute;
	top: 125px;
	right: 100px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.questions:before{
	content: url('../img/SB_L_G10_U02_L05-pestagnita-amarilla.png');
	width: 16px;
	height: 35px;
	position: absolute;
	left: -15px;
	top: 171px;
}
div.questions ul {
    counter-reset: list;
    font-size: 2.19em;
    color: #666666;
}
div.questions ul > li {
    list-style: none;
    position: relative;
	margin-bottom: 20px;
	line-height: 1.2em;
	width: 466px;
	padding-bottom: 20px;
}
div.questions ul > li:before {
    content: counter(list, decimal);
    counter-increment: list;
    position: absolute;
    left: -2.5em;
    background: #666666;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 0.54em;
    color: #ffcc66;
    width: 40px;
    text-align: center;
}
div.review_button {
	position: absolute;
	bottom: 60px;
	right: 100px;
}
div.write_review{
	width: 1201px;
	height: 634px;
	background: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.write_review textarea{
	background-color: #cccccc;
	width: 1115px;
	height: 550px;
	font-size: 1.44em;
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
	border: 1px solid #666666;
	resize:none;
	margin-top: -8px;
	margin-left: 42px;
	padding: 10px;
	line-height: 1.2em;
	overflow-y: auto;
}
div.write_review .icon_close_button{
	top: -12px;
	left: 1171px;
}

/** TAB 2 **/
.content_nav{
	width: 1171px;
	height: 577px;
	margin: 20px 36px;
	overflow: hidden;
	overflow-y: auto;
}
.time_line{
	background-image: url('../img/SB_L_G10_U02_L05-mapa-de-regna-cinematografica.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 1829px;
	height: 498px;
	display: table;
	overflow-y: auto;
	position: relative;
}
.buttons, .buttons2{
	cursor: pointer;
	background: url(../img/arrow_right.png) no-repeat;
	position: absolute;
	display: inline-block;
	width: 41px;
	height: 41px;
	top: 386px;
	z-index: 5;
}
.buttons.next,.buttons2.next{
	left: 1190px;
}
.buttons.prev, .buttons2.prev{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none;
	left: 9px;
}
.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: 0px;
}
.time_line .item:nth-child(2){
	left: 366px;
}
.time_line .item:nth-child(3){
	left: 731px;
}
.time_line .item:nth-child(4){
	left: 1097px;
}
.time_line .item:nth-child(5){
	left: 1463px;
}
.time_line .item img{
	position: relative;
	top: 208px;
	z-index: 3;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.time_line .item img.open{
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.time_line .item:nth-child(1) img{
	left: 92px;
}
.time_line .item:nth-child(2) img{
	left: 21px;
}
.time_line .item:nth-child(3) img{
	left: -52px;
}
.time_line .item:nth-child(4) img{
	left: -116px;
}
.time_line .item:nth-child(5) img{
	left: -195px;
}
.time_line .item:nth-child(1) img.open{
	left: 88px;
}
.time_line .item:nth-child(2) img.open{
	left: 16px;
}
.time_line .item:nth-child(3) img.open{
	left: -57px;
}
.time_line .item:nth-child(4) img.open{
	left: -121px;
}
.time_line .item:nth-child(5) img.open{
	left: -200px;
}
.time_line .item .container{
	width: 279px;
	position: absolute;
	overflow: hidden;
	top: 218px;
	margin-top: 10px;
}
.time_line .item .container:before{
	content: url('../img/SB_L_G10_U02_L05-mitad-de-boton.png');
	width: 91px;
	height: 70px;
	position: absolute;
	top: -15px;
	left: 92px;
	z-index: 2;
}
.time_line .item:nth-child(4) .container:before{
	left: 100px;
}
.time_line .item:nth-child(3) .container:before,
.time_line .item:nth-child(5) .container:before{
	left: 91px;
}
.time_line .item:nth-child(1) .container{
	left: 189px;
	height: 414px;
}
.time_line .item:nth-child(2) .container{
	left: 117px;
	height: 462px;
}
.time_line .item:nth-child(3) .container{
	left: 45px;
	height: 414px;
}
.time_line .item:nth-child(4) .container{
	left: -28px;
	height: 477px;
}
.time_line .item:nth-child(5) .container{
	left: -98px;
	height: 652px;
}
.time_line .item .info{
	padding: 15px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.56em;
	color: white;
	text-align: center;
	background: black;
	width: 279px;
	position: absolute;
	top: -218px;
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
}
.time_line .item:nth-child(1) .container .info{
	top: -310px;
}
.time_line .item:nth-child(2) .container .info{
	top: -400px;
}
.time_line .item:nth-child(3) .container .info{
	top: -310px;
}
.time_line .item:nth-child(4) .container .info{
	top: -470px;
}
.time_line .item:nth-child(5) .container .info{
	top: -630px;
}
.time_line .item .info.animate{
	top: 0px !important;
}
.time_line .item .info h2{
	display: block;
	margin-top: 45px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: white;
	text-align: center;
	text-transform: uppercase;
}
/************** Activity 1 **************/

/************** Activity 2 **************/
/** TAB 3 **/
div.cite{
	text-align: right;
	font-size: 0.87em;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	bottom: 31px;
	right: 195px;
	color: #666666;
	width: 735px;
	height: 40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #cccccc;
	padding: 13px; 
	font-family: Arial, Helvetica, sans-serif;
}

/** TAB 4 **/
.content_nav2{
	width: 1171px;
	height: 548px;
	margin: 20px 36px;
	overflow: hidden;
}
.time_line2{
	background-image: url('../img/SB_L_G10_U02_L05-linea-rebote.png');
	background-repeat: no-repeat;
	background-position: 264px 68px;
	width: 2100px;
	height: 548px;
	display: table;
	overflow-y: auto;
}
.buttons2{
	cursor: pointer;
	background: url(../img/arrow_right.png) no-repeat;
	position: absolute;
	display: inline-block;
	width: 41px;
	height: 41px;
	top: 386px;
	z-index: 5;
}
.buttons2.next{
	left: 1190px;
}
.buttons2.prev{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none;
	left: 9px;
}
.time_line2 .item {
	width: 361px;
	position: relative;
	display: table-cell;
	top: 0px;
	left: 23px;
	text-align: center;
}
.time_line2 .item .container{
	width: 361px;
	position: absolute;
	top: 0px;
	left: 29px;
	text-align: center;
}
.time_line2 .item:nth-child(1) .container{
	left: 31px;
}
.time_line2 .item:nth-child(1) .container img.background{
	position: absolute;
	top: 46px;
	left: -55px;
}
.time_line2 .item:nth-child(5) .container img.background{
	position: absolute;
	top: -6px;
	right: -42px;
}
.time_line2 .item .container div[data-sg-id="btn-popup"]{
	position: relative;
	top: 418px;
	left: 0px;
	background: #FFCD98;
	border-radius: 50%;
	width: 59px;
	height: 60px;
}
.time_line2 .item .container div[data-sg-id="btn-popup"] img{
	position: relative;
	top: 6px;
	left: -1px;
}
.time_line2 .item:nth-child(2) .container div[data-sg-id="btn-popup"]{
	background: #FF9A63;
}
.time_line2 .item:nth-child(3) .container div[data-sg-id="btn-popup"]{
	background: #FFCD5E;
}
.time_line2 .item .info{
	padding: 24px 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #333333;
	text-align: center;
	background: black;
	width: 361px;
	position: absolute;
	top: 211px;
	left: 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.time_line2 .item .info h2{
	display: block;
	margin-top: 4px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.04em;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
}
.time_line2 .item .info ul.list,
div.answer_popup ul.list{
	font-size: 0.87em;
	padding-left: 14px
}
.time_line2 .item .info ul.list  li,
div.answer_popup ul.list li{
	text-align: left;
	margin-bottom: 20px;
}
.time_line2 .item .info ul.list li:before,
div.answer_popup ul.list li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: white;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    left: -9px;
    top: 8px;
	margin: -5px;
}
.time_line2 .item:nth-child(1) .info{
	background: transparent;
}
.time_line2 .item:nth-child(2) .info{
	background: #FF9A63;
}
.time_line2 .item:nth-child(3) .info{
	background: #FFCD5E;
}
.time_line2 .item:nth-child(4) .info{
	background: #00CDCD;
	height: 320px;
}
.time_line2 .item:nth-child(5) .info{
	background: transparent;
}
.time_line2 .item:nth-child(2) .info:before,
.time_line2 .item:nth-child(3) .info:before{
	position: absolute;
	bottom: -8px;
	left: 162px;
	width: 36px;
	height: 17px;
}
.time_line2 .item:nth-child(2) .info:before{
	content: url('../img/SB_L_G10_U02_L05-pestagnita-NARANJA.png');
}
.time_line2 .item:nth-child(3) .info:before{
	content: url('../img/SB_L_G10_U02_L05-pestagnita-AMARILLITO.png');
}
div.answer_popup{
	width: 835px;
	padding: 60px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
div.answer_popup.popup1,
div.answer_popup.popup1 .number{
	background: #FFCD98;
}
div.answer_popup.popup2,
div.answer_popup.popup2 .number{
	background: #FF9A63;
}
div.answer_popup.popup3,
div.answer_popup.popup3 .number{
	background: #FFCD5E;
}
div.answer_popup .icon_close_button{
	position: absolute;
	left: 810px;
	top: -20px;
}
div.answer_popup .number{
	position: absolute;
	left: -39px;
	top: -39px;
	border-radius: 50%;
	width: 105px;
	height: 105px;
}
div.answer_popup .number img{
	position: relative;
	top: 4px;
	left: 3px;
}
div.answer_popup.popup2 .number img{
	top: 5px;
	left: 5px;
}
div.answer_popup.popup3 .number img{
	left: 0px;
	top: 3px;
}
div.answer_popup .title{
	font-weight: bold;
	font-size: 1.56em;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	color: #333333;
}
div.answer_popup.popup1 .title{
	color: #ff6633;
}
div.answer_popup .content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.56em;
	color: #333333;
	text-align: left;
}
div.answer_popup ul.list{
	font-size: 1em;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 5PX;
}
div.answer_popup ul.list li:before{
	left: -17px;
}
/************** Activity 2 **************/

/************** Activity 3 **************/
/** TAB 2 **/
.cloud{
	background: black;
	color: white;
	padding: 30px 56px;
	font-style: italic;
	font-size: 1.56em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	width: 503px;
	height: 207px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.cloud.left{
	top: 83px;
	left: 237px;
}
.cloud.left:before{
	content: url('../img/SB_L_G10_U02_L05-muesquita-de-vigneta-negra.png');
	width: 46px;
	height: 51px;
	position: absolute;
	bottom: -36px;
	left: 90px;
}
img.teacher{
	position: absolute;
	bottom: 15px;
	left: 89px;
}
img.scheme{
	position: absolute;
	top: 63px;
	right: 114px;
}

/** TAB 3 **/
.cloud.right{
	top: 126px;
	left: 107px;
}
.cloud.right:before{
	content: url('../img/SB_L_G10_U02_L05-muesquita-de-vigneta-profesora.png');
	width: 52px;
	height: 40px;
	position: absolute;
	bottom: -24px;
	right: -3px;
}
img.teacher2{
	position: absolute;
	right: 216px;
	top: 36px;
}
div[data-sg-id="btn-popup"].answer_review{
	position: absolute;
	top: 360px;
	left: 184px;
}
div.answer_review_popup{
	width: 958px;
	height: 630px;
}
div.answer_review_popup img{
	position: absolute;
	top: 0px;
	left: 0px;
}
div.answer_review_popup .answer{
	width: 703px;
	height: 340px;
	font-size: 1.88em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px 70px;
	color: #333333;
	position: relative;
	top: 221px;
	left: 162px;
}
div.answer_review_popup .answer h2{
	font-size: 1em;
	display: block;
	margin-bottom: 40px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
div.answer_review_popup .icon_close_button{
	position: absolute;
	left: 912px;
	top: 138px;
	z-index: 2;
}
/** TAB 4 **/
div[data-sg-id="elem-book"] {
	margin-left: 70px;
	margin-top: 60px;
	width: 1124px !important;
	height: 510px !important;
}
.page {
	width: 562px !important;
	height: 510px !important;
	background: white;
}
.page .content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.31em;
	color: black;
	margin-top: 0px;
	text-align: justify;
}
.page .content p span.dashed{
	text-decoration:line-through; 
}
.page .content.stars p{
	font-style: italic;
	font-size: 1.2em;
	position: relative;
}
.page .content.stars p{
	margin-bottom: 20px;
}
.page .content.stars p:before{
	content: url('../img/SB_L_G10_U02_L05-estrellitas-bullets.png');
	width: 17px;
	height: 16px;
	position: absolute;
	left: -29px;
	top: 0px;
}
.page .content h2{
	font-size: 1.31em;
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	color: black;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
.page .content {
	text-align: center;
}
.page.even .content{
	padding: 50px 39px 50px 60px;
}
.page.odd .content{
	padding: 50px 60px 50px 39px;
}
.shadow {
	width: 1124px;
	height: 510px !important;
}
.sj-book{
	height: 510px !important;
	width: 1124px !important;
	position: relative;
	top: -500px;
}
.hard.page.p1 {
	background-image: url('../img/portada-libro.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 0px;
}
.page.p3{
	background-image: url('../img/portada-libro2.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 0px;
}
.page.last1{
	background-image: url('../img/portada-libro2.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 0px;
}
.hard.last2.page {
	background-image: url('../img/cierre.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 0px;
}

button.previous-button,
button.next-button {
	height: 478px;
	width: 32px;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #333;
	opacity: 0.3;
	position: relative;	
	top: -5px;
	z-index: 10000;
	font-weight: bold;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
}
button.previous-button {
	border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;	
	left: -31px;
}
button.next-button {
	border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	left: 1090px;
}
div.summary{
	width: 449px;
	height: 145px;
	background: #cc9933;
	padding: 25px 22px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: black;
	text-align: justify;
}
/************** Activity 3 **************/

/************** Activity 4 **************/
.popup_questions{
	width: 835px;
	height: 452px;
	background: #333333;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.popup_questions .icon_close_button{
	top: -16px;
	left: 810px;
	position: absolute;
}
.popup_questions .number{
	position: absolute;
	left: -40px;
	top: -40px;
}
.popup_questions .question{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.88em;
	color: white;
	position: relative;
	line-height: 1.3em;
}
.popup_questions img.chucho{
	position: absolute;
	top: 20px;
}
div[data-sg-key='1'].popup_questions .question{
	width: 400px;
	padding: 10px 20px;
	top: 109px;
	left: 321px;
}
div[data-sg-key='1'].popup_questions img.chucho,
div[data-sg-key='3'].popup_questions img.chucho,
div[data-sg-key='5'].popup_questions img.chucho{
	left: 47px;
}
div[data-sg-key='2'].popup_questions .question{
	top: 129px;
	left: 94px;
	line-height: 1.8em;
}
div[data-sg-key='2'].popup_questions img.chucho,
div[data-sg-key='4'].popup_questions img.chucho,
div[data-sg-key='6'].popup_questions img.chucho,
div[data-sg-key='7'].popup_questions img.chucho,
div[data-sg-key='9'].popup_questions img.chucho{
	right: 47px;
}
div[data-sg-key='3'].popup_questions .question{
	width: 420px;
	top: 120px;
	left: 359px;
	text-align: right;
	line-height: 1.5em;
}
div[data-sg-key='4'].popup_questions .question{
	width: 399px;
	top: 144px;
	left: 79px;
}
div[data-sg-key='5'].popup_questions .question{
	width: 388px;
	top: 189px;
	left: 359px;
}
div[data-sg-key='6'].popup_questions .question{
	left: 67px;
	top: 140px;
	width: 413px;
	line-height: 1.5em;
}
div[data-sg-key='7'].popup_questions .question{
	top: 161px;
	left: 92px;
	width: 370px;
}
div[data-sg-key='8'].popup_questions .question{
	top: 60px;
	left: 335px;
	width: 481px;
}
div[data-sg-key='8'].popup_questions .question ul{
	font-size: 1em;
	counter-reset: list;
}
div[data-sg-key='8'].popup_questions .question ul li{
	list-style: none;
    position: relative;
    margin-bottom: 20px;
}
div[data-sg-key='8'].popup_questions .question ul li:before{
	content: counter(list, upper-alpha);
    counter-increment: list;
    position: absolute;
    left: -1.5em;
    color: white;
    background: #993333;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.83em;
	width: 32px;
	height: 32px;
	text-align: center;
}
div[data-sg-key='8'].popup_questions .question ul li span{
	font-style: italic;
	font-size: 0.83em;
}
div[data-sg-key='9'].popup_questions .question{
	top: 140px;
	left: 79px;
	width: 380px;
	line-height: 1.5em;
}
div[data-sg-key='8'].popup_questions img.chucho{
	left: -29px;
}
img.chucho1,
img.chucho2,
img.chucho3{
	position: absolute;
}
img.chucho1{
	top: 231px;
	left: 200px;
}
img.chucho2{
	top: 42px;
	left: 523px;
}
img.chucho3{
	top: 351px;
	left: 812px;
	z-index: 3;
}
.answer_buttons .col-1-1{
	margin-bottom: 10px;
}
/************** Activity 4 **************/