div#container-left{
	width: 630px;
	float:left;
	overflow: hidden;
	border: 0px solid #cccccc;
}
div#container-right{
	width: 200px;
	float:right;
	overflow: hidden;
	border: 0px solid #cccccc;
	line-height: 13px;
}
div#titulo-pag{
	width: 200px;
	height: 25px;
	background-image: url(../../galeria/layout_front/titulo_bemvindo.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

div#titulo-pag2{
	width: 200px;
	height: 25px;
	background-image: url(../../galeria/layout_front/titulo_destacamos.png);
	background-repeat: no-repeat;
	margin: 15px 0px 0px 0px;
	clear: both;
}
div#titulo-pag3{
	width: 120px;
	height: 25px;
	background-image: url(../../galeria/layout_front/titulo_noticias.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}
div.prod_destaque{
	width:240px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #000000;
	float: left;
}
div.img-news{
	width: 100px;
	height: 100px;
	border: 1px solid #cdcdcd;
	float: left;
	background-repeat: no-repeat;
	cursor: pointer;
	
}