﻿@charset "utf-8";
/* CSS Document */
html, body {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;
}

.fade-in {
  animation: fadeIn 0.8s;
  -webkit-animation: fadeIn 0.8s;
  -moz-animation: fadeIn 0.8s;
  -o-animation: fadeIn 0.8s;
  -ms-animation: fadeIn 0.8s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.enlaces {
	vertical-align:middle;
	border-width:0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.enlaces:hover {
	vertical-align:middle;
	border-width:0;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
}
.contador {
	vertical-align:middle;
	border-width:0;
	filter:alpha(opacity=45);
	-moz-opacity:0.45;
	-khtml-opacity:0.45;
	opacity:0.45;
}
.silueta {
	position:fixed;
	bottom:16px;
	right:16px;
	z-index:1;
	border-width:0;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity:0.15;
	opacity:0.15;
 }
.menu-az {
	position:fixed;
	top:68px;
	left:calc(50% - 204px);
	z-index:3;
	border-width:0;
 }
.menu-az:hover {
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity:0.40;
	opacity:0.40;
 }
.menu {
	position:fixed;
	bottom:26px;
	left:26px;
	z-index:3;
	border-width:0;
 }
.menu:hover {
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity:0.40;
	opacity:0.40;
 }
.idioma_letra {
	position:absolute;
	z-index:5;
	bottom:-40px;
	right:-2px;
 }
.idioma_letra:hover {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
 }
.titulofijo {
	left:0;
	right:0;
	top:0px;
	height:45px;
	z-index:3;
	background-color:black;
	position:fixed;
	margin:8px 10px 10px 10px;
	border:1px solid #7b7d47;
	box-shadow:0px 0px 14px 14px black, 0px -18px 14px 10px black;
	display: flex;
	align-items: center;
	justify-content: center;
 }
#titulofijo-h2 {
	height:54px;
 }
#titulofijo-h3 {
	height:66px;
 }
.player {
	left:0;
	right:0;
	bottom:0px;
	height:50px;
	z-index:3;
	background-color:black;
	position:fixed;
	margin:8px 10px 15px 10px;
	box-shadow:0px 0px 14px 14px black, 0px 18px 14px 10px black;
	display: flex;
	align-items: center;
	justify-content: center;
 }
.pieletra {
	left:0;
	right:0;
	bottom:0px;
	height:40px;
	background-color:black;
	position:fixed;
	margin:0px auto;
	box-shadow:0px 0px 14px 14px black, 0px 18px 14px 10px black;
 }
.sombratop {
	left:0;
	right:0;
	top:0px;
	height:0px;
	z-index:3;
	background-color:black;
	position:fixed;
	box-shadow:0px 0px 4px 16px black, 0px -6px 6px 10px black;
 }
 
a:visited.canciones_peli {color: #FF9900; text-decoration: none; outline: none;}
a:link.canciones_peli {color: #FF9900; text-decoration: none; outline: none;}
a:hover.canciones_peli {color: #FFCC66; text-decoration: none; outline: none;}
a:active.canciones_peli {color: #FFCC66; text-decoration: none; outline: none;}
 
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;}