/*FUENTES*/ 
/* VARIABLES*/


/* MEDIA QUERIES */
footer{
	padding: 20px;
	border-top: 1px dashed #999;
}
footer p{
	color: #999;
	font-size: 1.2em;
	text-align: center;
}
.ayuda{
	width: 5em;
	height: 5em;
	position: fixed;
	top: calc(100% - 10px);
	left: calc(100% - 10px);
	transform: translate(-100% , -100%);
	transition: 1s;
}
.ayuda:hover{
	width: 6em;
	height: 6em;
	cursor: pointer;
}
.ayuda img{
	max-width: 100%;
}

.subir_inicio{
	height: 5em;
	position: fixed;
	top: calc(100% - 10px - 3em);
	left: calc(100%);
	transform: translate(-100% , -100%);
	transition: 1s;
	display: none;
}
.subir_inicio:hover{
	height: 6em;
	cursor: pointer;
}
.subir_inicio img{
	max-width: 50px;
}
/* TV */
@media screen and ( min-width: 2049px){
	
}
/* PC */
@media screen and ( max-width: 2048px){
	
}
/* PORTATIL */
@media screen and ( max-width: 1330px){

}
/* TABLET */
@media screen and ( max-width: 870px){

}
/* MOVIL */
@media screen and ( max-width: 720px){

/* SMARTWATCH */
@media screen and ( max-width: 330px){
	
}
/* ANIMACIONES */