@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'lisboa_prolight';
    src: url('fonts/lisboapro-light-webfont.eot');
    src: url('fonts/lisboapro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lisboapro-light-webfont.woff') format('woff'),
         url('fonts/lisboapro-light-webfont.ttf') format('truetype'),
         url('fonts/lisboapro-light-webfont.svg#lisboa_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lisboa_proregular';
    src: url('fonts/lisboapro-regular-webfont.eot');
    src: url('fonts/lisboapro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lisboapro-regular-webfont.woff') format('woff'),
         url('fonts/lisboapro-regular-webfont.ttf') format('truetype'),
         url('fonts/lisboapro-regular-webfont.svg#lisboa_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lisboa_probold';
    src: url('fonts/lisboapro-bold-webfont.eot');
    src: url('fonts/lisboapro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lisboapro-bold-webfont.woff') format('woff'),
         url('fonts/lisboapro-bold-webfont.ttf') format('truetype'),
         url('fonts/lisboapro-bold-webfont.svg#lisboa_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'code_boldregular';
    src: url('fonts/code_bold-webfont.eot');
    src: url('fonts/code_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/code_bold-webfont.woff') format('woff'),
         url('fonts/code_bold-webfont.ttf') format('truetype'),
         url('fonts/code_bold-webfont.svg#code_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'code_lightregular';
    src: url('fonts/code_light-webfont.eot');
    src: url('fonts/code_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/code_light-webfont.woff') format('woff'),
         url('fonts/code_light-webfont.ttf') format('truetype'),
         url('fonts/code_light-webfont.svg#code_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'lisboa_prolight';
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	min-width: 1020px;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	height: 101px;
	float: left;
	color:#000;
	background-color: #FFF;
	margin-top: -20px;
}


h1{
	font-family: 'lisboa_probold';
	font-size:28px;
	margin-bottom:45px;
}

#redes{
	font-family: 'lisboa_probold';
	font-size:28px;
	margin-bottom:60px;
	padding-top: 80px;
}

h3{
	text-decoration: underline;
	font-family: 'lisboa_probold';
	font-size:24px;
}

h4{
	font-family: 'lisboa_probold';
	font-size:24px;
	margin-bottom: -20px;
}

a{
	color:#000;
	text-decoration:underline;
	}	
	
a:hover, a:active{
	color:#000;
	text-decoration:underline;
}	

p{
	font-size:24px;
	color:#000;
	margin-top:20px;
	line-height: 28px;
	width: 680px;
	}
	
p #2{
	font-size:24px;
	color:#000;
	}	

.contactos{
	margin-top:15px;
	font-size:16px;
	color:#000;
	}	
	

.wrap{
	width:1020px;
	margin-left: auto;
	margin-right:auto;
	padding-bottom:0px;
}


.section1{
	margin-top: -20px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	height:1200px;
	padding-top: 90px;
}

.section2{
	background-color: #FFF;
	height:1300px;
	padding-left: 170px;
	margin-top: -20px;
}

#fases{
	margin-left:148px;
}

#dia{
	margin-bottom:30px;
}

#textodia{
	margin-top:30px;
}

.section3{
	background-color: #FFF;
	height:3400px;
	padding-left: 170px;
	margin-top: -20px;
}

.section4{
	background-color: #FFF;
	height:1800px;
	padding-left: 170px;
	margin-top: -20px;
}

.section5{
	background-color: #FFF;
	height:1100px;
	padding-left: 170px;
	margin-top: -20px;
}

.section6{
	background-color: #FFF;
	height:1400px;
	padding-left: 170px;
	margin-top: -20px;
}

.section7{
	background-color: #FFF;
	height:1400px;
	padding-left: 170px;
	margin-top: -20px;
}

.navigation{
	position: fixed;
	background:#000;
	padding:0;
	width:1020px;
	height:100px;
	margin:0;
	top:0px;
}


#menu{
	display: table;
	list-style: none outside none;
	width: 100%;
	height: 34px;
	text-align: center;
	font-family: 'lisboa_proregular';
	font-size: 24px;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#menu li{
	display: table-cell;
    margin: 0;
    padding-left:10px;
}

#menu li a{
	background: none repeat scroll 0 0 #000;
    color: #575757;
    display: block;
	height: 35px;
    text-align: center;
    text-decoration: none;
}
	
#menu li a:hover, a:active{
	background-color: #000;
	color: #36ff00;
}


#UL {
	height: 70px;
	width: 250px;
	float: left;
	text-decoration: none;
	margin-left: 30px;
}

.txt2{
	height: 70px;
	float: left;
	text-decoration: none;
	vertical-align:top;
	padding-top: 20px;
	font-family: 'lisboa_prolight';
	font-size: 12px;
}

#UL .img{
	float: left;
	text-decoration: none;
}
	
#UL a:hover,a:active {
	text-decoration: none;
	color: #000;
}	

#left {
	padding-top: 12px;
	float: left;
	color:#000;
	width: 550px;
	font-family: 'lisboa_prolight';
	font-size: 12px;
}


#fillet {
	background-color: #35ff00;
	height: 1px;
	width: 1020px;
}

#progreitoria {
	background-color: #36ff00;
	height: 870px;
	width: 680px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}

#uos {
	margin-top: 50px;
}

#fillet2 {
	background-color: #000;
	height: 1px;
	width: 680px;
}

#redes2 {
	margin-top: 20px;
	height: 200px;
}

#redes2 img {
	margin-left: 0px;
	margin-right: 22px;
}

#organizacao{
	font-family: 'lisboa_probold';
	font-size:28px;
	margin-bottom:15px;
}

#organizacao2{
	font-family: 'lisboa_probold';
	font-size:28px;
	margin-bottom:15px;
	padding-top: 60px;
}

#fillet3 {
	background-color: #35ff00;
	height: 1px;
	width: 1020px;
	margin-bottom: 15px;
}
#nota {
	font-size: 12px;
}
#col1 {
	width: 330px;
	float: left;
}
#col2 {
	float: left;
	width: 330px;
	margin-left: 20px;
}
#dj3 {
	margin-top: 80px;
}
.wrap .section3 #dj3 #col1 #benga {
	margin-top: 90px;
}
h2 {
	font-family: 'code_boldregular';
	font-size: 40px;
	margin-bottom: 15px;
}
#benga {
	margin-top: 80px;
}
#cunha {
	margin-top: 80px;
}
#massivedrum {
	margin-top: 80px;
}
