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

body {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Raleway", Verdana, Arial, sans-serif;
	width: 1024px;
	font-size: 10px;
	background: #000;
	color: #fff;
}

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

a:link { text-decoration: none; color: white;   }
a:active { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: underline; color: white; }


li.active { text-decoration: underline; }
a img { border: none; }

#menu {
	background: #000;
    z-index: 999;
    position: absolute;
    height: 50px;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    color: #fff;
    overflow: auto;
    margin-top: 10px;
}

#menu ul {
	display: inline;
	position: relative;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	list-style: none;
}

#menu ul li.section-title { }

#menu ul li { text-align: center; display: inline; margin-right: 10px;}


#content { background: #000;
    position: relative;
    height: 600px;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 0;
    top: 0;
}

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

#content p { font-family: "Courier New"; font-size: 12px;
width: 804px;margin-left: auto; margin-right: auto; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }



#once { clear: left; }

#logo { margin-left: -512px; top: 500px; z-index: 999; left: 50%; text-align: center; position: fixed; width: 1024px; }

#logo img { margin-right: auto; margin-left: auto; width: 300px; }

#nav { margin-left: -200px; width: 100px; left: 50%; text-align: center; position: absolute; margin-top:10px; }

p.nav { text-align: center; z-index: 999; position: absolute; margin-right: auto; margin-left: auto; }


.linea { height: 120px; border-top-color: white; border-top-style: solid; border-top-width: 1px; width: 1024px;}


