@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}
input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.txtDireccion {
	width: 10px;
}
select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #000099;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nombreCampoBuscadorListado {
	font-weight: bold;
	color: #444;
	text-align: right;
	padding: 4px;
}
#flashMapa {
	border: 1px solid #999;
	width: 950px;
	height: 400px;
	margin: 0 auto 0 auto;
}
.nombreFiltro {
	font-weight: bold;
	color: #666;
	padding-bottom: 5px;
}
h2 {
	font-size: 18px;
}
.headerSuperior {
	padding-bottom: 10px;
}

