body {
  background-color: white;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 650px;
  color: #333;
  font-family: Lucida Grande, Bitstream Vera Sans, Verdana, sans-serif;
  font-size: 13px;
}

#page {
  border: 1px solid #ccc;
  padding: 25px;
  padding-top: 0px;
}

#logo {
  background-color: white;
}

#logo h1 {
  color: #05a;
  font-size: 20px;
}

#logo span {
  display: none;
}

#page p {
  margin-top: 0;
}
#page p span.weak {
  color: #333;
}

#page p.weak {
  margin-top: -5px;
  color: #333;
  text-align: center;
}

#page h2 {
  font-size: 12pt;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

#content h3 {
	font-size: 10pt;
}

#footer {
  clear: left;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-size: x-small;
}

#content {
  line-height: 1.5;
  margin-bottom: 20px;
}

#buscador {
  line-height: 1.5;
  margin-bottom: 20px;
}

#buscador input.text {
	border: 1px solid #ccc;
	margin-bottom: 4px;
}

#buscador label {
	display: block;
	margin-top: 1em;
}

#page #authors,
#page #info {
  width: 48%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#page #authors {
  float: left;
  font-size: 10pt;
  padding-right: 2%;
  border-right: 1px solid #ccc;
}

#page #info {
  margin-left: 52%;
  padding-top: 2ex;
}

#page #content h3,
#page #content h4 {
  margin: 0;
}

#page #content ul {
  margin-bottom: 10px;
}

#page #content select {
  width: 600px;
  margin-bottom: 10px;
}

#page #footer {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

#resultados LI {
	padding-bottom: 5px;
}

#resultados .puntoSobreMapa {
	position: relative;
}
#ejemplo {
	display:block;
	color: #555;
	font-size: 11px;
	margin-bottom: 10px;
}

#page #acciones {
	padding: 10px;
	text-align: right; 
}

#page a {
	text-decoration: none;
	color: #05f;
}
#page fieldset {
 border: 1px solid #ccc;
}
#page fieldset table td {
	vertical-align: text-top;
}
#page fieldset table td.label {
	text-align: right;
	padding-right: 10px;
}

table.suggester_options {
	margin-left: 50px;
	display: none;
}
#mapa {
	margin-bottom: 20px;
}
a.button {
		color: #fff !important;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
		padding: 2px 6px !important;	
		position: relative;
		text-align: center;
		-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
		-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
			
 /* BACKGROUND GRADIENTS */
 background: #0281b0;
 background: -moz-linear-gradient(top, #1399cb, #128cba 50%, #0188bb 51%, #007caa);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1499ca), color-stop(.5, #128cba), color-stop(.5, #0188bb), to(#007caa)); 
 border: 1px solid #57a9cf;
 border-top: 1px solid #cedee4;
 
 /*text-shadow: 1px 1px 1px #57a9cf;*/


	}    	
/* WHILE HOVERED */
a.button:hover {
	background: #007caa;
 	background: -moz-linear-gradient(top, #1294c4, #1188b5 50%, #0483b2 51%, #0078a4);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1294c4), color-stop(.5, #1188b5), color-stop(.51, #0483b2), to(#0078a4));
}
