/* Footer always on bottom: http://alexwebfreelance.com/footer-siempre-abajo-sticky-footer/ */
/*
html {
	position: relative; 
	min-height: 100%;
}

body {
	margin: 0 0 45px;
}

footer {
	width: 100%;
	bottom: 0;
	position: absolute;
	height: 45px;
}*/
/* End */


/*
footer {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 6px;
	color: whitesmoke;
	background-color:slategray;
}*/

footer a {
	color: whitesmoke;
}

a.labelcategory:link, 
a.labelcategory:visited,
a.labelcategory:hover,
a.labelcategory:hover
{
	text-decoration:none;
}

/* http://stackoverflow.com/questions/37887589/sticky-header-and-footer-scrollable-content */

html, body {
	height: 100%;
	margin: 0;
	/*overflow: hidden;*/ /* this is important to prevent the whole page to bounce */
}
.wrapper {
	height: 100%;
	width: 100%;
	display: table;
}
.header, .content, .footer {
	display: table-row;
}
.inner {
	display: table-cell;
}
.content .inner {
	height: 100%;
	position: relative;
}
.scrollable {
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	overflow: hidden; /* Para que iscroll se encargue */
}


/* file:///D:/gusi/live.everlaps.com/node_modules/iscroll/demos/scrollbars/index.html */
/*
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-touch-action: none;
}

body,ul,li {
	padding: 0;
	margin: 0;
	border: 0;
}
*/

body {
	font-family: 'Roboto-Condensed', 'Roboto', sans-serif;
	/*overflow: hidden; *//* this is important to prevent the whole page to bounce */
}
/*
#header {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #CD235C;
	padding: 0;
	color: #eee;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

#footer {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	background: #444;
	padding: 0;
	border-top: 1px solid #444;
}
*/
#wrapper__ {
	/*position: absolute;*/
	/*z-index: 1;*/
	/*left: 0; right: 0;
	top: 0; bottom: 0;*/
	/*width: 100%;*/
	background: red;
	overflow: hidden;
}

#scroller__ {
	/*position: absolute;*/
	/*z-index: 1;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/*width: 100%;*/
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
