﻿/* CSS Document */
* {
margin: 0;
padding: 0;
}

img {
border: 0px;
}

body {
text-align: center;
background:#000;
margin: 0 auto;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;
color: #FF0000;}

#personagem{
width: 300px;
float:right;
background:#ffffff;
text-align:center;
}

#personagem h1{
font:normal bold 25px arial, helvetica, serif;
}

#personagem h2{
font:normal bold 20px arial, helvetica, serif;
}

#personagem h3{
font:normal bold 15px arial, helvetica, serif;
}

#parceiros{
padding:5px;
}

.historia{
font:normal 12px arial, helvetica, serif;
text-align:justify;
padding:5px 10px;
}

#tags {
text-align:center;
}

.tags-cloud{
margin: 0 5% 0 5%;
text-align: center;
list-style: none;
font:normal 10px arial, helvetica, serif;
}

.tags-cloud a{
color: red;
}

.tags-cloud li{
display: inline;
}

#tudo {
width: 940px;
margin: 0 auto;
background:#ffffff;
}

#anuncio{
width: 640px;
margin: 0 auto;
background:#fff;
float:left;
}

#topo {
}

#conteudo {
}

#rodape {
font: normal bold 14px arial, helvetica, serif;
}

#rodape p {
text-align: center;
}

#redes_sociais {
text-align: center;
}

#rodape_todamulher_tudo {
padding: 20px 0;
height: 140px;
width: 100%;
background: #fff;
}

#rodape_todamulher {
margin: 0 0 0 20px;
background: #fff;
font: normal normal 12px arial, helvetica, serif;
float: left;
text-align: justify;
color: #595959;
width: 380px;
}

#rodape_todamulher_2 {
float: right;
}

#rodapebranco{
width:940px;
height:20px;
background-color:#fff;
text-align:center;
clear:both;
font: normal 12px arial, helvetica, serif;
}

#televendas {
font: normal normal 14px arial, helvetica, serif;
padding: 10px 0 0 40px;
text-align: left;
margin: 5px 0 0 0;
height: 37px;
background: url('images/televendas.gif') no-repeat 1% 50% #e5e5e5;
}

.bloco-l{
	background: #fff;
	float:left;
	width:320px;
	height:325px;
	margin: 0px;
}

.bloco-r{
	background: #fff;
	float:right;
	width:320px;
	height:326px;
	margin: 0px;
}

.verbolsas  {
	font: 80% Arial, sans-serif;
	font-weight: bold;
	color:#a9a9a9;
	text-align:left;
	float:left;
	cursor:pointer;
	text-decoration:underline;
	padding: 0px 0px 0px 15px;
}

.preco  {
	font: 80% Arial, sans-serif;
	font-weight: bold;
	color:#686868;
	text-align:left;
	text-decoration:none;
	float:right;
	cursor:pointer;
	padding: 0px 5px 0px 0px;
}

.border{height:2px; border-bottom:1px dashed #8a8989; clear:both;}

