body, html {
	height:100%;
}



/* Stuff after this is only to make things more pretty */
.w3-switch{
     display:none;
}

.w3-switch ~label{
     content:url('../images/css/switchOff.png');
     width:100%;
     cursor:pointer;
}



.w3-switch:checked ~label{
     content:url('../images/css/switchOn.png');
     width:100%;
     cursor:pointer;
}



.w3-myBtn{
	background-image:url('../images/fondoBtn.png');
	height:47px;
	padding-top:15px;
	border:#666666 solid 1px;
	vertical-align:middle;
	/*width:90%;
	margin-left:5%;*/
}


.w3-headerBtn{
	background-image:url('../images/fondoBtn.png');
	height:47px;
	padding-top:8px;
	border:#666666 solid 1px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	vertical-align:middle;
	/*width:90%;
	margin-left:5%;
	position:relative;*/
}



.w3-footerBtn{
	background-image:url('../images/fondoBtn.png');
	height:47px;
	padding-top:8px;
	border:#666666 solid 1px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	vertical-align:middle;
	/*width:90%;
	margin-left:5%;
	position:relative;*/
}



.w3-blackout{
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.4);
	z-index:80000;
}