@charset "UTF-8";
/* CSS Document */


* {
	padding:0px;
	margin:0px;
	}
	
body{
	background:#000;
	}
	
#principal{
	width:900px;
	height:auto;
	margin:25px auto;
	}
	
#imagen{
	width:900px;
	height:800px;
	background-image:url(lucybell.jpg);
	}
	
#audio{
	width:900px;
	height:70px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#datos{
	width:900px;
	height:50px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

p a{
	color:#F00;}
#concierto {
	height: 330px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #333;
}

