/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin-left: 0px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	line-height: 135%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #b7b7b7;
 
}

a:active {
	text-decoration: none;
	color: #5fae0d;
}

a:visited {
	text-decoration: none;
	color: #b7b7b7;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #5fae0d;
}

a img { border: none; }

#menu li.active a{
	/*font-weight: bold;*/
	color: #5fae0d;
	/*font-style: italic;*/
}

#menu {
	width: 160px;
	overflow: auto;
	top: 0;
	bottom: 0;
	position: fixed;
	height: 100%;
	color: #FFF;
	background-color: none;
	margin-left: 15px;
	margin-top: 0px;
}

#menu ul {
	list-style: none;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-left: 4px;
	color: #FFF;
}

#menu ul li.section-title {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #333333;
	border-bottom: 1px solid #ccc;
 }
 
#content {
    height: 100%;
    margin: 25px 0 0 200px;
    top: 0;
}

.container {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

#content p { 
	width: 700px; 
	margin-bottom: 9px; 
	font-size: 13px;
	line-height: normal;
}

p {
   margin: 9px 0 9px 0;
}

h1 { font-size: 32px; }
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; }

#guillermoduran {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 110%;
	color: #FFF;
	text-decoration: none;
    }
#gracias {
	font-size: 11px;
	color: #b7b7b7;
	position: fixed;
	bottom: 30px;
}
    
    
#once { clear: left; }