@CHARSET "ISO-8859-1";
div#loc_Fns{
	background: #b9c5d7;
	color: #033b63;
	width: 436px;
}
div#loc_Fns h1.grande{
	display: block;
	padding: 2px;
	font-size: 18px;
	background: none repeat scroll 0 0 #6E7A46;
	color: white;
	text-shadow: -1px 0 #2E4454, 0 1px #2E4454, 1px 0 #2E4454, 0 -1px #2E4454;
	margin-bottom: 5px;
	text-align: center;
}

div#loc_Fns fieldset {
    background-color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    margin-left: 0;
    width: 418px;
    border: 1px solid #C9B966;
    border-radius: 10px 10px 10px 10px;
    display: inline;
    margin: 2px 0 5px 2px;
    padding: 10px 10px 10px 0;
}
div#loc_Fns label {
  display: block;
  padding: 6px;
  position: relative;
}
div#loc_Fns input,div#loc_Fns select{
  position: absolute;
  right: 70px;
  top: 0px;
  width: 180px;
}
div#loc_Fns div.selector {
    width: 195px;
    position: absolute;
    right: 65px;
}
div#loc_Fns div.selector span {
    display: block;
    float: right;
}
a.Nolista{
  position: absolute;
  right: -6px;
  top: 0px;
  width: 120px;
  background-image: url(img/arrow.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
  text-decoration: none;
  font-size: 11px;
  color: #FF6700;
}
a.Nolista:hover{
	font-weight: normal;
	text-decoration: underline;
	right: -6px;
   top: 0px;
   width: 120px;
   background-position: left;
   padding-left: 20px;
}