@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

#contenedora {
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
	background-color: #000;
	text-align: center;
	height: 1000px;

	background-image: url(../imgsUME/partitura2.png);
	
	max-width: 960px; 
}



#letra_himno {
	background-color: #000;
	height: 860px;
	width: 240px; 
	margin-top: 80px;
	background-position: center center;
	border-radius: 15px;
	opacity: 0.8;
	float: right;
	margin-right: 40px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
}


#nav a:link {
	color: #FF0;
}
#nav a:visited {
	color: #FF0;
}
#nav a:hover {
	color: #F30;
}

.contenido #nav a{
	color: #000;
}