@charset "UTF-8";
/* CSS Document */
* {
	outline: none;
} 
a {
    outline: none;
}
a:link {
	color: #0054a6;
	text-decoration: none
}
a:visited {
	color: #0054a6;
	text-decoration: none
}
a:hover {
	color: #FFFFFF;
	text-decoration: none
}
a:active {
	color: #0054a6;
	text-decoration: none;
}
a.menusongs12:hover {
	font-family: Helvetica;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
a.menusongs12 {
	font-family: Helvetica;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
a.menusongs10:hover {
	font-family: Helvetica;
	color: #EF5A24;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
a.menusongs10 {
	font-family: Helvetica;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
.menuplayer15 {
	font-family: Helvetica;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
}
.menuplayer12 {
	font-family: Helvetica;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.fondoformacampo {
	background: transparent;
	border:none;
	font-family: Helvetica;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
textarea {
    resize: none;
}

