@charset "utf-8";
/* CSS Document */
body {
	background-color:white;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#575656;
}
a {
	color:red;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#wraper {
	width:698px;
	margin:0 auto;
}
#cabecalho {
	background-image:url(../layout/cabecalho.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:98px;
}
#banner {}
#conteudos {
	background-image:url(../layout/conteudos_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height:420px;
	padding-left:20px;
	padding-right:20px;
	padding-top:1px;
}
#menu {
	height:37px;
	width:450px;
	margin-bottom:26px;
}
.margins_conteudo {
	margin-left:12px;	
	margin-right:12px;
}
#colesq {
	width:424px;
	background-image:url(../layout/colesq_bg.jpg);
	background-repeat:repeat-y;
	float:left;

	}
#coldir {
	width:222px;
	background-image:url(../layout/coldir_bg.jpg);
	background-repeat:repeat-y;	
	float: right;
}
	.item_destaque {
		width:195px;
		height:79px;
		margin:0 auto;
		margin-bottom:8px;
		display:block;
		background-image:url(../layout/item_bg.jpg);
		background-position:top;
		background-repeat:repeat-x;
	}
	.item_destaque img, .item_list img{
		float:left;
		margin-right:5px;
	}
	.item_destaque a{
		
		font-size:11px;
		color:red;
		
	}
	.item_destaque a:hover, .item_list a:hover {
		text-decoration:underline;
	}
	.item_list {
		width:635px;
		height:79px;
		margin-bottom:15px;
		display:block;
		background-image:url(../layout/item_bg.jpg);
		background-position:top;
		background-repeat:repeat-x;
	}
	.item_list a{
		font-size:12px;
		color:red;
		text-decoration:none;
	}
	.item_list a:hover {
		text-decoration:underline;
	}
#interior {
	background-image:url(../layout/interior_bg.jpg);
	background-repeat:repeat-y;
	width:663px;
}
#rodape { margin-top:12px; font-size:10px; }
#rodape img{ float:right; }

