/* home.css */

#banner-cont{
	width: 730px;
	height: 310px;
	margin-bottom: 13px;
}

#banner-cont #banner-moldura{
	width: 730px;
	height: 280px;
	position: absolute;
	z-index: 10;
}

#banner-cont #banner-foto{
	width: 726px;
	height: 276px;
	position: absolute;
	z-index: 5;
	padding: 2px;
}

#banner-cont #banner-nav{
	height:28px;
        margin-left:15px;
        margin-top:280px;
        position:absolute;
        width:500px;
        z-index:15;
}

#banner-cont #banner-nav a{
	width: 33px;
	height: 23px;
	display: block;
	float: left;
	display: inline;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}

#banner-cont #banner-nav .on{
	background: url(../images/home/banner-on.png) no-repeat !important;
	color: #fff !important;
}

#banner-cont #banner-nav .off{
	background: url(../images/home/banner-off.png) no-repeat;
	color: #7f7f7f;	 
}

#banner-cont #banner-nav a:hover{
	text-decoration: none;
}

#container-prod{
	width: 750px;
	margin-top: 59px;
}