*{
	box-sizing: border-box; 
	outline: none;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

a:active{ outline:none;}

html{
	background-color: rgb(242,242,242);
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
	font-size: 1.2em;
	line-height: 30px;
	text-align: justify;
	width: 100%;
	height: 100%;
	min-height: 512px;
	overflow: auto;
}

body{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	height: 100%;
	overflow: hidden;
	background-color: white;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	position: relative;
}

#banner{
	height: 182px;
	padding: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#body{
	position: absolute;
	top: 200px;
	right: 0;
	bottom: 200px;
	left: 0;
	width: 100%;
}

#footer{
	width: 100%;
	height: 130px;
	padding: 10px 0 10px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(242,242,242);
}

.tab{
	width: 200px;
	height: 68px;
	float: left;
	margin: 84px 10px 10px 10px;
	color: white;
	padding: 19px 0 19px 0;
	text-align: center;
}

#tab_1{
	height: 142px;
	margin: 10px;
	background-image: url(scalas_logo.png);
	background-size: 200px auto;
}

#tab_2_ok, #tab_2{ background-color: rgb(0,123,115);}
#tab_3_ok, #tab_3{ background-color: rgb(25,126,170);}
#tab_4_ok, #tab_4{ background-color: black;}
#tab_5_ok, #tab_5{
	color: black;
	background-color: rgb(242,242,242);
	width: 210px;
	height: 46px;
	padding: 9px 15px 9px 15px;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-left-radius: 18px;
}

.foot{
	height: 90px;
	float: left;
	margin: 10px 8px 10px 8px;
	border-radius: 18px;
}

#foot_1{ 
	width: 150px;
	padding: 0;
	margin: 10px 0 10px 20px;
}

#foot_2_ok, #foot_2{
	width: 168px;
	background-color: white;
	color: black;
	padding: 30px 10px 30px 10px;
	text-align: center;
}

#foot_3_ok, #foot_3{
	width: 168px;
	background-color: white;
	background-image: url(arobase.png);
	background-size: 70px 70px;
	background-position: 8px center;
	color: black;
	padding: 30px 10px 30px 85px;
}

#foot_4{
	background-color: white;
	width: 90px;
	background-image: url(instagram.png);
	background-size: 70px 70px;
}

#foot_5{
	background-color: white;
	width: 90px;
	background-image: url(facebook.png);
	background-size: 70px 70px;
	border-radius: 100%;
}

#foot_6{ 
	width: 130px;
	text-align: right;
	padding: 30px 0 30px 0;
	margin: 10px 20px 10px 0;
}

#tab_2_ok,
#tab_3_ok,
#tab_4_ok{
	height: 106px;
	margin: 46px 10px 10px 10px;
	padding: 38px 0 38px 0;
}

#tab_5_ok{ width: 230px;}

#foot_2_ok{
	height: 112px;
	padding: 41px 10px 41px 10px;
	margin-top: -12px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#foot_3_ok{
	height: 112px;
	padding: 41px 10px 41px 85px;
	margin-top: -12px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}