
/* ----------------------------------------------  BODY DIEGOPRIETO ---------------------------------------------- */

	body {
		margin: 0px;
		padding: 0px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		width: 100%;
		height: 100%;
		background:url(../img/bg/bg.jpg) top center repeat #333;
		}
		


	img {outline: none; border:none;}
	a { text-decoration:none; cursor: pointer; color:#666; }
	a:focus { outline: none; border:none;}
	
	#container {
		width: 1100px;
		margin: 0px auto;
		padding: 0px 0px 10px 0px;
		overflow: hidden;
		}

	
	.logo {
		width: 280px;
		margin: 0px 20px 0px 0px;
		height: 100px;
		float: left;
		}
		
	.logo a {
		width: 280px;
		margin: 0px;
		height: 100px;
		display: block;
		background: url(../img/bg/logo_rockmantic.png) no-repeat;
		float: left;
		}
	
		
	.homelogo {
		width: 100%;
		height: 430px;
		float: left;
		margin: 100px 0px 0px 177px;
		background: url(../img/bg/logo_dp.png) no-repeat;
		
		}
		
	.homelogo a {
		width: 520px;
		height: 430px;
		display: block;
		
		}
	
	#footercontent {
		width: 920px;
		margin: 0px auto;
		height: 5px;
		font-size:11px;
		color:#09F;
		text-align:center;
		}
	
	
#footercontent a:hover {
	color: #09F;
	text-decoration:none;
