/**
* CSS
* 
* @version 1.0
* @author Vaska
* @author pabloSruiz 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: helvetica, sans-serif;
	text-decoration: none; color: #FFFFFF;
	line-height:15px;
	background: #000000;
	text-transform:sentencecase;
}

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

a:link { 
text-decoration: underline; color: #FFFFFF; 
}

a:active {
 text-decoration: none; color: #FFFFFF; 
 }
 
a:visited { 
text-decoration: none; color: #FFFFFF;
 }

a:hover { 
text-decoration: none; 
background: #000000;
}

a img { border: none; cursor: pointer;}


#menu {
	background-color: #000000;
    bottom: 15px;
	left: 30px;
    top: 28px;
	line-height:18px;
    overflow: auto;
    position: fixed;
	text-align:left;
    width: 200px;

}

#menu ul {
padding-top:3px;
}

#menu ul li.section-title {
font-family: Georgia;
font-style: italic;
padding-top: 3px;

 }

#menu ul li.section-title:hover {
color:yellow;
}

#content {
	height: 100%;
	padding-top: 30px;
	padding-left: 280px;
	margin: 0;
	float: left;
	
}

.container {
	padding: 5px 5px 25px 5px;
}

#content p { 
	width: 400px; 
	margin-bottom: 9px; 
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 10px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
