.cuerpoCancion .letra
	{
		white-space: pre;
		text-align: center;
		clear: both;
	}
	
.cuerpoCancion .intro
	{
		font-style: italic;
		font-weight: bold;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 20px;
	}	

.cuerpoCancion h1
	{
		text-align: center;
	}


