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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}
 
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link  { color: black; text-decoration: none; background-color:#CCFF00}
a:active { text-decoration: underline; }
a:visited { color: black; text-decoration: none; background-color:#CCFF00}
a:hover { color: white; text-decoration: none; background-color: black }
a img { border: none; }

#menu {
    background-color: transparent;
	width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	padding: 15px 0px 0px 18px;
	z-index:200;
	line-height:11px;

}


#menu ul {
    background-color: transparent; 
	position: relative;
	list-style: none;
	margin: 0 0 20px 0;
	z-index:202;
	border-bottom: 0.5pt dotted;
}

#menu ul li.section-title {
    background-color: transparent; 
	font-size: 20px;
	line-height: 24px;
	z-index:201;
	margin: 0px 0; 
	font-family:Georgia, Times, serif;
	font-style:italic;
}


#content {
    background-color: transparent; 
    height: 100%;
    margin: 15px 0 0 215px;
    top: 0;
}

.container {
    background-color: transparent; 
    padding: 5px 5px 25px 5px;

}

#content p {
    background-color: transparent; 
	margin-bottom: 9px; 
	}

p {
    background-color: transparent; 
    margin: 0 0 9px 0;
}

.contitle {
    background-color: transparent; 
    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; }

#img-container	{
	margin: 0 0 20px 0;
	padding: 0px;
}
	
	
img { border: 0.5pt dotted #BDBDBD; }

	
#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; }