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

body {
	font-size: 12px;
	font-family: Georgia, normal;
	background: #333333;
}

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:#333333 }

a img { border: none; }

#menu {
    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 {
	position: relative;
	list-style: none;
	margin: 0 0 20px 0;
	z-index:202;
}

#menu ul li.section-title {
	font-size: 20px;
	line-height: 24px;
	z-index:201;
	margin: 0px 0;} 


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

	
}

.container {
    padding: 5px 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;} 
	
.HeadlineDate {
	font-family: Georgia, normal;
	font-size: 34px;
	line-height: 38px;
	margin: 0px 0;
	color: #999999;} 
	
.HeadlineIndex {
	font-family: Georgia, normal;
	font-size: 34px;
	line-height: 44px;
	margin: 0px 0;
	color: #999999;} 
	
	
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-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; }