@charset "utf-8";

/*RESET NAVEGACAO POR DEFEITO*/

#NavigationPaginas {
	display:none;
}

/*BANNER + NAVEGACAO*/
#cabecalho_gps {
	font-family: "trebuchet MS", sans-serif;
	margin:0px;
	padding:0px;
	width:954px;
}

#cabecalho_gps ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#cabecalho_gps ul li{
	float:left;
}

#cabecalho_gps ul li a {
	display:block;
	text-decoration: none;
	padding: 4px 14px;
/*	background: #79C7D9;*/
	margin: 0px 4px 0px 0px;
	color: black;
	font-weight:bold;
}

#cabecalho_gps ul li a:hover, #cabecalho_gps ul li a#menu1{
	/*background: #bbbbbb;*/
	color:#000;
	border-bottom:solid 5px #79C7D9;
}

#cabecalho_gps div#partilhapassatempo{
	float:right;
	margin:5px 0px 0px 0px;
	padding:3px 5px;
	width:300px;
	background-color:#FDF9F5;
}

/*CORPO*/

#corpo_gps{
	width:924px;
	min-height:600px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:14px;
	background-color: #FDF9F5;
	padding:15px;
}

#corpo_gps p.titulo{
	font-weight:bold;
	font-size:16px;
	color: white;
	background-color: #79C7D9;
	display: inline;
}

#corpo_gps p{
	color: black;
	margin: 20px 0px;
	padding:0px 10px;
}

div.participacao {
	float:left;
	margin-top:30px;
	margin-right:7px;
}

div.img_participacao {
	position:relative;
	height:243px;
	overflow:hidden;	
}

div.img_participacao img{
	position:absolute;
	bottom:0px;
}

div.participacao img, div.participacao_ultima img{
	margin-right:3px;
	padding-bottom:0px;
}

div.participacao_ultima {
	float:left;
	margin-top:30px;
	margin-right:0px;
}

a.btn_descarregar{
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:238px;	
	text-align:center;
	padding:3px 0px;
	margin:4px 0px;
	color:#FFF !important;
	background-color:#F27B13;
	text-shadow: black 1px 1px 1px;
	border: solid 1px #F2561D;
}

a.btn_descarregar:hover{
	text-shadow: none;
}

#Layout {
overflow: visible;
}