/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html{
	background-color:#000000;
}

body{
	font:0.75em/18px Arial, Helvetica, sans-serif;
	color:#FFF;
	}

div, p, ul, h1, h2, h3, h4, img, form, label{
	margin:0px;
	padding:0px; 
	}
	
ul{
	list-style-type:none;
	}
	
.clear {
	clear: both;
}


/* PRINCIPAL */

#Contenido{
	width:587px;
	height:491px;
	margin:0 auto;
	}
	
.Encabezado{
	float:left;
	width:250px;
	}
	
.Foto{
	float:left;
	}
	
.proximamente{
	margin:10px 0 0 76px;
	}
	
.ultimo-disco{
	width:250px;
	height:144px;
	margin:20px 0 0 34px;
	background:url(../imgs/ultimo-disco-01.gif) top left no-repeat;
	}
	
img.disco{
	border:#CCC 8px solid;
	margin-left:30px;
	}
	
.ultimo-disco p{
	margin-left:29px;
	color:#F77D4C;
	}

#Contacto{
	width:587px;
	margin:30px auto 0 auto;
	text-align:center;
	line-height:15px;
	}
	
#Contacto .titulo{
	font-weight:bold;
	}
	
#Contacto a{
	text-decoration:none;
	color:#FFFFFF;
	}
	
#Contacto a:hover{
	text-decoration:underline;
	}