/**
* CSS
* 
* @version 2010_v1 yabadabadoo!
* @author kochiz 
* www.kochiz.info
* April_2010
*
*/


/* ---- afirmate los churrines cabra! -----*/

* {
	margin: 0;
	padding: 0;
}

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

.ninja {display:none;}

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

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

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

@font-face {
	font-family: 'nevis';
	src: url('nevis.eot');
	src: local('nevis'), local('nevis-Bold'), url('nevis.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a:link { color: #000; text-decoration: none;}
a:active { color: #000; text-decoration: none;}
a:visited { color: #000; text-decoration: none;}
a:hover { font-style: italic; color: #000; text-decoration: none;}


a img { border: none; }

#menu {
	background-image:url(/img/menu_70.png);
	background-repeat:no-repeat;
	height:400px;
	left:10px;
	overflow:visible;
	position:fixed;
	top:90px;
	width:300px;
	z-index:1;
	padding: 12px 0 0;
}

#menu2 {
	background-image:url(/img/menu_100.png);
	background-repeat:no-repeat;
	height:400px;
	left:10px;
	overflow:auto;
	position:fixed;
	top:90px;
	width:300px;
	z-index:-2;
}

#menu ul {
	line-height: 12px;
	list-style: none;
	font-size: 10px;
	text-transform:uppercase;
	font-family: 'nevis';
}

#menu ul li.section-title {
	font-size: 14px;
	text-transform:uppercase; 
	cursor: pointer;
	font-family: 'nevis';
}


#content {
    margin: -80px 0 0 300px;
    top: 40px;
}

.container {
	padding-left: 46px;
	padding-top: 88px;
}

#content p { width: 1050px;}

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

p { margin: 80px 0 10px;}

h1 { font-size: 14px; font-family: 'nevis'; font-weight: normal; }
h2 { color: #000; font-size: 14px;  }
h3 { color: #fff; background-color: #000; font-size: 14px;}
h4 { font-size: 10px; }
h5 { line-height: 10px; font-weight: normal; 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; }

/* ---- y pa eso me webiaste tanto -----*/