@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;
}
.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;
}
#Circulox{
	/* margin-left: 25%; */
	width: 35%;
	position: relative;
}
.container_Btns_Velocidad{
    width: 36vw;
    flex-wrap: wrap;    
    margin: 0;
    padding: 0;

    display: flex;
}
.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 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;
}

#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;
}

.botonMenu {
    margin: 0;
    color: white;
    background: #282828;
    border: 0;
    border-bottom: #020202 4px solid;
    border-right: #020202 4px solid;
    padding: 2vh 1vw;
    width: 60%;
    line-height: 1em;
    letter-spacing: 3px;
    margin: 3vh 0;
    height: 10vh;
}

.botonMenu: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;
	    justify-content: center;
}
.cancionero_Alfa{
    width: 12vw;
    margin: 1vw;
}
.cancionero_Alfa_2{
    width: 100%;
    
}
.contenedor_Img_Cover{
	height: 12vw;
}
.img_Cover{
	    width: 100%;
}
.img_Evento{
	    width: 50%;
}
.titulo_Letra_Cancionero{
	width: 80vw;
}
.formulario_Cancionero{
	width: 72vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.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;
    }
.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%;
}

.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;
}

.ul_Menu{
	padding: 0;
	text-align: center;
	width: 100%;
}

.div_Peticion{
    text-align: center;
    width: 100%;
   }

.div_Peticion_2{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
   }
.text_Enviar{
	width: 80%;
    padding: 2vh;
    margin: 2vh;
}
#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;
}

.tarjeta_btn_Img{
	width: 13vw;
	margin: 0 3vw;
}
.tarjeta_btn_Img_2 {
    width: 9vw;
    margin: 0 3vw;
}
.img_Aleatorio{
	width: 100%;
}

