﻿/* CSS PADRAO DO SITE 
ESTIOS UNICOS POR PAGINA DEVEM SER CHAMADOS POR ID E ESTILOS REPETIDOS POR CLASS
--------------------------------------------------------------------------------*/


/* GERAL
--------------------------------------------------------------------------------*/




/* MENU
--------------------------------------------------------------------------------*/
#menuLateral {
	margin-bottom: 240px;
}

#menuInterno {
	float: left;
	width: 170px;
	margin-right: 5px;
}

#menuInterno ul {
	margin-top: 20px;
}

#menuInterno ul li {
	margin-bottom: 5px;
}

#menuInterno ul li a {
	color: #005838;
	text-decoration: none;
	padding-left: 20px;
	background: url('../images/marcador_sempre.gif') no-repeat 0px 0px;
}

#corpo {
	float: left;
	height: 475px;
	position: absolute;
	overflow-y: auto;
	left: 450px;
	width: 375px;
}

.lista {
	margin-left: 25px;
	list-style-type: square;
}

.lista li {
	padding-bottom: 10px;
}

#esquerda {
	float: left;
	height: 580px;
	width: 200px;
	width: 270px !important;
}

#menuLateral {
	margin: 60px 0px 240px 0px;
}

#menuLateral li a {
	clear: both;
}

#menuLateral li a img {
	vertical-align: top;
}

/* CONTEUDO 
--------------------------------------------------------------------------------*/
#sol {
	position: absolute;
	top: 0px;
	left: 785px;
}

#criancas {
	position: absolute;
	top: 359px;
	left: 696px;
}


#solPremioAgroambiental {
	position: absolute;
	top: 0px;
	left: 785px;
	z-index: 1;
}

#criancasPremioAgroambiental {
	position: absolute;
	top: 437px;
	left: 794px;
	z-index: 1;
}

#listaVerde li {
	color: #005838;
	list-style-type: none;
	padding: 2px 0px 0px 24px;
	background: url('../images/marcador_sempre.gif') no-repeat 0px 3px;
}

#listaVerde a {
	text-decoration: none;
	color: #005838;
}

#listaVerde li ul li {
	list-style-type: none;
	padding: 2px 0px 0px 24px;
	background: url('../images/marcador_sempre.gif') no-repeat 0px 3px;
}

#listaVerde li ul .primeira {
	background: none;
	padding: 0px;
	margin-top: 2px;
}
/* RODAPE 
--------------------------------------------------------------------------------*/