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

body {
	font-size: 10px;
	font-family: Verdana, Trebuchet, Helvetica, Arial, sans-serif;
	background: #fff;
	color: #777777;
	background:url(img/background.jpg) no-repeat;
}

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


a img { border: none;}
a:link  { text-decoration: none; color: #0066CC; }
a:active { text-decoration: underline; }
a:visited { text-decoration: none; color: #0066CC; padding-right: 14px; background: url(img/visitedLink.gif) no-repeat 100% 50%; }
a:hover { text-decotarion:none; color:#56797F; background-color: #FCFBDC; }



#twit { text-decoration: none; color: #fff; background-color:#33ccff; }
#flickr { text-decoration: none; color: #fff; background-color:#ff0084; }
#facebook { text-decoration: none; color: #fff; background-color:#3b5998; }
#xing { text-decoration: none; color: #fff; background-color:#cdd419; }
#behance { text-decoration: none; color: #fff; background-color:#af2c2b; }
#ameets { text-decoration: none; color: #fff; background-color:#0096e4; }

#menu {
	background: url(img/bg.jpg) no-repeat;
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	padding: 75px 0px 0px 10px;
	z-index:200;
	line-height:13px;
}



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


#menu ul li.section-title {
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 18px;
	line-height: 20px;
	z-index:201;
	margin: 0px 0;} 

a.section-title { border-bottom:1px solid #aaeaff; } 

#content {
    height: 100%;
    margin: 15px 0 0 275px;
    top: 0;
	    width: 500px;

	
}

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

}


		
#content p {
	text-align:justify;
	font-size:11px;
	line-height: 1.4em;
	width: 500px;
	margin-bottom: 9px; 
	margin-top: 5px;
	}

p {
    margin: 0 0 9px 0;
}


.detalle{
	background-color:#eff4f8;}
	

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

h1 { font-size: 32px; }
h2 { font-size: 22px; margin: 30 0 0; } 
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

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

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

.datosproyecto {
	border-bottom:1px solid #AAEAFF;
	font-family:Arial,Helvetica,Sans-Serif;
font-size:0.9em;
line-height:1.5em;
    color:#888888;
	}
	
	
	
