/**
* CSS
* 
* @version 1.01 alphalphabetagabbagabbahey!
* @author Vaska 
* @author Gregory Cadar
* @kochiz remixer
* @frankenstein edition
*
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: sans-serif;
	letter-spacing: normal;
}

#the-background {
	position: fixed;
	overflow: hidden;
	z-index:1;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}

#puntos {
	position: fixed;
	z-index: 2;
	background-repeat: repeat;
	background-image: url(/img/5.png);
	width: 100%;
	height: 100%;
	display: block;
}

#wrapper {
	position: absolute;
	z-index: 3;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link { color: #000; background-color: #fff; text-decoration: none;}
a:active { padding:.0em .4em .0em .4em; color: #000; background-color: #fff; text-decoration: none;}
a:visited { padding:.0em .4em .0em .4em; color: #000; background-color: #fff; text-decoration: none;}
a:hover { padding:.0em .4em .0em .4em; color: #fff; background-color: #000; text-decoration: none;}


a img { border: none; }

#menu {
	z-index:10;
    width: 210px;
    overflow: auto;
    top: 50;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
    background: url(http://www.kochiz.info/testlab/test_back.png) no-repeat ;
}

#menu ul {
	list-style: none;
	font-size: 10px;
	text-transform:uppercase;
}

#menu ul li.section-title {font-size: 12px; background-color: #fff; text-transform:uppercase; cursor: pointer;}


#content {
    height: 0px;
    margin: 0 0 0 220px;
    top: 50px;
	position: left;
}


.container {
	padding-left: 25px;
	padding-bottom: 25px;
	padding-top: 10px;
}

#content p { width: 1050px;}

#iframed { min-height: 750px; overflow: hidden; }

p { margin: 0 0 10px 0;}

h1 { font-size: 32px; }
h2 { color: #000; font-size: 12px; text-transform:uppercase; }
h3 { color: #000; background-color: #fff; font-size: 16px; padding:.2em .2em .0em .2em;}
h4 { font-size: 10px; }

#img-container	{ margin: 0; padding: 0 0 0 0;}
#img-container p	{ width: 550px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }