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

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	display:block !important;
}

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

a:link { text-decoration: none; color:#333;}
a:active { text-decoration: none; color:#333;}
a:hover { background-color:#0CF ; text-decoration: none; color:#333;}
a:visited { text-decoration:none; color:#333; }
a:visited:hover { background-color:#0CF; text-decoration:none; color: #333; }

a img { border: none; }

#menu {
	font-size:16px;
	font-weight:bold;
    width: auto;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 200px;
}

#navega {
	width: auto;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 300px;
    position: absolute;
    height: 200px;
}	

#navega ul {
	font-size:12px;
	white-space:nowrap;
	list-style:none;
	margin: 0 0 12px 0;
}

.navegaitem {
	font-size:12px;
	white-space:nowrap;
}

.titulomenu { 
	font-size:16px; 
	font-weight:bold; 
	color:#0CF;
}

.blocomenu { 
	vertical-align:top;
	font-size:18px; 
	font-weight:bold; 
	color:#0CF;
}

#divisor-INFO{
	vertical-align:top;
	left: 200px; 
	position: absolute;
}

#divisor-INFO a{
	text-decoration: none; font-weight:bold; color:#333;
}

#divisor-PROJETOS{
	vertical-align:top;
	top: 20px;
	position:absolute;
}

#divisor-PROJETOS a{
	text-decoration: none; font-weight:bold; color:#333;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#content {
	font-size:24px;
    height: auto;
	width:auto;
    position: absolute;
	top:140px;
}

#footer {
	font-size:9px;
	position:absolute;
	bottom:0px;
}

.container {
    padding: 20px 20px 25px 20px; /* top, right, bottom, left */
}

#content p { width: 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; }

#img-container { background-color:#fff;  margin: 0; padding: 0; }
#img-container a { background-color:#fff; margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


