@font-face {
  font-family: 'Wendy One';
  src: url('WendyOne-Regular.ttf')  format('truetype');
}
a{
	text-decoration: none;
    color: black;
}
body{
	text-align: center;
	margin: 0px;
	background: #282828;
	font-family: 'Wendy One', sans-serif;
	letter-spacing: 2px;
	line-height: 25px;
}


canvas{
	border: 0px solid white;

}


/*CONTENIDO*/
aside{
	float: right;
	display: inline-table;
	
	padding: 10px;
	background: white;
	width: 20%;
	border: 2px solid black;
	border-radius: 5px 0px 0px 35px;
	-moz-border-radius: 5px 0px 0px 35px;
	-webkit-border-radius: 5px 0px 0px 35px;
	-o-border-radius: 5px 0px 0px 35px;
	box-shadow: 0px 0px 10px white; 
	-moz-box-shadow: 0px 0px 10px white;
	-webkit-box-shadow: 0px 0px 10px white;
	-o-box-shadow: 0px 0px 10px white;


}
aside ul{
	width: 100%;
	list-style: none;
}
aside ul li {
	width: 100%;
	text-decoration:none;
}
aside ul li a{
	width: 100&;
	text-decoration: none;
	overflow: hidden;
}
article{
	width: 75%;
	background: #928f8f;
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
	border: 2px solid black;
	border-radius: 5px 15px 35px 35px;
	-moz-border-radius: 5px 15px 35px 35px;
	-webkit-border-radius: 5px 15px 35px 35px;
	-o-border-radius: 5px 15px 35px 35px;
	/* display: table; */
	box-shadow: 3px 3px 10px black;
	-moz-box-shadow: 3px 3px 10px black;
	-webkit-box-shadow: 3px 3px 10px black;
	-o-box-shadow: 3px 3px 10px black;
	height: 100%;
	overflow: hidden;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transition: opacity 1s, box-shadow 1s, transform 1s;
	-webkit-transition: opacity 1s,-webkit- box-shadow 1s,-webkit- transform 1s;
	-moz-transition: opacity 1s,-moz- box-shadow 1s,-moz- transform 1s;
	-o-transition: opacity 1s,-o- box-shadow 1s,-o- transform 1s;
}
.acordes_Min{
	margin: 0 1vw;
    width: 8vw;
}
.article_Cancion{
	width: 90%;
	background: #bdbdbd;
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
	border: 2px solid black;
	border-radius: 5px 15px 35px 35px;
	-moz-border-radius: 5px 15px 35px 35px;
	-webkit-border-radius: 5px 15px 35px 35px;
	-o-border-radius: 5px 15px 35px 35px;
	/* display: table; */
	box-shadow: 3px 3px 10px black;
	-moz-box-shadow: 3px 3px 10px black;
	-webkit-box-shadow: 3px 3px 10px black;
	-o-box-shadow: 3px 3px 10px black;
	height: 100%;
	overflow: hidden;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transition: opacity 1s, box-shadow 1s, transform 1s;
	-webkit-transition: opacity 1s,-webkit- box-shadow 1s,-webkit- transform 1s;
	-moz-transition: opacity 1s,-moz- box-shadow 1s,-moz- transform 1s;
	-o-transition: opacity 1s,-o- box-shadow 1s,-o- transform 1s;
}
.btn_Velocidad_1{
	    font-size: 1vw;
	    margin: 1vh 2vw;
	    background: rgb(3, 169, 244);
	    color: white;
	    padding: 1vh 3vw;
    width: 7vw;
}
.btn_Velocidad_2{
	    font-size: 1vw;
	    margin: 1vh 2vw;
	    background: rgb(139, 195, 74);
	    color: white;
	    padding: 1vh 3vw;
    width: 7vw;
}
.btn_Velocidad_3{
	    font-size: 1vw;
	    margin: 1vh 2vw;
	    background: rgb(255, 87, 34);
	    color: white;
	    padding: 1vh 3vw;
    width: 7vw;
}
.btn_Velocidad_4{
	    font-size: 1vw;
	    margin: 1vh 2vw;
	    background: rgb(244, 67, 54);
	    color: white;
	    padding: 1vh 3vw;
    width: 7vw;
}
.btn_Pausa{
	background: rgb(121, 85, 72);
	    font-size: 1vw;
    color: white;
    padding: 2vh 3vw;
    width: 8vw;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
.btn_1_Afinador{
	position: absolute;
    top: 15%;
    background: #3b7ea7;
    margin: 0 0 0 2vw;
    padding: 1vh 3vw;
    color: white;
}
.btn_2_Afinador{
	position: absolute;
    top: 45%;
    background: #3b7ea7;
    margin: 0 0 0 2vw;
    padding: 1vh 3vw;
    color: white;
}
.btn_3_Afinador{
	position: absolute;
    bottom: 15%;
    background: #3b7ea7;
    margin: 0 0 0 2vw;
    padding: 1vh 3vw;
    color: white;
}
.btn_Pausa_Afinador{
    background: #3b7ea7;
    padding: 1vh 3vw;
    color: white;
}
#Circulox{
	/* margin-left: 25%; */
	width: 35%;
	position: relative;
}
.contenedor_Btn_Afinador{
	width: 25%;
    text-align: center;
    position: relative;
}
.container_Acordes{
    overflow-x: scroll;
    height: 16vh;
    width: 13vw;
    display: flex;
}
.container_Acordes::-webkit-scrollbar{
	height: 0vh;
}
.container_Afinador{
	display: flex;
}
.container_Btns_Velocidad{
    width: 36vw;
    flex-wrap: wrap;    
    margin: 0;
    padding: 0;

    display: flex;
}
.container_Btns_Velocidad_2{
    flex-wrap: wrap;    
    margin: 0;
    padding: 0;

    display: flex;
}
.div_Control_Visitas_Estrellas{
	display: inline-block;
	margin: 0 1vw;
}
.div_Menu{
	    display: flex;
    flex-wrap: wrap;
}
.div_Menu_Cancionero{
	    display: flex;
    flex-wrap: wrap;
	text-align: center;
	margin: 1vh 0;
	justify-content:center;
}
.div_Menu_Cancionero_2{
	    display: flex;
    flex-wrap: wrap;
	text-align: center;
	margin: 0;
	justify-content:center;
}
.div_Menu input{
	margin: 1vh 0;
}
.div_Menu_Cancionero input{
	margin: 1vh 0;
}
.buscador{
	padding: 2vh 2vw;
    width: 60%;
    margin: 2vh 0;
    font-size: 16px;
    font-weight: bold;
}
#pff{
	background-color: #e6993b;
}
#articuloImagen{

	background: white;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 2px solid black;
	border-radius: 5px 15px 35px 35px;
	-moz-border-radius: 5px 15px 35px 35px;
	-webkit-border-radius: 5px 15px 35px 35px;
	-o-border-radius: 5px 15px 35px 35px;
	display: table;
	box-shadow: 3px 3px 10px black;
	-moz-box-shadow: 3px 3px 10px black;
	-webkit-box-shadow: 3px 3px 10px black;
	-o-box-shadow: 3px 3px 10px black;
	
	overflow: hidden;
	position: relative;

}
#articuloImagen:active{	
	opacity: 0;
}
#contenido{
	width: 100%;
	border: 2px solid white;
	box-shadow: 0px 0px 10px white;
	-moz-box-shadow: 0px 0px 10px white;
	-webkit-box-shadow: 0px 0px 10px white;
	-o-box-shadow: 0px 0px 10px white;
}
h1{
	transform:translate:(150px,0px);
	-webkit-transform:translate:(150px,0px);
	-moz-transform:translate:(150px,0px);
	-o-transform:translate:(150px,0px);
	position:relative;
	top:-20%;
	margin-top: 10px;		
	font-size: 32px;
	letter-spacing: 0px;
	display: inline;
	color: white;
}

h5{
    margin: 0 1vw;
    font-size: 15px;
    display: inline;
	}
.slide{
    width: 65vw;
    height: 25vw;
	/*overflow-x:scroll;	*/
	overflow-y:hidden; 	
    background: white;
}
.slide img{
    width: 65vw;
    height: 25vw;
}
.slide li{
	list-style: none;
	float: left;
	    margin: 0 0 20vh 0;
}
.titulo_Cancionero{
	margin-top: 1vh;
}
#botonSig{
    color: white;
    background: #cf4137;
    font-size: 2vw;
    border: 0;
    border-bottom: #af2e28 4px solid;
    border-left: #af2e28 4px solid;
    padding: 2vh 2vw;
    font-weight: bold;
    letter-spacing: 3px;
}

#botonSig:active{
	background-color: white;
}
#boton_Enviar_Correo{
	 margin: 0;
    color: white;
    background: #282828;
    border: 0;
    /*border-bottom: #020202 4px solid;
    border-right: #020202 4px solid;*/
    padding: 2vh 1vw;
    width: 100%;
    max-height: 3em;
    line-height: 1em;
    letter-spacing: 1px;
}
#botonAnt{
    margin: 0;
    color: white;
    background: #282828;
    border: 0;
    /*border-bottom: #020202 4px solid;
    border-right: #020202 4px solid;*/
    padding: 2vh 1vw;
    width: 100%;
    max-height: 3em;
    line-height: 1em;
    letter-spacing: 1px;
}
h2{
	font-family: 'Oswald', sans-serif;
	white-space: pre-line;
	font-size: 14px;
}
#botonAnt:active{
	background-color: white;
}
#INFORMACION ul {
	text-align: center;
	list-style: none;
}

#INFORMACION {
	font-size: 25px;
	font-weight: 500;
}
.list_Cancionero{
	    list-style: none;
    display: flex;
    flex-wrap: wrap;
	padding: 0;
}
.cancionero_Alfa{
	margin: 5px 10px;
}
.titulo_Letra_Cancionero{
	width: 80vw;
}
.formulario_Cancionero{
	width: 80vw;
}
.letra_Cancion{
	font-weight: bold;
	font-size: 12px;
}
.Velocidad{
    background: #bdbdbd;
    margin-bottom: 5px;
    margin-top: 5px;
    /* display: inline-block; */
    border: 2px solid black;
    border-left: 0;
    width: 35vw;
    left: 4vw;
    -webkit-border-radius: 5px 11px 11px 5px;
    position: fixed;
    z-index: 10;
}

.Velocidad_2{
background: #bdbdbd;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid black;
    border-left: 0;
    width: 28vw;
    left: 4vw;
    -webkit-border-radius: 5px 11px 11px 5px;
    position: fixed;
    z-index: 10;
        height: 37vh;
    }
    .Velocidad_3{
    	    background: #bdbdbd;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid black;
    border-left: 0;
    width: 10vw;
    left: 4vw;
    -webkit-border-radius: 5px 11px 11px 5px;
    position: fixed;
    z-index: 10;
    }
	.Velocidad_4{
	    background: #bdbdbd;
	    margin-bottom: 5px;
	    margin-top: 5px;
	    border: 2px solid black;
	    border-left: 0;
	    width: 15vw;
	    left: 4vw;
	    -webkit-border-radius: 5px 11px 11px 5px;
	    position: fixed;
	    z-index: 10;
	    text-align: center;
    }
    .Velocidad_5{
	    background: #bdbdbd;
	    margin-bottom: 5px;
	    margin-top: 5px;
	    border: 2px solid black;
	    border-left: 0;
	    width: 50vw;
	    left: 4vw;
	    -webkit-border-radius: 5px 11px 11px 5px;
	    position: fixed;
	    z-index: 10;
	    text-align: center;
    }

.titulo_Speed{
	    width: 36vw;
}
.menu{
	width: 4vw;
    background: #bdbdbd;
    margin-top: 5px;    
    position: fixed;
    border: 2px solid black;
    -webkit-border-radius: 5px 11px 11px 5px;
}

.img_speed{
	    height: 78%;
	width: 100%;
}
.img_Clavijero{
	width: 50%;
	height: 50%;
}
.visible{
	display: block;
}

.invisible{
	display: none;
}

.votos_Img{
	width: 3vw;
}

.p_Contenedor_Estrellas{
	display: inline-block;
}

.contenedor_estrellas{
    width: 90vw;
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contenedor_Estrella_Img{
    margin: 0 1vw;
}

.titulo_Estrellas{
	    width: 90vw;
}

.input_Invisible{
	display: none;
}

.div_Portada{
	    position: relative;
    width: 75vw;
    height: 30vw;
}

.titulo_Letra_Cancionero_Autor{
position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 10;
    color: white;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 25px;
}

.img_Portada_Autor{
width: 100%;
    height: 100%;
}
.img_Fuente_Tam{
	width: 5vw;
    height: 5vw;
}
/*
.degradado{
	    position: absolute;
    width: 75vw;
    height: 30vw;
	background: rgba(19,19,19,0.24);
background: -moz-linear-gradient(top, rgba(19,19,19,0.24) 0%, rgba(28,28,28,0.26) 9%, rgba(43,43,43,0.29) 21%, rgba(71,71,71,0.37) 61%, rgba(17,17,17,0.42) 83%, rgba(0,0,0,0.44) 89%, rgba(44,44,44,0.45) 95%, rgba(76,76,76,0.46) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,0.24)), color-stop(9%, rgba(28,28,28,0.26)), color-stop(21%, rgba(43,43,43,0.29)), color-stop(61%, rgba(71,71,71,0.37)), color-stop(83%, rgba(17,17,17,0.42)), color-stop(89%, rgba(0,0,0,0.44)), color-stop(95%, rgba(44,44,44,0.45)), color-stop(100%, rgba(76,76,76,0.46)));
background: -webkit-linear-gradient(top, rgba(19,19,19,0.24) 0%, rgba(28,28,28,0.26) 9%, rgba(43,43,43,0.29) 21%, rgba(71,71,71,0.37) 61%, rgba(17,17,17,0.42) 83%, rgba(0,0,0,0.44) 89%, rgba(44,44,44,0.45) 95%, rgba(76,76,76,0.46) 100%);
background: -o-linear-gradient(top, rgba(19,19,19,0.24) 0%, rgba(28,28,28,0.26) 9%, rgba(43,43,43,0.29) 21%, rgba(71,71,71,0.37) 61%, rgba(17,17,17,0.42) 83%, rgba(0,0,0,0.44) 89%, rgba(44,44,44,0.45) 95%, rgba(76,76,76,0.46) 100%);
background: -ms-linear-gradient(top, rgba(19,19,19,0.24) 0%, rgba(28,28,28,0.26) 9%, rgba(43,43,43,0.29) 21%, rgba(71,71,71,0.37) 61%, rgba(17,17,17,0.42) 83%, rgba(0,0,0,0.44) 89%, rgba(44,44,44,0.45) 95%, rgba(76,76,76,0.46) 100%);
background: linear-gradient(to bottom, rgba(19,19,19,0.24) 0%, rgba(28,28,28,0.26) 9%, rgba(43,43,43,0.29) 21%, rgba(71,71,71,0.37) 61%, rgba(17,17,17,0.42) 83%, rgba(0,0,0,0.44) 89%, rgba(44,44,44,0.45) 95%, rgba(76,76,76,0.46) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c', GradientType=0 );
}*/

.degradado{
	    position: absolute;
    width: 75vw;
    height: 30vw;
	background: rgba(183,222,237,0.17);
background: -moz-linear-gradient(top, rgba(183,222,237,0.17) 0%, rgba(113,128,133,0.55) 66%, rgba(105,117,120,0.71) 95%, rgba(124,138,143,0.74) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,0.17)), color-stop(66%, rgba(113,128,133,0.55)), color-stop(95%, rgba(105,117,120,0.71)), color-stop(100%, rgba(124,138,143,0.74)));
background: -webkit-linear-gradient(top, rgba(183,222,237,0.17) 0%, rgba(113,128,133,0.55) 66%, rgba(105,117,120,0.71) 95%, rgba(124,138,143,0.74) 100%);
background: -o-linear-gradient(top, rgba(183,222,237,0.17) 0%, rgba(113,128,133,0.55) 66%, rgba(105,117,120,0.71) 95%, rgba(124,138,143,0.74) 100%);
background: -ms-linear-gradient(top, rgba(183,222,237,0.17) 0%, rgba(113,128,133,0.55) 66%, rgba(105,117,120,0.71) 95%, rgba(124,138,143,0.74) 100%);
background: linear-gradient(to bottom, rgba(183,222,237,0.17) 0%, rgba(113,128,133,0.55) 66%, rgba(105,117,120,0.71) 95%, rgba(124,138,143,0.74) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#7c8a8f', GradientType=0 );
}

.div_Peticion{
    text-align: center;
    width: 100%;
   }
.text_Enviar{
	width: 80%;
    padding: 2vh;
    margin: 2vh;
}
