﻿body
{
    font-size: 11px;
    font-family: Verdana;
    background-color: #FFFFFF;
    color: #686868;
}
h1
{
    color: Red;
}
.botao
{
    font-family: Arial;
    font-size: 10px;
    color: #244750;
    font-weight: normal;
    background: #b7bec4;
    border: 1px solid;
    margin-top: 2px;
    margin-bottom: 5px;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

a.topHome
{
    color: #929192;
}
a.topHome:hover
{
    color: #929192;
}

a.botHome
{
    color: #525151;
}
a.botHome:hover
{
    color: #525151;
}

a.Menu
{
    color: #767575;
    font-weight: bold;
    padding-left: 5px;
}
a.Menu:hover
{
    color: #767575;
    font-weight: bold;
    padding-left: 5px;
}

a.MenuBranco
{
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
}
a.MenuBranco:hover
{
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
}

a.TituloSecao
{
    color: #873c88;
}
a.TituloSecao:hover
{
    color: #873c88;
}

a.LeiaMais
{
    color: #873c88;
    font-size: 10px;
}
a.LeiaMais:hover
{
    color: #873c88;
    font-size: 10px;
}

.botTextHome
{
    color: #525151;
}
.topTextHome
{
    color: #929192;
}
.TextRoxo
{
    color: #873c88;
    font-weight: bold;
}

ul
{
    margin: 6px;
    padding-left: 10px;
}
ul li
{
    font-size: 12px;
}
ul li span
{
    font-size: 11px;
    color: #000000;
}



/* WRAPPER */
#wrapper { width:800px; margin:0 auto; }
#info { margin-top:50px; }
#info p { color:#eee; font-family:Georgia,serif; margin-top:10px; }
#info p a { color:#eee; }
#toggle { text-decoration:underline; }

/* POLAROID */
#polaroidcontainer { width:920px; height:200px; }

.porcaCentro{
    width: 150px;
    height: 113px;
    position: absolute;
    left:400px;
    top: 40px;
}
.polaroid
{
    width: 147px;
    height: 150px;
    background-image: url(../../images/polaroid-bg.png);
    position: absolute;
}
.polaroid img
{
    width: 132px;
    height: 110px;
    margin: 8px 0px 0px 0px;
}
.polaroid p
{
    text-align: center;
    font-family: Georgia,serif;
    font-size: 15px;
    color: #2E2E2E;
    margin-top: 7px;
    font-weight:bold;
}

.redborder { border:1px solid red; margin:-1px; }
