<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { 
	margin: 0; 
	padding: 0; 
font-family: 'Roboto', sans-serif;
	color:#555;  
background: linear-gradient(#333, #555, #333);
 background-attachment: fixed;	
 line-height: 1.7em; 
 box-sizing: border-box;
}

.btn {
background-color: #eee; 
color: #333;
padding: 2px;
margin-left: 10px;  
border: 1px solid;
border-radius: 5px;
/* cursor: pointer;  */
}

.dark-mode {
filter: invert(100%)
}

.dark-mode body {
background: linear-gradient(to right, white, #ccc, white);
}

ul {
	margin: 0 auto;
}

ol {
	margin: 0 auto;
}
.orsaicontent {
	width: 900px;
	background: white;
	padding-left: 50px;
	margin: 0 auto;
}
li {
	 text-align: left;
	 font-size: 1.2rem;
 }
orsaih1 {
	font-size: 5rem;
	color: brown;
	text-align: center;
}
img[alt~="sheetmusic"] {
    border: 1px solid #555;
	border-radius: 1rem;
	margin: 10px 0;

box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
 	width: 800px;
	max-width: 100%;
height: auto;

}
.column {
	padding-top: 10px;
	column-count: 2;
	column-gap: 30px;
	column-rule: 1px dotted #789;

	}

.content { 
	background: #f4f4f4;
	color: #555; 
	margin: 0 auto; 
	width: 900px;
	max-width:100%;
	text-align: center;
}

.middle {
	text-align: center;
	background: gold;
	
}
.mids {
	display: none;
}	





p.isteach {
	background: #ffffe1;
	border: 1px solid #789;
	border-radius: 1rem;
	padding: 1rem;
	text-align: center;
	font-size: 1.2rem;
}
div:nth-last-of-type(2) {
	padding-bottom: 20px;
}

/* #header {  */
/* background-image:url(../images/header.jpg); */
  /* background-size: 100% 100%; */
/* height: 100px; */
/* max-width: 100%; */

/* } */
#header {
	position: sticky;
	top: 0;
	background: linear-gradient(to right,    #1F1C2C  , #fff, #928DAB  );
border-top: 2.5px solid white;
border-left: 2.5px solid white;
border-right: 2.5px solid white;
border-bottom: 6.5px solid #555;
	height: 50px; 
    display:flex;
    align-items: center;
    justify-content: center;
}
#header h1 {
margin: 0;
/* padding-top: 10px; */
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	word-spacing: 5px;
}
.push {
	font-style: italic;
		color: yellow;

}
.fort {
	
	color: #555;
}
.porter {
	color: black;
}
.tub {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	background: white;
	color: teal;
	border: 1px solid black;
	border-radius: 1rem;
	padding: 0.5rem;

}

.tub a{
	text-decoration: none;
}

.tub:hover {
		background: blue;
			color: white;

			top: 1px;
}

img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

#headerp { 
	margin: 0; 
	max-width: 900px; 
	background:  url(../images/headerp.jpg) no-repeat center top;  
	height: 100px; 
color: #fff;
}

#subheader { 
margin: auto;
	max-width: 900px;
	height: 35px;
  background: linear-gradient(#333, #fff, #aaa);
border-left: 2.5px solid white;
border-right: 2.5px solid white;
}

.middle {

	width: 70%;
	margin: auto; 
background-color:#ffe;
border:#369 solid 2px; 
color:#345;
border-radius:25px;
font-family:Arial;
font-size:0.8em; 
padding:15px;
}

img[alt="izquierda"] {
	float: left;
	padding: 1rem;
}
.derecha {
	float: right;
	padding: 1rem;
}
.uparrow a:hover {
position : relative;
bottom: 1px;
}

.BIGR {
	float: right;
	background: white;
border: 2px solid black;
border-radius: 5px;
padding: 0 7px 0 5px;
	font-size: 1.3rem;
	color: brown;
	font-weight: bold;
	font-style: italic;
margin-left: 1rem;
}






#main { background: #f4f4f4;  color: #366; border: 3px solid white; } 

 


* {
	 text-align: center;
 }



.for {font-family : Arial; 
font-size : 0.8em; color: #080; font-style:italic; }

.nota {
	width: 50%;
	margin: auto;
	background: #fffaca;
	border: 1px solid black;
	border-radius: 1rem;
	padding: 5px;
	font-size: 1.2rem;
	font-weight: bold;
}




.tune {
background: teal;
border-top: 3px solid rgba(131,147,164,0.18);
border-radius: 1rem;
display: inline-block;
color : white;
font-size : 1.5em;
margin: 5px; 
padding : 5px 10px;
text-decoration : none;
transition: 0.4s all ease;
box-shadow: 2px 2px 2px #555;
}



.tune:hover, .top:hover {
background: goldenrod;

color: #000;
/* border: 2px solid gold; */

/* transform: scale(1.1); */
/* transition: 0.4s all ease; */
}

.tune:active {
position : relative;
top : 2px;
}






.top {
text-align:left;
text-decoration : none;
background-color : #ffe;
border : #777 solid 3px;
display : inline-block;
color : darkgreen;
font-family : Arial;
font-size : .8em;
font-weight : bold;
border-radius: 15%; 
margin: 5px 0; 
padding : 7px 7px;
-moz-box-shadow: 2px 2px 2px #555;
-webkit-box-shadow: 2px 2px 2px #555;
box-shadow: 2px 2px 2px #555;
}



.top a { text-decoration : none }









.midispeed {

background-color : #fff;
border : 3px solid #d00;
border-radius: 50%;
display : inline-block;
color : #000;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size : 1.5rem;
font-weight: bold;
padding : 9px 9px;
text-decoration: none;
transition: 0.4s all ease;
box-shadow: 2px 2px 2px #aaa;

}



.midispeed:hover {
background: yellow;
color: #333;
transform: scale(1.1);
border: 3px solid teal;
box-shadow: 2px 2px 2px #555;
}


.midispeed:active {
position : relative;
top : 1px;
}

video {
	border-radius: 1rem;
}

audio {
	background: #333;
	   width:90px; 
  height:35px;
  border: 3px solid red;
  border-radius: 1rem;
 	display: inline-block;
	margin-top: 10px;
	box-shadow: 2px 2px 2px #555;
}
 audio:hover {
	 border:  3px solid teal;
	 transform: scale(1.1);
 }

.abc {
	margin: 0 auto;
  display: flex;
  justify-content: center;

}
.abc&gt;span {
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.keyinfo {
	background: linear-gradient(to bottom, cornsilk,white,#ecb);	
	border: 1px solid #333;
	border-radius: 1rem;
	padding: 15px;
	text-align: left;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.keyinfo:first-line {
	font-weight: bold;
	font-size: 1.1rem;
	color: #a55;

}

.notes {
background: linear-gradient(to bottom, #feffff 0%,#fff, #d2ebf9 100%); 
	border: 1px solid #333;
	border-radius: 1rem;
	padding: 15px;
	text-align: left;
	font-weight: 600;
	box-shadow: 5px 5px 5px #aaa;
}



.felim {
	margin-left: 1rem;
	border: 1px solid #369;
	padding: 1rem;
	border-radius: 1rem;
	background: linear-gradient(to bottom, #feffff 0%,#fff, #d2ebf9 100%); 
	text-decoration: underline;
	margin-bottom: 1rem;
}

#leafy {
	background-image: linear-gradient(45deg, #f4f4f4 25%, #f9f9f9 25%, #f9f9f9 50%, #f4f4f4 50%, #f4f4f4 75%, #f9f9f9 75%, #f9f9f9 100%);
background-size: 56.57px 56.57px;
	
}
	
li {	list-style: none;}

#footer { 
display: flex;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
	height: 40px;
	color:#333;  
  background: linear-gradient(#333, #fff, #aaa);
	font-size:85%;
	text-align:center;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
padding: 5px;	
}




#footer .right { 
	float:right; 
	clear:right; 
	text-align:right; 
}

.performer {
	font-weight: bold;
	font-size: 1rem;
	color: brown;
	font-style: italic;
  background: linear-gradient(#aaa, #fff, #aaa);
	border-top: 1px solid brown;
	border-radius: 0 1rem 0 0;
		border-bottom: 2px solid #333;
	/* border-radius: 1rem; */
	padding: 3px 10px;
	margin-right: 5px;
	box-shadow: 5px 5px 5px #aaa;
}
footer {
	border-top: 1px solid #333;
	  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  margin-top: 15px;
  background: linear-gradient(#333, #fff, #aaa);
  color: #000;
  text-align: center;
  font-size: 0.9em;

  }

footer a {
	color: blue;
}
footer a:hover{
	color: purple;
	}
	
a {text-decoration:none; }



.junior {
background: teal;
	margin: auto;
	margin-bottom: 10px;
width: 200px;
font-size: 1.2rem;
	text-align: center;
	border: 1px solid #369;
	border-radius: 1rem;
	padding: 2px;
	transition: all 0.3s ease-in-out;
}
.junior a {
	text-decoration:none;
	color: white;
}
.junior:hover {
	background: coral;
	font-weight: 600;
}

.junior:hover a {
		text-decoration:none;
	color: black;
}
blackline{
	height: 2px;
	border: 0;
	background: linear-gradient(to right, grey, black, grey);
}
hr{
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

@media screen and (max-width: 768px) {
	header {
		height: 50px;
	}
#header h1 {

font-size: 2.5rem;
	}
#headerp { 

	background:  url(../images/headerp_667.jpg) no-repeat center top;  
	height: 74px; 

}
.subheader {
	padding-top: 1rem;
font-size: 1rem;
}
}

@media screen and (max-width: 375px) {
#header h1{ 
font-size: 1.5rem;

}	
}
</pre></body></html>