/* CSS Document */

.partituras {
	font-size: 14px;
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 160px;
	width: 20px;
}

.partituras a:link {
	text-decoration: none;
	color: #000000;
}
.partituras a:visited {
	text-decoration: none;
	color: #000000;
}
.partituras a:hover {
	text-decoration: none;
	color: #000000;
}
.partituras a:active {
	text-decoration: none;
	color: #000000;
	
}.glosario {
	font-family: Arial, Helvetica, sans-serif;
	color:#003399;
	cursor:help;
}
.glosario a:link {
	text-decoration: none;
	color: #003399;
}
.glosario a:visited {
	text-decoration: none;
	color: #003399;
}
.glosario a:hover {
	text-decoration: none;
	color: #003399;
}
.glosario a:active {
	text-decoration: none;
	color: #003399;

}
.textosgeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-align: justify;
	margin: 10px;
}
