#wiki_loader
{
    width:16px;
    height:16px;
    margin:20px auto;
    display:block;
}
#wiki_tooltip
{
    position:absolute;
    width:400px;
    height:210px;

    border:1px solid #888;
    border-radius:4px;
    -webkit-border-radius:4px;
    z-index: 9999;

    /** hover background start **/
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
    box-shadow: 5px 5px 5px #ccc;
    opacity: 0.96;
    -moz-opacity: 0.96;
    filter: alpha(opacity: 96);

    /** hover background end **/
}
#wiki_tooltip #easy_wikipedia h1
{
    margin-bottom: 4px;
    font-size: 16px;
    background-color: #ECECEC;
    background-image: url('/images/traderbirds-teacher30x30.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 15px 5px 15px 45px;
    text-transform: uppercase;
    font-family: ProximaNova;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#wiki_tooltip #easy_wikipedia .wiki_image
{
    width:104px;
    max-height:145px;
    overflow:hidden;
}
#wiki_tooltip #easy_wikipedia .wiki_image img.main
{
    width:96px;
}
#wiki_tooltip #easy_wikipedia .wiki_image i
{
    display:none;
}
#wiki_tooltip #easy_wikipedia .short_info
{
    width: 100%;
    padding: 15px;
    font-size: 16px;
    text-align: justify;
}
.close-wiki{
    cursor: pointer;
}
i.close-wiki{
    color: red;
}
i.close-wiki:hover{
    color:#777;
}
#wiki_tooltip .short_info,
#wiki_tooltip .main_info
{
    height:150px;
    margin-bottom: 5px;
    /*overflow: hidden !important;*/
}
#wiki_tooltip #easy_wikipedia .main_info
{
    margin-top:4px;

}
.ui-dialog-titlebar
{
    font-size:15px !important;
}
.ui-dialog .ui-dialog-content
{
    padding:0.5em !important;
}
#easy_wikipedia
{
    width:100%;
    font-size:12px !important;
}
#easy_wikipedia h1
{
    width:100%;
    margin-top:0;
}
#easy_wikipedia .wiki_image,
#easy_wikipedia .wiki_image i
{
    float:right;
    width:200px;
}
#easy_wikipedia .wiki_image img.main
{
    width:196px;
    padding:3px;
    border:1px solid #ccc;
    background:white;
}
#easy_wikipedia .wiki_image i
{
    width:100%;
    background:white;
    text-align: center;
}
#easy_wikipedia .short_info
{
    float:left;
    width:400px;
    overflow: hidden;
}
#zoomLogro #easy_wikipedia .short_info{
    width: 98%;
    padding: 20px;
    font-size: 18px;
    background: #FFF;
    color: #999;
    margin: 20px 1% 25px 1%;
    text-align: justify;
    overflow: auto;
}
#zoomLogro #easy_wikipedia h1{
    background-image: url('/images/traderbirds-teacher30x30.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 10px 10px 10px 45px;
}
#easy_wikipedia .short_info p
{
    margin:2px 0;
}
#easy_wikipedia .main_info
{
    float:left;
    width: 100%;
    margin-top:10px;
    border-top:1px solid #ccc;
    overflow-y:auto;
    text-align: justify;
}
#easy_wikipedia #view_more, #easy_wikipedia #close_view
{
    float:left;
    margin:5px 0 0 10px;
    padding:2px 10px;
    color:#777;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    border-radius:4px;
    -webkit-border-radius:4px;
    /*clear:both;*/
    border:1px solid #ccc;

    /** view more button background start **/
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    /** view more button background end **/
}
#easy_wikipedia .short_info .label
{
    text-transform: capitalize;
}
a.read_more_wiki
{
    color:#009BC2;
    margin-top:8px;
    display: block;
}
.embed_wikipedia
{
    width:100%;
    display:inline-block;
}

#cursor{
    position: fixed;
    width: 32px;
    height: 32px;
    background: transparent url('/images/manotuto32x35.png') no-repeat center center;
    z-index: 99991;
}
#salirTuto{
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    left: 50%;
}
#controlTuto{
    position: fixed;
    z-index: 9999999;
    bottom: 50px;
    width: 100%;   
    font-size: 2.5em;
}
#controlTuto i {
    color: white;
    cursor: pointer;
}
#controlTuto i:hover{
    color: #D9534F;
}
#fondo_tutorial{
    width: 100%;
    height: 15%;
    position: fixed;
    /* top: 0; */
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    bottom: 0;
}

#fondo_welcome{
    background:rgba(0, 0, 0, 0.8);
    z-index:99999;
    width:100%;
    height:85%;
    position:absolute;
    top:0;
}
.caja_welcome{
    background: transparent !important;
    width: 50% !important;
    height: 80% !important;
    z-index: 999999 !important;
    box-shadow: none !important;
    border: none !important;
}
.close_welcome:hover{
    color:red;
}

#weltxt{
    padding:15px;
}
#weltxt p{
    font-size:24px;
    font-weight: 400;
    line-height: 30px;


}
#weltxt li{
    font-size:20px;
    text-align: left;
}
#weltxt li i{
    color:green;
    margin-right: 15px;
    margin-left: -20px; 
}

#welltop{
    margin-top: 5%;
}
#welltop p {
    font-size: 20px;
    color: white;
    background: #F94A4A;
    padding: 10px;
    border-radius: 6px;
}

#bocadillo {
    position: relative;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius:20px;
    width: 95%;
    height: auto;
    margin-left: 2%;
}
#bocadillo:after, #bocadillo:before {
    bottom: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#bocadillo:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 32px;
    margin-left: 1px;
}
#bocadillo:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 33px;

}

#bocadillo.arrow_left:after, #bocadillo.arrow_left:before {
    right: 100%;
    top: 50%;
    bottom: auto;
    left: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#bocadillo.arrow_left:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 20px;
    margin-top: -20px;
}
#bocadillo.arrow_left:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000000;
    border-width: 26px;
    margin-top: -26px;
}

#bocadillo.fantasma{
    padding: 15px;
    text-align: center;
}
#bocadillo.fantasma p{
    font-size: 24px;
}

.escondido{
    background:transparent;
    color:transparent;
}
.escondido:hover,.escondido:focus,.escondido:active{
    background:transparent;
    color:transparent;
}

#btnCaWe{
    margin-top: 15px;
}
#btnCaWe button{
    width:100%;
    font-size:20px;
}
#btnCaWe a,#btnCaWe a:hover,#btnCaWe a:focus,#btnCaWe a:active,#btnCaWe a:visited{
    color: white;
    width: 100%;
    font-size:20px;
}





@media (max-width: 992px){
    #wiki_tooltip #easy_wikipedia h1{
        font-size: 14px !important;
    }
    #wiki_tooltip #easy_wikipedia h1 i{
        font-size: 18px !important;
        vertical-align: middle;
    }
    #wiki_tooltip #easy_wikipedia .short_info{
        font-size: 14px !important;
    }
}
@media (max-width:767px ){
    .caja_welcome{
        top:0 !important;
        left:0 !important;
        width:100% !important;
    }
    #bocadillo:after,#bocadillo:before{
        border-width: 15px;
    }
    #weltxt{
        padding:5px; 
    }
    #weltxt p, #weltxt li {
        font-size:15px;
    }
    #weltxt p{
        line-height: 20px
    }
    #weltxt ul{
        margin-bottom:10px;
    }
    #welltop p{
        font-size: 13px;
        font-weight: 400;
        color: black;
        text-align: justify;
        background: #FDE27C;

    }
    #welltop button,#welltop a{
        margin:1px;
    }
    #controlTuto,#cursor{
        display:none;
    }
    #salirTuto{
        bottom: 5%;
    }
    #fondo_tutorial{
        background:rgba(0,0,0,0.8);
        opacity:1;
    }
    #fondo_welcome{
        height:85%;
        border-bottom: 1px solid rgba(0,0,0,0.5);
    }

}


@media (max-width:767px ) and (orientation:portrait){



    #bocadillo{
        width: 96%;
    }

    #welltop{
        position: fixed;
        bottom: 14%;
        left: 0;
        width: 98%;
        margin-left: 1%;
    }
}

@media(orientation:landscape)and (max-width:767px){
    .caja_welcome{
        margin-top:-15px;
    }
    .caja_welcome img{
        width: 55%;
    }
    #bocadillo{
        width: 98%;
        margin-left:1%;
    }
    #welltop{
        position: fixed;
        top: -7%;
        right: 1%;
        width: 75%;
    }
}