/* estrutura */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input, select, option,
form, label, textarea, table, caption,
tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 18px;
    font-family: 'Arial';
    vertical-align: baseline;
    color: #4773B9;
    float: left;
    text-align: justify;
}
:focus{
    outline: 0;
}
html{
    width: 100%;
}
body{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #FFF;
    line-height: 1.3;
}
ol, ul{
    list-style: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after{
    content: "";
}
blockquote, q{
    quotes: "" "";
}
br, strong{
    float: none;
    color: inherit;
}
strong{
    font-weight: bold;
}
em{
    float: none;
    font-style: italic;
}
.right{
    float: right;
}
.none{
    float: none;
    text-decoration: none;
}
.hidden{
    display: none;
}
/*estrutura*/
.hr{
    width: 800px;
    height: 0;
    font-size: 0;
    border-top: 1px solid #F13FA8;
    margin: 5px 0;
}
.global{
    width: 800px;
    margin: 0 auto;
    text-align: center;
    float: none;
}
.topo{
    padding: 15px 0;
}
/* menu*/
.menu{
    padding: 10px 0;
}
.menu li{
    padding:0 5px;
}
.menu a{
    height: 19px;
    background-position: top center;
    background-repeat: no-repeat;
}
.menu a:hover{
    background-position: bottom center;
}
.menuArtistas{
    width: 81px;
    background-image: url('../imagens/menuArtistas.png');
}
.menuBlog{
    width: 56px;
    background-image: url('../imagens/menuBlog.png');
}
.menuContato{
    width: 83px;
    background-image: url('../imagens/menuContato.png');
}
.menuDeal{
    width: 154px;
    background-image: url('../imagens/menuDeal.png');
}
.menuHome{
    width: 68px;
    background-image: url('../imagens/menuHome.png');
}
.menuNewsletter{
    width: 107px;
    background-image: url('../imagens/menuNewsletter.png');
}
.menuParceiros{
    width: 99px;
    background-image: url('../imagens/menuParceiros.png');
}
.menuSobre{
    width: 68px;
    background-image: url('../imagens/menuSobre.png');
}
/* social */
.social{
    float: right;
    padding: 15px 15px 16px 0;
}
.social li{
    padding: 0 5px;
}
.social a{
    padding-top: 2px;
}
.social a:hover{
    padding-top: 0;
}
/* rodape */
.rodape{
    padding: 10px 0;
    margin: 5px 0;
    width: 800px;
    text-align: center;
    font-size: 13px;
}
/**/
.agrupaConteudo{
    width: 800px;
    padding: 15px 0;
}
.tituloConteudo{
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
}
.conteudo{
    width: 800px;
}
.borda{
    border: 1px solid #EC008C;
}
.error_message{
    width: 800px;
    color: #EC008C;
}
.linkContrato{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.linkContrato:hover{
    text-decoration: underline;
}
.mail{
    float: none;
}