@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/bg.jpg) repeat-x #fbf7f9;
	font-size:13px;
}
a{
	text-decoration:none;
	color:#ff0033;
}
a:hover{
	text-decoration:underline;
	color:#900;
}
#centro{
	display:table;
	width:960px;
	margin: 0 auto;
	margin-top:50px;
}
#header{
	width:908px;
	height:70px;
	background:url(images/topo-final.jpg) right no-repeat;
	padding:0 12px 0 0;
}
	#header #logo{
		background:url(images/Topo-logo.jpg) no-repeat;
		width:219px;
		height:70px;
		float:left;
		cursor:pointer;
	}
	#header #menu{
		background:url(images/topo-bg.jpg) repeat-x;
		height:70px;
		width:629px;
		float:left;
		padding:0 0 0 60px;
	}
	#menu a{
		float:left;
		display:table;
		padding:25px 10px 0 10px;
		height:45px;
		color:#ffffff;
		font-style:italic;
		font-size:18px;
	}
	#menu a:hover{
		color:#e4133a;
		text-decoration:none;
		background:url(images/topo-btn-over.jpg) no-repeat center top;
	}
#conteudo{
	background:url(images/conteudo-bg.jpg) repeat-y;
	width:900px;
	padding:10px;
	display:table;
	float:left;
}
#footer{
	float:left;
	clear:both;
	background:url(images/footer-bg.jpg) no-repeat;
	height:184px;
	width:920px;
	padding:28px 10px 0 20px;
}
	#footer #quad1{
		width:200px;
		height:184px;
		float:left;
		color:#898989;
		font-size:11px;
		
		display:inline;
		margin-left:25px;
	}
	#sus{
		float:left;
		clear:left;
		padding-bottom:2px;
		margin:5px 0 0 0;
		border-bottom:1px #e1e1e1 solid;
		width:100%;
	}
#dicas{
	width:415px;
	display:table;
	float:right;
}
	#dicas #ditem{
		width:415px;
		display:table;
		border-top:1px #e1e1e1 solid;
		
		color:#898989;
		font-size:12px;
		padding:5px 0 5px 0;
	}
#novidades{
	width:415px;
	float:left;
	display:table;
}
	#novidades #nitem{
		float:left;
		width:205px;
		display:table;
	}
	#novidades #nitem .escondeme{
		border:0;
		text-align:center;
		width:205px;
		height:100px;
		overflow:hidden;
	}
	#novidades #nitem .escondeme2{
		border:0;
		text-align:left;
		width:410px;
		height:100px;
		overflow:hidden;
		display:block;
	}
/*========================[ H`s ]=========================*/
h3{
	margin:0;
	padding:0;
	
	color:#e4133a;
	font-style:italic;
	font-weight:normal;
	
	font-size:16px;
}
h2{
	margin:0;
	padding:0;
	
	color:#e4133a;
	font-style:italic;
	font-weight:normal;
	
	font-size:16px;
}
h1{
	background:url(images/titulo-bg.jpg) no-repeat;
	font-size:26px;
	font-weight:normal;
	font-style:italic;
	color:#ff0033;
	
	margin:-10px 0 0 -10px;
	padding:15px 0 0 30px;
	
	display:table;
	width:870px;
	height:52px;
}
/*========================[ Classes ]=========================*/
.campos-g{
	background:url(images/input-text-g.gif) no-repeat;
	width:496px;
	height:23px;
	padding:5px 2px 0 2px;
	border:none;
}
.campos-g2{
	width:500px;
}
.lista{
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	
	border-bottom:1px #ff0033 solid;
	width:900px;
	
	float:left;
	clear:left;
}
.texto{
	display:table-column;
	width:900px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	color:#6d6d6d;
	font-size:12px;
}
.images{
	width:360px;
	height:300px;
	float:right;
	margin:0 0 20px 20px;
	padding:0 0 0 40px;
	background:url(images/the-bar.gif) no-repeat left;
	
	overflow:auto;
}
.esconde{
	width:102px;
	height:76px;
	text-align:center;
	float:left;
	margin:5px;
	border-top:1px #e4133a solid;
	border-left:1px #e4133a solid;
	
	border-bottom:1px #ff0033 solid;
	border-right:1px #ff0033 solid;
	overflow:hidden;
}
.red{
	color:#ff0033;
	font-weight:bold;
}
.text1{
	background:url(images/input-text.gif) no-repeat;
	width:181px;
	height:23px;
	border:none;
	color:#ff0033;
	padding:5px 5px 0 5px;
}
.btn-p{
	background:url(images/ok.gif) no-repeat;
	width:23px;
	height:23px;
	display:table;
	border:none;
	
	text-align:center;
	color:#ffffff;
	padding:0 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
}
.btn-m{
	background:url(images/botao-bg.gif) no-repeat;
	border:none;
	width:86px;
	height:23px;
	display:table;
	cursor:pointer;
	
	text-align:center;
	color:#ffffff;
	padding:0 0 0 0;
	
	font-family:Tahoma, Geneva, sans-serif;
}
