/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Ritxi Ostriz
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: helvetica;
	background: #fff;
}

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

a:link  { color:black; text-decoration:none; ;font-size: 12px;  background-color:bc9e6b;}
a:active { text-decoration: underline;font-size: 12px }
a:visited { color: black; text-decoration:none ;font-size: 12px; none; background-color:bc9e6b; }
a:hover { color: a0245d; text-decoration: none;font-size: 12px; none; background-color: a0245d;
 }

a img { border: none; }

#menu {
	font-family: helvetica ;
	font-size: 8px;
	text-align: center;
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;, 
    height: 100%;
	padding: 15px 25px 0px 15px;
	z-index:200;
	line-height:20px;
}


#menu ul {
	position: relative ;
	list-style: none;
	margin: 0 0 30px 0;
	z-index:202;
}

#menu ul li.section-title {
	font-size: 10px;
	text-align: center
	line-height: 24px;
	z-index:201;
	margin: 15px 0px;} 


#content {
    height: 100%;
    margin: 15px 0 0 260px;
    top: 0;
	    width: 567px;

	
}




.nav {
    position: absolute;
    top: 10px;
	font-family: helvetica ;
	font-size: 8px;

    z-index: 500;
    position: fixed;
    clear: both;
}




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

}

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

p {
    margin: 0 0 9px 0;
}

.contitle {font-size: 20px;
	line-height: 24px;
	margin: 0px 0;} 

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


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

#once { clear: left; }

.nothumb { 
float: left; 
padding: 0;
margin: 0 4px 4px 0;
}

.nothumb img { display: block; margin: 0; }