/*       Cortes Musical         */

html, body {
margin:0px;
padding:0px;
height:100%;
background:url(../ima/bg-top.jpg) top repeat-x;
background-color:#6B1401;
font-family:Tahoma;
color:#383838;
font-size:13px;
line-height:15px;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;


SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-ARROW-COLOR: #999999; SCROLLBAR-BASE-COLOR: #999999; scrollbar-dark-shadow-color: #999999; scrollbar-3d-light-color: #999999
}

a:link {
color: #990000;
text-decoration:none;
}
a:visited {
color: #990000;
text-decoration:none;
}
a:hover {
color: #FF3300;
text-decoration:underline;
}
a:active {
color: #990000;
text-decoration:none;
}

.SubTitulo {
font-size:24px;
color:#990000;
line-height:28px;
text-align:left;
}

.ColorTinto {
color:#990000;
}


/*
 Repertorio
 */
.RepeTituloTema {
	display:block;
	background-color:#900;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	color:#FFF;
	padding:5px 0 5px 0;
	text-align:center;
}

.RepeLetra {
	display:block;
	background-color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	color:#666;
	padding:5px 0 5px 5px;
	text-align:left;
	margin:5px 0 5px 0;
}

.RepeSeparadorHorizontal {
	background:url(../ima/rep-separador-vertical.jpg) left repeat-x;
	display:block;
	height:5px;
}

.RepeColumna {
	display:inline-block;
	width:210px;
	vertical-align:top;
}

.RepeColumnaBlank {
	display:inline-block;
	width:10px;
}

.aRepePista,aRepePista:link,aRepePista:visited,aRepePista:active  {
	display:block;
	background:url(../ima/icon_audio_white.png) right no-repeat;
	padding:5px 0 5px 5px;
	text-align:left;
	font-size:9px;
	text-transform:uppercase;
	line-height:10px;
}

.aRepePista:hover {
	background:url(../ima/icon_audio.png) right no-repeat #666;
	color:#FFF !important;
	text-decoration:none;
}
