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

body {
	font-size: 10px;
	font-family: helvetica, arial, Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #cc0000; }

a img { border: none; }

#menu {
    width: 185px;
    overflow: auto;
    top: 40px;
    bottom: 0;
    left: 30px;
    position: fixed;
    height: 100%;
    background-color: #fff;
 
}
#home-thumbs {style.css (línea 206)
padding:4px 0;
}
.pics{
	position:relative;
	}
#menu ul {
	list-style: none;
	margin: 10px 0 12px 0;
}

#menu ul li.section-title { 

         text-decoration: none;  
	 font-weight: bolder;
}

#content {
    height: 100%;
    margin: 40px 0 0 215px;
    top: 0;
}

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0; }

#content p { width: 500px; margin-bottom: 20px; }

#pie{
	width: 600px; margin-bottom: 20px;
	}
#home td{
	padding:12px;
	}
#home {
	position:relative;
	top: -30px;
	left: -40px;
	
	}
p {
    margin: 0px 0 10px 0;
}
s
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }



#once { clear: left; }
