﻿@charset "utf-8";
/* CSS Document */
html, body {
	SCROLLBAR-ARROW-COLOR: #FF9900;
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #4B4B4B;

	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;
}
body { behavior:url("./csshover3.htc"); }
.enlaces:hover {
vertical-align: middle;
border-width: 0;
filter:alpha(opacity=65);
-moz-opacity:0.65;
-khtml-opacity: 0.65;
opacity: 0.65;
}

.enlaces {
vertical-align: middle;
border-width: 0;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

a:visited.discos {color: #A8A87B; text-decoration: none; outline: none;}
a:link.discos {color: #A8A87B; text-decoration: none; outline: none;}
a:hover.discos {color: #DBDCAB; text-decoration: none; outline: none;}
a:active.discos {color: #DBDCAB; text-decoration: none; outline: none;}

a:visited {color: #FFFFFF; text-decoration: none; outline: none;}
a:link {color: #FFFFFF; text-decoration: none; outline: none;}
a:hover {color: #FF9900; text-decoration: none; outline: none;}
a:active {color: #999966; text-decoration: none; outline: none;}
