* {
    font-family: "cabinregular";
}

.contenActividad {
    background-image: url(../img/content_act1-36.png);
    position: absolute;
    left: 50%;
    top: 7%;
    transform: translate(-50%);
    width: 1082px;
    height: 609px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ContenedorIntro {
    border: 2px solid #F39972;
    border-style: dashed;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 89%;
    height: 81%;
    position: absolute;
    margin: 0px a;
    /* padding-left: 1px; */
    
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.link_hover {
    color: #1D70B7;
    cursor: pointer;
}

.link_hover:hover {}

.popupAsp {
    background-color: #FFFFFF !important;
    background: linear-gradient(to right, #F39972 0%, #F39972 100%) !important;
    height: 161px;
    /* top: 393.7px !important; */
    
    border-radius: 16px !important;
    width: 746px;
    top: 12px;
    left: 84px
}

.popupAsp .contenido {
    background-color: #FFFFFF;
    width: 746px;
    height: 90%;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: -9px;
    margin: 2% auto 2% auto;
    position: relative;
}

.flecha_PopupArriba {
    width: 0px;
    height: 0px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 17px solid #F39972;
    font-size: 0px;
    line-height: 0px;
    top: -16px;
    position: absolute;
    right: 55.5%;
}

.btn_cerrar_h2 {
    background-image: url(../img/btn_cerraPreguntas.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 42.834px;
    height: 42.834px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    font-size: 0;
    margin-top: -10px;
    margin-right: -9px;
    z-index: 2;
}

.popHip:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-bottom: 45px solid transparent;
    /* izquierda flecha */
    
    border-top: 45px solid transparent;
    /* derecha flecha */
    
    border-left: 25px solid #F39972;
    /* base flecha y color*/
    
    font-size: 0px;
    line-height: 0px;
    left: 99.1%;
    top: 65%;
}

.estilo_letra_popup {
    font-size: 33px;
    color: #FFFFFF;
    letter-spacing: normal;
    margin: 0px auto;
    line-height: 39px;
}

.span_popup {
    text-decoration: underline;
}

.letra_a {
    background-image: url(../img/letra_a.png);
    background-color: transparent !important;
    width: 32px !important;
    height: 32px !important;
    content: "";
    width: 6px;
    /* height: 6px; */
    /* background-color: #CE4D54; */
    /* float: left; */
    
    margin: 8px 5px 0 -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    letter-spacing: normal;
}

.letra_b {
    background-image: url(../img/letra_b.png);
    background-color: transparent !important;
    width: 32px !important;
    height: 32px !important;
    content: "";
    width: 6px;
    /* height: 6px; */
    /* background-color: #CE4D54; */
    /* float: left; */
    
    margin: 8px 5px 0 -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    letter-spacing: normal;
}

#tabla_popup td {
    vertical-align: top;
    padding-bottom: 20px;
}

.internoContenido {
    margin: 0px auto;
}

.texto {
    font-family: 'cabinregular';
    font-size: 35px;
    text-align: left;
    width: 86%;
    margin: 0px auto;
    padding-top: 16px;
}

.img_sonido {
    vertical-align: sub;
    width: 48.492px;
    height: 48.492px;
    cursor: pointer;
}

.btn_preguntas {
    background-image: url("../img/img_preguntas.png");
    width: 48.492px;
    height: 48.492px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    cursor: pointer;
    right: 15px;
    bottom: 15px;
}

.popHip {
    background-color: #FFFFFF !important;
    background: linear-gradient(to right, #F39972 0%, #F39972 100%) !important;
    height: 296px;
    left: 512.33125px;
    /* top: 393.7px !important; */
    
    border-radius: 16px !important;
    width: 797px;
}

.popHip .contenido {
    background-color: #FFFFFF;
    width: 96%;
    height: 90%;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: -9px;
    margin: 2% auto 2% auto;
    position: relative;
}

.popup_preguntas {
    background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0.25, #009FB8), color-stop(1, #5EC4F0));
    /*background-image: -o-linear-gradient(top, #009FB8 25%, #5EC4F0 100%);
    background-image: -moz-linear-gradient(top, #009FB8 25%, #5EC4F0 100%);
    background-image: -webkit-linear-gradient(top, #009FB8 25%, #5EC4F0 100%);
    background-image: -ms-linear-gradient(top, #009FB8 25%, #5EC4F0 100%);
    background-image: linear-gradient(to top, #009FB8 25%, #5EC4F0 100%);*/
}

p {
    font-family: cabinregular;
    color: #fff;
    font-size: 49.56px;
    text-align: left;
}

.tab {
    display: inline-block;
}

.tab a {
    text-decoration: none;
}
/*
.tab-container {
    position: absolute;
    left: 50%;
    margin-left: -545px;
    top: -56px;
}

.tab-container .etabs {
    margin: 0;
    padding: 0;
}

.etabs {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: right;
}

.tab-container .etabs .tab {
    display: inline-block;
    /*background: #009ada;
    
    text-align: center;
    vertical-align: bottom;
}

.tab-container .etabs .tab a {
    display: block;
    outline: none;
    color: #343A49;
    height: 40px;
    padding-bottom: 10px;*&
}

.tab-container .etabs .tab .active {
    /*background: #A1E1FF;
    /*position: relative;
    color: #334d5c;
	font-size: 49px;
    line-height: 42px;
}

.tab-container .etabs .tab .active div {
    margin-top: 0%;
}

.tab-container .panel-container {
    width: 1091px;
    height: 540px;
    margin: 0 auto;
    /*background: #A1E1FF;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	  -webkit-box-shadow: 5px 5px 0px 0px #009DE0;
    -moz-box-shadow: 5px 5px 0px 0px #009DE0;
    box-shadow: 5px 5px 0px 0px #009DE0;
}

.tab-container {
    position: absolute;
    left: 50%;
    margin-left: -545px;
}

.tab-container .etabs {
    margin: 0;
    padding: 0;
}

.etabs {
    width: 98%;
    height: auto;
    margin: 0 auto;
    text-align: right;
}

.tab-container .etabs .tab {
    display: inline-block;
    /*background: #A1BF37;
    
    text-align: center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}

.tab-container .etabs .tab a {
    text-decoration: none;
    font-family: 'cabinbold' !important;
    font-size: 34.5px;
    display: block;
    padding: 0 10px;
    outline: none;
    color: #343A49;
    /*padding-bottom: 2px;
   /* width: 158px;
    height: 39px;
}

.tab-container .etabs .active {
    /*background: #C3D264;
    
    position: relative;
    font-size: 35px;
    line-height: 42px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 49.5px;
    width: 216.798px;
}

/*.tab-container .etabs .tab .active div {
    margin-top: 0%;
}*/
/*.tab-container .panel-container {
    width: 1091px;
    height: 540px;
    margin: 0 auto;
  
    /*background: #C3D264;
    
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}
*/

.tab_1 {
    background-image: url(../img/tab_1.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px !important;
    left: 25px
}

.tab_2 {
    background-image: url(../img/tab_2.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px !important;
    left: 211px;
    z-index: 2;
}

.tab_3 {
    background-image: url(../img/tab_3.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px !important;
    left: 402px;
}

.tab {
    font-family: "cabinregular";
    font-weight: bold;
    font-size: 35px;
    width: 216px;
    height: 39px;
    position: absolute;
    top: 0%;
}

.tab div {
    margin-top: -3px;
    text-align: center;
    margin-right: 20px;
}

.tabActivo {
    height: 49px;
    top: -10px;
    z-index: 3;
}

.tabActivo div {
    margin-top: 3px;
    text-align: center;
    margin-right: 20px;
}

.etabs {
    position: absolute;
    top: -72px;
    left: 366px;
    width: 73%;
    height: 60px;
}

.tab a {
    color: #263C4A;
}


/*
.tab_1:active{
    position: absolute;
    left: 449px;
    top: -12px;
    z-index: 2;
}
tab_2:active{
    position: absolute;
    left: 665px;
    top: -3px; 
    z-index: 2;
}
tab_3:active{
    position: absolute;
    left: 665px;
    top: -3px; 
    z-index: 2;
}*/
/*ilustraciones*/

.cuentoHadas {
    background-image: url(../img/cuentoHadas.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
   left: 8%;
  top: 24%;
    width: 807px;
    height: 345px;
}

.cuentoBarcosViejos {
    background-image: url(../img/cuentoBarcosViejos.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 18%;
  top: 21.8%;
    width: 604px;
    height: 381px;
}

.cuentoLosAmigos {
    background-image: url(../img/cuentoLosAmigos.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
   left: 8%;
  top: 24%;
    width: 849px;
    height: 364px;
}