

/*Right clic menu font*/
body > ul > li
{
    font-family: Verdana !important;   
    font-size: medium;
}


#\32  > div:nth-child(2) > div > div > div:nth-child(5) > div:nth-child(2) > div > div > div,
#\32 >div:nth-child(2)>div>div>div:nth-child(5)>div:nth-child(2)>div>div>div>div:nth-child(2)>div>div>div
{
    cursor:pointer !important
}


@media (max-height:851px) and (orientation: portrait)  {
    

    #preloadContainer div:not(:first-child)
    {
        transform: scale(2.5) ;
    }

    #preloadContainer > div:nth-child(2)
    {
        bottom: 90.3% !important;
    }

    /* primera instruccion */
    #preloadContainer > div:nth-child(3)
    {
        left: 14% !important;
    }

    /*tercera instruccion*/
    #preloadContainer > div:nth-child(5)
    {
        right: 13% !important;
    }

}

@media (max-width:851px) and (orientation: landscape)  
{
    #preloadContainer > div:nth-child(2)
    {
        transform: scale(1.5);
        bottom: 86.5% !important;
    }

    #preloadContainer > div
    {
        transform: scale(1.5);
        
    }

}