
body {

	margin: 0px;
	padding: 0px;
	color: #fff;
	background: linear-gradient(-45deg, #101520, #050505, #201015, #050505,#101520, #050505);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
	margin-bottom: 60px;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


.clockDigit{
	display: inline-block;
	float: left;
	text-shadow: 0px 0px 2px RGBA(255,255,255,0.5);
	font-size: 20px;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2px;
	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	color: white;

	-webkit-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);

}

.row{
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 100%;
}

.flatButton{
	 border-width: 0px;
	 font-style: bold;
	 border-radius: 0px;
	 width: 130px;
	 padding: 20px;
	 margin: 0px;
	 border-style: solid;
	 transition-duration: 0.5s;
}

a.buttonActivo{

	width: 150px;
	height: 40px;
	background: #111;
	display: inline-block;
	position: relative;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #222;
	color: white;
	text-decoration: none;

	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	color: white;

	-webkit-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
}

a.buttonActivo span.text {
	position: relative;
	top: 5px;
	font: 15px Arial;
}

.flatButton:hover{
	border-width: 0px;
	background: #ff9000;
	color: #000;
}

.paragrafh{
	padding: 15px;
	margin: 10px;
	font-size: 120%;
	background: #222;
	color: #fff;
	border-radius: 0px;
	border-width: 0px;
	
}

.imgFrame{
	width: 300px;
	height: 200px;
	padding: 0px;
	margin: 10px;
	box-shadow: 0px 4px 10px RGB(1,1,1);
}

.schemeBlack{
	background: #222;
}


.schemeBlack:active{
	background: #fff;
}

.rowBar{
	background: #151515;
	text-align: center;
	align-content: center;
	box-shadow: 0px 4px 10px RGB(1,1,1);
	width: 100%;
}


.rowBar{
	background: #181818;
	text-align: center;
	align-content: center;
	box-shadow: 0px 4px 10px RGB(1,1,1);
	width: 100%;
}

.rowFooter{


	text-align: center;
	align-content: center;

	
	width: 100%;
	padding-top: 10px;
	
	position: fixed;
    height: 65px;
    background: #181818;
    box-shadow: 0px 4px 10px RGB(1,1,1);

    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    
}

.fullWidth{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}



a.button {
	width: 150px;
	height: 40px;
	background: #111;
	display: inline-block;
	position: relative;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #222;
	color: white;
	text-decoration: none;
	
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
	background-image: -webkit-linear-gradient(bottom, #333 0%, #222 49%, #444 50%, #444 100%);
	background-image: -moz-linear-gradient(bottom, #333 0%, #222 49%, #444 50%, #444 100%);
	background-image: -ms-linear-gradient(bottom, #333 0%, #222 49%, #444 50%, #444 100%);
	background-image: -o-linear-gradient(bottom, #333 0%, #222 49%, #444 50%, #444 100%);
	background-image: linear-gradient(bottom, #333 0%, #222 49%, #444 50%, #444 100%);
}

a.button span.text {
	position: relative;
	top: 5px;

	font: 15px Arial;
}

a.button span.shine {
	content: '';
	position: absolute;
	height: 400px;
	width: 20px;
	background: white;
	top: -80px;
	left: -20px;
	display: block;
	opacity: 0.8;
	
	-webkit-box-shadow: 0px 0px 20px 10px white; 
	-moz-box-shadow: 0px 0px 20px 10px white; 
	box-shadow: 0px 0px 20px 10px white; 
	
	-webkit-transform: rotate(-45deg);	
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.button:hover {
	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	color: white;
}

a.button:active {
	-webkit-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
}

a.button:hover span.shine {
	left: 170px;
	top: -300px;
}

.panel{
	font-size: 16px;
	background: #111;
	box-shadow: inset 0px 1px 10px 0px rgba(100,100,100,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	padding: 25px;
	text-align: justify;
    text-justify: inter-word;
}

.fontTitle{
	color: #3366ff;
}

.fontBody{
	color: #ffcc55;
}


#social{
	float: right;

}

li{
	display: inline-block;
}

a{
	margin: 5px;
}
.iconSocial{
	height: 40px;
}


.makingButton{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
	color: #fff;
	background: linear-gradient(-45deg, #dd0033, #ff4444, #dd0033, #ff4444);
	background-size: 400% 400%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
	width: 240px;
	box-shadow: 0px 4px 10px RGB(1,1,1);
}

.megaButton{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
	color: #fff;
	background: linear-gradient(-45deg, #dd0000, #aa0000, #dd2200, #dd0022);
	background-size: 400% 400%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
	width: 240px;
	box-shadow: 0px 4px 10px RGB(1,1,1);
}

.soundButton{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
	color: #fff;
	text-shadow: 2px 2px 1px RGB(0,0,0);
	background: linear-gradient(-45deg, #ff5500, #ff9900, #ff5500, #ff9900);
	background-size: 400% 400%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
	width: 240px;
	box-shadow: 0px 4px 10px RGB(1,1,1);
}

.mixButton{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
	color: #000044;
	background: linear-gradient(-45deg, #ffffff, #bfbfff, #ffffff, #cfcfcf);
	background-size: 400% 400%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
	width: 240px;
	box-shadow: 0px 4px 10px RGB(1,1,1);
}


#sfc57mm622kjby4mggm6ebqsulys65ft1k9{
	float: left;
}