﻿*
{
    margin: 0;
    padding: 0;
}

body 
{
    /*min-width: 1002px;*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial;
	font-size: 12pt;
	background: url("../imagens/bg_site.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

img
{
    border: none;
}

.center
{
    text-align: center;
}

.clear
{
    clear: both; 
}

.clear5
{
    clear: both; 
    padding: 5px 0 0;
}

.boxposition
{
    position: absolute; 
    top: 50%; 
    left: 50%;
}

.box
{
    margin: 5px auto;
    text-align: left;
    width: 368px; 
    position: relative; 
    left: -184px;
    top: -210px;
}

.box_top
{
    float: left; 
    background: url(../imagens/box/box_top_bg_top.png); 
    background-repeat: no-repeat; 
    width: 368px; 
    height: 8px;
}

.box_top_bg
{
    float: left; 
    background: url(../imagens/box/box_top_bg.png); 
    background-repeat: repeat-y; 
    width: 368px;
    color: #FFFFFF;
    padding: 0 0 5px 0;
    font-size: 14pt;
}

.box_top_bottom
{
    float: left; 
    background: url(../imagens/box/box_top_bg_bottom.png); 
    background-repeat: no-repeat; 
    width: 368px; 
    height:1px;
}

.box_bg
{
    float: left; 
    background: url(../imagens/box/box_bg.png); 
    background-repeat: repeat-y; 
    width: 368px;
    font-family: 'Titillium Web',sans-serif;
    color: #FFFFFF;
    padding: 20px 0 10px;
}

.box_bottom
{
    float: left; 
    background: url(../imagens/box/box_bottom_bg.png); 
    background-repeat: no-repeat; 
    width: 368px; 
    height: 15px;
}

.descricao
{
    float:left;
    width: 90px;
    margin: 0 0 0 25px;
    padding-top: 6px;
    padding-right: 11px;
}

.texto
{
    float:left;
    width: 225px;
}

.botoes
{
    float: left; 
    width: 323px; 
    text-align: right;
}

.botao
{
    float: right;
    /*background: url(../imagens/btn.png); */
    background-repeat: no-repeat;
    
    height: 28px; 
    padding: 7px 0 0 0; 
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}


.iconePhoneOS
{
    float: left;
    display: block;
    width: 50px;
    text-align: center;
    margin: 0 0 0 20px;
}

.pop_bg
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../imagens/pop/pop_bg_75.png");
    background-repeat: repeat;
    display: none;
}

.popContainer
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -300px;
    width: 600px;
    display: none;
}

.pop_top
{
    float: left;
    background-image: url("../imagens/pop/pop_top.png");
    background-repeat: no-repeat;
    width: 600px;
    height: 10px;
}

.pop
{
    float: left;
    background-color: #3D3D3D;
    width: 520px;
    text-align: left;
    color: #FFFFFF;
    padding: 30px 40px 34px;
}

.pop_bottom
{
    float: left;
    background-image: url("../imagens/pop/pop_bottom.png");
    background-repeat: no-repeat;
    width: 600px;
    height: 10px;
}

.pop_close
{
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}