/* CSS Document */

div#colEsq {
	width:927px;
}

div#proposta,
div#cronograma,
div#obra,
div#reunioes,
div#planilha,
div#ordens,
div#apropriacao,
div#prestacao {
	width:927px;
	height:200px;
	background-color:#fff;
}

div#proposta p,
div#cronograma p,
div#obra p,
div#reunioes p,
div#planilha p,
div#ordens p,
div#apropriacao p,
div#prestacao p {
	width:727px;
	margin:15px 0 30px 100px;
}

div#proposta h2,
div#cronograma h2,
div#obra h2,
div#reunioes h2,
div#planilha h2,
div#ordens h2,
div#apropriacao h2,
div#prestacao h2 {
	padding:30px 30px 0 100px;
	font-size:20px !important;
}

ul#abas li {
	float:left;
}

ul#abas li a#abaproposta,
ul#abas li a#abacronograma,
ul#abas li a#abaobra,
ul#abas li a#abareunioes,
ul#abas li a#abaplanilha,
ul#abas li a#abaordens,
ul#abas li a#abaapropriacao,
ul#abas li a#abaprestacao{
	display:block;
	width:115px;
	height:125px;
	text-indent:-9999em;
}

ul#abas li a#abaproposta{
	background:url(../img/proposta.gif) bottom no-repeat;
}
ul#abas li a#abacronograma{
	background:url(../img/cronograma.gif) bottom no-repeat;
}
ul#abas li a#abaobra{
	background:url(../img/obra.gif) bottom no-repeat;
}
ul#abas li a#abareunioes{
	background:url(../img/reunioes.gif) bottom no-repeat;
}
ul#abas li a#abaplanilha{
	background:url(../img/planilha.gif) bottom no-repeat;
}
ul#abas li a#abaordens{
	background:url(../img/ordens.gif) bottom no-repeat;
}
ul#abas li a#abaapropriacao{
	background:url(../img/apropriacao.gif) bottom no-repeat;
}
ul#abas li a#abaprestacao{
	background:url(../img/prestacao.gif) bottom no-repeat;
}

	ul#abas li a#abaproposta:hover{
		background-position:top;	
	}
	ul#abas li a#abacronograma:hover{
		background-position:top;	
	}
	ul#abas li a#abaobra:hover{
		background-position:top;	
	}
	ul#abas li a#abareunioes:hover{
		background-position:top;	
	}
	ul#abas li a#abaplanilha:hover{
		background-position:top;	
	}
	ul#abas li a#abaordens:hover{
		background-position:top;	
	}
	ul#abas li a#abaapropriacao:hover{
		background-position:top;	
	}
	ul#abas li a#abaprestacao:hover{
		background-position:top;	
	}

ul#abas li a#abaproposta.ativo{
	background:url(../img/proposta-ativo.gif) bottom no-repeat;
}
ul#abas li a#abacronograma.ativo{
	background:url(../img/cronograma-ativo.gif) bottom no-repeat;
}
ul#abas li a#abaobra.ativo{
	background:url(../img/obra-ativo.gif) bottom no-repeat;
}
ul#abas li a#abareunioes.ativo{
	background:url(../img/reunioes-ativo.gif) bottom no-repeat;
}
ul#abas li a#abaplanilha.ativo{
	background:url(../img/planilha-ativo.gif) bottom no-repeat;
}
ul#abas li a#abaordens.ativo{
	background:url(../img/ordens-ativo.gif) bottom no-repeat;
}
ul#abas li a#abaapropriacao.ativo{
	background:url(../img/apropriacao-ativo.gif) bottom no-repeat;
}
ul#abas li a#abaprestacao.ativo{
	background:url(../img/prestacao-ativo.gif) bottom no-repeat;
}

p#texto1 {
	width:350px;
	color:#fff;
	float:left;
	padding:35px 35px;
}

p#texto2 {
	width:480px;
	color:#fff;
	float:left;
	padding-top:35px;
}

#container{
	z-index:1;	
}

#overlay{
	position:absolute;
	background-image:url(img/bg_overlay.png);
	top:0px;
	left:0px;
	width:100%;
	height:1000px;
	z-index:2;
}

#pop{
	position:absolute;
	top:80px;
	left:285px;
	padding:5px 20px 20px 20px;
	background:#fff;
	z-index:3;
	
}

#fecha{
	position:relative;
	height:15px;
	text-align:right;
	color:#0099CC;
	font-family:Arial;
	font-size:10px;
	font-weight:bolder;
	cursor:pointer;
	z-index:5;
}

#foto{
	position:relative;
	z-index:4;
}
