@import url("reset.css");
body{
	background:#0f0f0d url(../images/layout/bg-page.jpg) no-repeat ;
	background-position: center top;
}
/* ------------------------------------------------------------------ LAY-OUT */
/* background:#f00; */ /* border: 1px solid #ff0000; */
.titulo-home{
	width:782px;
	height:115px;
	left:50%;
	margin-left:-391px;
	padding:4px;
	top:5px;
	position:absolute;
}
.titulo-home #titulo-scalla-music{
	cursor:pointer;
}
.titulo-home #titulo-scalla-music span{
	display: none;
}
.titulo-home #titulo-scalla-music a{
	width:782px;
	height:115px;
	/*top-right-bottom-left*/
	display: block; /* Definir como Bloco*/
	float:left;
	background:url(../images/layout/logo-scalla.png) no-repeat left;
	cursor:pointer;
}
#page{
	width:782px;
	left:50%;
	margin-left:-391px;
	top:130px;
	position:absolute;
	padding:0px;
}
/* ------------------------------------------------------------------- HEADER */
/* background:#f00; */ /* border: 1px solid #ff0000; */
#page #header{
	width:782px;
	height:319px;
	padding:1px;
	background:url(../images/layout/bg-header.png) no-repeat left top;
}
#page #header .banner-principal{
	width:714px;
	height:232px;
	margin-left:33px;
	margin-top:23px;
	background:url(../images/layout/+_banner-principal-parte1.jpg) no-repeat left;
}
#page #header #menu-horizontal{
	height:61px;
	padding-left:20px;
	background:url(../images/layout/bg-menu.jpg) no-repeat 8px 2px;
}
/* ------------------------------------------------------------------ CONTENT */
/* background:#f00; */ /* border: 1px solid #ff0000; */
#page #content-primary{
	width:782px;
	float:left;
	margin-top:-2px;
	background:url(../images/layout/bg-content.png) repeat-y 2px;
}
#page #content-primary #content{
	width:782px;
	min-height:50px;
	float:left;
}
#page #content-primary #content #area-left{
	width:235px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	background:url(../images/layout/bg-area-left-content.jpg) repeat-y left top;
}
/* ------------------------------------------------------------------- FOOTER */
/* background:#f00; */ /* border: 1px solid #ff0000; */
#page #footer{
	width:782px;
	height:30px;
	float:left;
	background:url(../images/layout/bg-content-bottom.png) no-repeat 2px top;
}
#page #footer .footer-copyright{
	width:320px;
	margin-top:10px;
	float:right;
}
