body{
	background-image: url("../img/BG_body.jpg");
	background-attachment: fixed;
}

#Container{
	position: relative;
	margin: 0px;
}

#Container #Busca {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
	margin-bottom: 32px;
	min-height: 580px;
}
#Container #Busca h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #606060;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#Container #Busca h2 span {
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #4786a1;
}
#Container #Busca .resultats {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #4786a1;
}

#Container #Busca .resultats li {
	font-family: Roboto, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #606060;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	list-style-type: none;
}
#Container #Busca .resultats li span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	width: 150px;
}
#Container #Busca .resultats p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	color: #fbf7f2;
	text-transform: uppercase;
	background-color: #4786a1;
	display: inline-block;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	border-radius: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}
#Container #Busca .resultats p:hover {
	color: #fbf7f2;
	background-color: #606060;
	cursor:pointer;
}
#Container #Busca #Result ul {
	padding: 0px;
	margin-top: 64px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Container  #Busca  #Result  li {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fbf7f2;
	list-style-type: none;
}
#Container  #Busca  #Result  li  h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	color: #4786a1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#Container  #Busca  #Result  p {
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	color: #606060;
	text-decoration: none;
}
#Container  #Busca  #Result  p  a {
	color: #606060;
	text-decoration: none;
}
#Container  #Busca  #Result  p:hover {
	text-decoration: underline;
}


#Container .navigation {
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #606060;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
	text-transform: uppercase;
}
#Container .navigation span {
	letter-spacing: 2px;
	padding-right: 16px;
	padding-left: 16px;
}
#Container .navigation span:hover {
	text-decoration: underline;
	cursor: pointer;
	font-weight: 700;
}
