body {
	margin: 20px;
}

a {
    font-family: 'Helvvatica Neue', helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}

hr {
	clear: both;
	margin: 20px 0;
}

#container {
}
#logo .symbol {
	float: left;
	position: relative;
	width: 112px;
	height: 176px;
	margin-right: 16px;
}
#logo div {
	position: absolute;
}

.scrollbar {
	display: block;
	position: static;
	overflow: scroll;
}
.scrollbar span {
	display: block;
}

.single {width: 16px; height: 16px; b-ackground: green;}
.double_horizontal {width: 32px; height: 16px; b-ackground: blue;}
.double_vertical {width: 16px; height: 32px; b-ackground: yellow;}
.triple_horizontal {width: 48px; height: 16px; b-ackground: orange;}

.triple_vertical {width: 16px; height: 48px; b-ackground: violet;}
.triple_vertical .scrollbar {
	width: 16px; height: 48px;
	overflow-x: hidden;
}
.triple_vertical .scrollbar span {
	height: 400%;
	width: 16px;
}


.quatro_horizontal {width: 64px; height: 16px; b-ackground: lime;}
.quatro_horizontal .scrollbar {
	width: 64px; height: 16px;
	overflow-y: hidden;
}
.quatro_horizontal .scrollbar span {
	width: 600%;
	height: 16px;
}

.quatro_vertical {width: 16px; height: 64px; b-ackground: red;}
.quatro_vertical .scrollbar {
	width: 16px; height: 64px;
	overflow-x: hidden;
}
.quatro_vertical .scrollbar span {
	width: 16px; height: 600%;
}

.punto_vertical {width: 16px; height: 80px; b-ackground: red;}
.punto_vertical .scrollbar {
	width: 16px; height: 80px;
	overflow-y: hidden;
}
.punto_vertical .scrollbar span {
	height: 600%; width: 16px;
}

.punto_horizontal {width: 80px; height: 16px; b-ackground: red;}
.punto_horizontal .scrollbar {
	width: 80px; height: 16px;
	overflow-x: hidden;
}
.punto_horizontal .scrollbar span {
	width: 600%; height: 16px;
}

input, select {
	width: 100%;
	height: 100%;
}

#content {
	clear: both;
}
#content a {
	color: black;
	text-decoration: none;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content .column {
	float: left;
	width: 112px;
	margin-right: 16px;
	margin-bottom: 1.3em;
}