/* CSS Document */

.t1{
	font-size:14px;
	font-weight:bold;
}

.t2{
	font-size:12px;
	font-weight:bold;
	color:#000;
}

h1 {
	font-size:12px;
	font-weight:bold;
	color:#000;
}

a:link, a:visited{
	color: #fff;
	text-decoration: none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#7c1814;
	margin-top:0px;
}

#todo {
	width: 768px;
	float:left;
	margin-left:4px;
}

#Layer1 {
	position:absolute;
	width:198px;
	z-index:1;
	left: 790px;
	top: 0px;
	padding:4px;
	color:#fff;
	border:1px solid #da251d;
	background:#7c1814;
}

#Layer1 .marcar {
	background:#da251d;
}

#Layer1 div {
	padding-top:4px;
	padding-bottom:4px;
}

#Layer1 hr {
	height:1px;
	color:#FFF;
	border-style:dotted;
}

#Layer1 a, a:visited{
	color:#FFF;
	text-decoration:none;
}

#Layer1 a:hover{
	color:#FFF;
	text-decoration:none;
}

#topo {
	width:768px;
	height:437px;
	margin:0px;
	background:url(../imgs/topo_fundo.jpg) left top no-repeat;
}

#menu {
	float:left;
	width:148px;
	margin-left:0px;
}

#menu #linksMenu {
	width:144px;
	border:0px;
	margin:2px;
}

#menu #linksMenu a {
	display:block;
	height:18px;
	color:#FFF;
	padding:4px 0px 0px 6px;
	/*border:1px solid #7c1814;*/
	background-color:#7c1814;
	text-decoration:none;
}

#menu #linksMenu a:hover {
	background-color:#7c1814;
	color:#da251d;
	text-decoration:none;
}
 
#menu #enquete {
	width:144px;
	margin-left:4px;
	color:#fff;
}

#menu #enquete_topo{
	width:144px;
	height:81px;
	margin-bottom:5px;
	background:url(../imgs/tp_enquete.jpg) left top no-repeat;
}

#menu #enquete a:link, #menu #enquete a:visited, #menu #enquete a:active{
	text-decoration:none;
	color:#fff;
}

#menu #enquete a:hover {
	text-decoration:underline;
	color:#fff;
}

#menu #publicidade_topo{
	width:144px;
	height:68px;
	margin-bottom:5px;
	background:url(../imgs/tp_publicidade.jpg) left top no-repeat;
}

#menu #publicidade {
	width:113px;
	padding:0px 16px;
}

#menu #publicidade p {
	font-size:10px;
	color:#000;
	padding:4px 0px 4px 20px;
}

#menu #publicidade div {
	width:113px;
	padding-top:4px;
	padding-bottom:4px;
}

#conteudo {
	width:618px;
	margin-top:4px;
	padding:4px 0px 4px 2px;
	background:#FFF;
	float:left;
}

#conteudo a:link, a:visited{
	color: #000;
	text-decoration: none;
}

#conteudo a:hover{
	color: #000;
	text-decoration: none;
}

#rodape {
	width:768px;
	padding-top:1px;
	color: #fff;
}

#rodape_links a:link, #rodape_links a:visited, #rodape_links a:active{
	color: #000;
	text-decoration: none;
}

#rodape_links a:hover {
	text-decoration: underline;
	color: #000;
}
