body {
	background-color: #402f22;
	background-image: url("imagens/fundo.jpg");
	color: #ffffff;
	font-family: arial, verdana;
	}

a:link, a:hover, a:visited, a:active  {
	color: #ffffff;
	}

h1 {
	margin: 0px;
	}

h2 {
	font-size: 16pt;
	margin-top: 5px;
	color: #c0c0c0;
	}

h3 {
	font-size: 12pt;
	margin: 5px;
	margin-left: 15px;
	}

ul {
	margin: 0px;
	padding: 0px;
	}

/* --- PRINCIPAIS SELETORES - ID -------- */

#geral {
	width:779px;
	position:absolute;
	top:0%;
	left:50%;
	margin-top:0px;
	margin-left:-377px;
	background-color: #000000;
	}

#topo {
	/*height: 200px;
	padding: 0;*/
	}

#conteudo {
	/*height: 425px;*/
	padding: 5px;
	}

#rodape {
	height: 86px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
	background-color: #0d0d0d;
	}

		#rodape li {
			display: inline;
			float: left;
			padding: 0;
			margin: 0;
			}

		#rodape a {
			display: table;
			border-left: 1px solid #0d0d0d;
			border-right: 1px solid #0d0d0d;
			border-bottom: 1px solid #0d0d0d;
			}

		#rodape a:hover {
			display: table;
			border-left: 1px solid #333333;
			border-right: 1px solid #333333;
			border-bottom: 1px solid #aa5533;
			}

		#contato {
			float: right;
			text-align: right;
			font-size: 10pt;
			color: #555555;
			margin-top: 10px;
			margin-right: 3px;
			}

/* --- SELETORES ADICIONAIS --------- */

.caixa {
	border: 1px solid #222222;
	padding: 5px;
	margin: 10px;
	margin-top: 0px;
	}

#destaque_ep {
	text-align: justify;
	}

.botoes {
	margin: 5px;
	padding: 4px;
	background-color: #E67D36;
	background-color: #111111;
	display: block;
	width: 200px;
	text-align: center;
	}

		a.botoes {
			color: #5599aa !important;
			font-weight: bold;
			}

		a.botoes:hover {
			background-color: #224455;
			color: #ffffff !important;
			}

input, textarea {
	border: 2px solid black;
	background-color: #ddddcc;
	}

ul {
	list-style-position: inside;
	list-style-type: circle;
	}

/*
.marquee {
	position: relative;
	top: 20px;
	left: 24px;
	z-index:1;
	color: #113322;
	}
.divtv {
	text-align: center;
	width: 130px;
	}
*/

a.comprar {
	display: block;
	float: left;
	margin: 5px 0 0 40px;
	padding: 5px;
	width: 100px;
	text-align: center;

	border: 2px solid #ffaa00;
	background-color: #fff5d0;

	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 15pt;
	}

		a.comprar:hover {
			/*background-color: #ffffff;*/
			color: #000000;
			}

.limitapar p {
	max-width: 500px;
	}

#televisao {
	background-image: url("imagens/tv_redesign2.gif");
	background-repeat: no-repeat;
	width: 500px;
	height: 303px;
	float: right;
	}

		#blog {
			width: 285px;
			height: 218px;
			margin-left: 52px;
			margin-top: 45px;
			color: #002200;
			overflow: auto;
			}

		#blog h2 a {
			font-size: 12pt;
			color: #002200;
			}

		#blog li {
			list-style-type: none;
			padding: 5px;
			margin: 5px;
			text-align: justify;
			border-bottom: 1px solid black;
			}
		
		#botoes_da_tv {
			float: right;
			position: relative;
			top: -75px;
			left: -15px;
			font-size: 10pt;
			color: #bbaa88;
			line-height: 30px;
			}
		
			#botoes_da_tv img {
				border: 0px;
				}