@font-face {
    font-family: 'fontin-italic'; /*a name to be used later*/
    src: url('./fonts/Fontin-Italic.ttf'); /*URL to font*/
}

/*TAB2*/
#scrollable{
    
    height: 900px;
    position: relative;
}
#tabs2
{
    height: 650px;
    overflow: scroll;

}

.act_subtitle
{
    font-family:  Tahoma,Verdana,Segoe,sans-serif; 
    font-size: 12pt;
    color: #006193;
    font-weight: bold;

}


.div_image
{
    position: relative;
    text-align: center;
    z-index: 2;
    margin-top: 14px;
}

.button_act4
{   
    position: absolute;
    background-image:  url("../img/ACT4/SB_S_G10_U04_L03_botonconflechita.png");
    width: 46px;
    height: 44px;  
    top: 472px;
    cursor: pointer;
    z-index: 2;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 1s linear;
}

#button1
{
    left: 243px;

}

#button2
{
    left: 594px;

}

#button3
{
    left: 942px;

}

#info1, #info2, #info3
{
    position: absolute;
    background-color: #9B9A9A;    
    width: 300px;    
    text-align: center;
    z-index: 1;
    top: 467px;
    float: left;
}

#info1  p, #info2  p, #info3 p
{
    margin: 60px 25px 30px 25px;
    color: #FFFFFF;
}

#info1
{
    left: 115px;
}

#info2
{
    left: 464px;
}

#info3
{
    left: 813px;
}

.button_act4.active{
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*TAB3*/
.content_nav .time_line .item1{
    background-image: url('../img/ACT4/SB_S_G10_U04_L03_comicwilly1.png');
    background-position: 50% 50%;
}
.content_nav .time_line .item2{
    background-image: url('../img/ACT4/SB_S_G10_U04_L03_comicwilly2.png');
    background-position: 50% 50%;
    left: 1245px;
}
.content_nav .time_line .item3{
    background-image: url('../img/ACT4/SB_S_G10_U04_L03_comicwilly3.png');
    background-position: 50% 50%;
    left: 2490px;
}
.content_nav .time_line .item4{
    background-image: url('../img/ACT4/SB_S_G10_U04_L03_comicwilly4.png');
    background-position: 50% 50%;
    left: 3750px;
}
.content_nav .time_line .item5{
    background-image: url('../img/ACT4/SB_S_G10_U04_L03_comicwilly5.png');
    background-position: 50% 50%;
    left: 4980px;
}


/*TAB4*/
.tabs {
    display:inline-block;/*agrega un clearfix y lo hace más estable que block*/
    width: 1067px;
}


/*----- Tab Links -----*/
/* Clearfix en ocaciones displa:inlineblock agrega un margen abajo que afecta al elemento que no la ha removido*/
.tab-links:after {
    display:block;
    clear:both;
    content: '';
}
 
 .tab-links{
    margin-left: 110px;/*las tab está corridas a la derecha*/
    margin-bottom: -15px;
 }

.tab-links li {
    float:left;
    list-style:none;
    display: inline-block;
    width: 184px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 14px;
    margin-left: 10px;
    background-image: url(../img/ACT4/SB_S_G10_U04_L03_flechitasinpreguntar.png);
}

.tab-links li a {
    
    text-decoration: none;
    transition:all linear 0.15s; /*ayuda a las transiciones :hover*/
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6D6F6E;
}

.tab-links li.active{
    height: 57px;
    background-image: url(../img/ACT4/SB_S_G10_U04_L03_flechitapregunta.png);   
    font-weight:bold;
}

.tab {
    display: none;
    height:436px;
    /*width: 1067px;*/
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.tab.active{
    display: block;
}

.tab ul{
    padding-top: 57px;
    margin-left: 80px;
    width: 80%;
    text-align: left;
}

.tab ul li{
    margin-bottom: 18px;
    /*font-family: 'fontin-italic';*/
    font-size: 1.2em;
}

.centrar{
    margin-top: 30px;
    text-align: center;
}

#tab1{
    background-image: url(../img/ACT4/SB_S_G10_U04_L03_linea-de-tiempo1.png);
}

#tab2{
    background-image: url(../img/ACT4/SB_S_G10_U04_L03_linea-de-tiempo4.png);
}

#tab3{
    background-image: url(../img/ACT4/SB_S_G10_U04_L03_reacciones.png);
}

#tab4{
    background-image: url(../img/ACT4/SB_S_G10_U04_L03_Willytemperatura.png);
}

.m_content{
    text-align: left;
    width: 443px;
    margin-left: 578px;
    padding-top: 137px;
    font-size: 1.12em;
}

.n_content{
    padding-top: 70px;
    
}

.s_content{
    text-align: left;
    margin-left: 606px;
    width: 397px;
    padding-top: 137px;
    font-size: 1.12em;
}

.m_content li{
    font-weight: bold;
    margin-bottom: 22px;
}


/*TAB5*/
/******Check*****/

#boxResponse1,#boxResponse2,#boxResponse3,#boxResponse4
{
    position: absolute;
    float: left;
    z-index: 3;
    left: 1015px;
 }   

#boxResponse1 input[type=text],#boxResponse2 input[type=text],#boxResponse3 input[type=text],#boxResponse4 input[type=text]
{
    height: 50px;
    width: 150px;
    border: 0px solid #FFFFFF;
    text-align:center; 
    font-size:28px; 
    color: #FF0000;
    font-family:  Tahoma,Verdana,Segoe,sans-serif; 
 }   

#boxResponse1
{
    top: 316px;
}

#boxResponse2
{
    top: 395px;
}

#boxResponse3
{
    top: 472px;
}

#boxResponse4
{
    top: 550px;
}


#checkResponse
{
    background: url("../img/ACT4/SB_S_G10_U04_L03_botonrevisa.png") no-repeat top;
    width: 165px;
    height: 48px;
    border: none;
    cursor:pointer;
    position: absolute;
    z-index: 3;
    left: 1015px;
}

#checkResponse:hover{
    background: url("../img/ACT4/SB_S_G10_U04_L03_botonrevisaractivo.png") no-repeat top;
}

.poster.p1{
    background-image: url(../img/ACT4/SB_S_G10_U04_L03_respuestamuy-bien.png);
    width: 685px;
}
.poster.p2{
    background-image: url(../img/ACT4/SB_S_G10_U04_L03_respuestanomuy-bien.png);
    width: 732px;
}

/*TAB6*/
.tab6{
    background-image: url(../img/ACT4/SB_S_G10_U04_L03_chuchoenpregunta.png);
}

.tab6 p{
    color: #666666;
    position: absolute;
    font-size: 1.3em;
    left: 509px;
    top: 162px;
}