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

body {
	font-size: 10px;
	font-family: helvetica,arial,sans-serif;
	background: none repeat scroll 0 0 #EEEEEE;
}

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

a:link { text-decoration: none; color:#868686; }
a:active { text-decoration: none; color:#868686; }
a:visited { text-decoration: none; color: #868686;}
a:hover { text-decoration: none; color:#FFFFFF; background-color:#007e79;}
img a:hover { text-decoration: none;}

a img { border: none; }

#menu {
    width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #EEEEEE;
	text-align: left;
	padding: 0 20px;
}

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

#menu ul li.section-title {
	border-top: 1px dotted #CCCCCC;
	font-size:9px;
	font-style:italic;
	font-weight:bold;
	padding:4px 0px 5px 3px;
}

#content {
	height:100%;
	margin:15px 0 0 260px;
	top:0;
}

.titulo_peca {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:26px; 
	color:#666;
	border-bottom:2px #CCC dotted; 
}

.container {
    padding: 0;
	margin-top:15px;
}

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

.novo {
	-moz-border-radius: 3px 3px 3px 3px;
    background-color: #8DC0C0;
    color: #FFFFFF;
    font-size: 8px;
    margin-left: 3px;
    margin-right: 0;
    padding: 2px 4px;
    width: 20px;	
}

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

#once { clear: left; }

.award a img {
	border: none;
	left: 966px;
	position: absolute;
	top: 150px;
	
}
