﻿@font-face {
 font-family: myriad;
 src: url('font/myriad.eot') /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url('font/myriad.ttf') /* TTF file for CSS3 browsers */
}

body
{
    background-color: #FDFAEC;
    margin: 0px 0px 0px 0px;
    font-family: Calibri, myriad, "Times New Roman", Times, serif;
    overflow: hidden;
    line-height: 110%;
    
    background-image: url('images/grafismo.png');
}

img
{
    border: 0px;
}

a img
{
    text-decoration: none;
}

.img_colecao
{
    margin: 5px;
}

.bt_link
{
    color: #968E50;
    font-size: 0.8em;
    font-family: umnomequalquer, "Times New Roman", Times, serif;
    
    padding: 0px;
    border: none;
    background: none;
}

.texto_cor_c
{
    color: #968E50;
    font-size: 0.8em;
}

.texto_cor_e
{
    color: #968E50;
    font-size: 0.9em;
}

.texto_justificado
{
    text-align: justify;
}   

a:link /* define o estilo do link no estado inicial */
{
    text-decoration: none;
    color: #968E50;
}

a:visited /* define o estilo do link visitado */
{
    text-decoration: none;
    color: #968E50;
}

a:hover /* define o estilo do link quando passa-se o mouse sobre ele */
{
    text-decoration: underline;
    width: 10px;
}

a:active /* define o estilo do link ativo (o que foi "clicado") */
{
    text-decoration: underline;
    color: #968E50;
}

#pagina 
{
    width: 100%;
    height: 620px;
    margin: -310px auto 0px auto; 
    position: absolute; 

    top: 50%;
}

#topo
{
    top: 0px;
    left: 0px;
    right: 0px;

    margin-left: 0px;
    margin-right: 0px;

    position: fixed;
    
    z-index: 88;
    
    height: 60px;

    background-image: url('images/grafismo.png');
    background-attachment: inherit;
    background-repeat: repeat-x;
    background-position: left top;
}

#content
{
    top: 60px;
    bottom: 60px;
    left: 0px;
    right: 0px;

    margin-left: 0px;
    margin-right: 0px;

    position: fixed;

    background-image: url('images/background.png');
}

#rodape
{
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 88;
    margin-left: 0px;
    margin-right: 0px;

    position: fixed;

    height: 60px;

    background-image: url('images/grafismo.png');
    background-attachment: inherit;
    background-repeat: repeat-x;
    background-position: left top;
}   

#main
{
    position: absolute;
    width: 570px;
    height: 300px;
    top: 100px;
    left: 50%;
    margin-left: -285px;
}

#logotipo
{
    width: 240px;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -120px;
}

#menu
{
    width: 150px;
    height: 412px;
    margin: 50px auto 0px 50px;
    float: left;
}

#idiomas
{
    width: 600px;
    height: 250px;
    margin: -75px auto auto -300px; 
    position: absolute; 
    top: 50%;
    left: 50%;
}

#idioma_logo
{
    width: 294px;
    height: 93px;
    position: relative;
    float: left;
    margin-top: 30px;
}

#idioma_barra
{
    width: 3px;
    height: 158px;
    position: relative; 
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}

#idioma_menu
{
   /* border: solid 1px #000;*/
    width: 250px;
    height: 100px;
    position: relative;
    margin-left: 10px;
    margin-top: 30px;
    float: right;
}

#construcao
{
    width: 900px;
    height: 270px;
    margin: -135px auto auto -450px; 
    position: absolute; 
    top: 50%;
    left: 50%;
}


input[type="text"], textarea, input[type="password"]
{
    color: #968E50;
    background-color: #FDFAEC;
    border-color: #968E50;
    border-width: 1px;
    border-style: Solid;
    font-family: Verdana;
    font-size: 0.8em;
    margin-top: 3px;
}

/* login */

#login_usuario_colecao
{
    width: 350px;
    height: 150px;
    
    position: absolute;
    left: 260px;
    top: 230px;
}

#login_usuario_colecao-1
{
    width: 170px;
    height: 150px;
    position: absolute;
    background-image: url('images/login.png');
    background-position: center center;
    background-repeat: no-repeat;
    
}

#login_usuario_colecao-1 form
{
    margin: 25px auto auto auto;
    width: 130px;
    height: 130px;
        
}

#login_usuario_colecao-2
{
    
    width: 225px;
    height: 50px;
    
    margin: 35px auto auto 10px;
    
    position: absolute;
    
    left: 175px;
    top: 0px;
    
}



