/* ----------------------------------------------------------------------------------------------------------------- */
/* fundo */

div#bg { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; }
    div#bg img { display: block; position: relative; min-height: 100%; min-width: 100%; }


/* ----------------------------------------------------------------------------------------------------------------- */
/* estrutura */

div#content { display: block; position: absolute; top: 0; left: 55%; width: 250px; height: 100%; z-index: 2; }

    div#content div.logo { display: block; position: relative; width: 283px; height: 65%; background: transparent url(../src/img/intro/bg_content.png) repeat; border-radius: 0 0 10px 10px; z-index: 2; }
        div#content div.logo img { display: block; position: absolute; bottom: 20px; left: 19px; width: 250px; height: 121px; }

    div#content div.lang { display: block; position: relative; width: 283px; height: 30px; margin: 10px 0 0 0; text-align: center; background: transparent url(../src/img/intro/bg_content.png) repeat; border-radius: 10px; }
        div#content div.lang a { display: block; position: relative; font-size: 14px; line-height: 30px; font-weight: bold; text-transform: capitalize; color: #92002c; text-decoration: none; }
        div#content div.lang a:hover { text-decoration: underline; }


/* ----------------------------------------------------------------------------------------------------------------- */
/* linguagens */


/* ----------------------------------------------------------------------------------------------------------------- */