<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
/* CSS Document */

#wrapper{
	height:1150px;
}

#subwrapper{
	position:relative;
	background-color: #FDFED3;
	background-repeat: repeat-y;
	width:950px;
	height:1150px;
	border:8px solid #360808;
	background-image: url(imagenes/guitarra2.png);
}

#first{
	position:fixed;
	left:1130px;
	top:30px;
	}
	
#second{
	position:fixed;
	left:1130px;
	top:130px;
	}

#header{
	position:relative;
	height:317px;
	background-image: url(imagenes/letras%20header%203.jpg);
	background-repeat: no-repeat;
	border-bottom:8px solid #360808;
	}
	
#center{
	position:relative;
	width:595px;
	margin-left:355px;
	}
	
h1{
	position:relative;
	top:20px;
	color:#FDFED3;
	font-size:50px;
	background-color: #BE4F56;
	text-align:center;
	line-height:100px;
	}
		
#center p{
	position:relative;
	top:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
	text-indent:25px;
	font-weight: bold;
	color:#360808;
	}
	
h2,h3{
	position:relative;
	top:40px;
	background-color:#360808;
	color:white;
	font-size:19px;
	text-indent:25px;
	line-height:50px;
	}
</pre></body></html>