@charset "utf-8";
/* CSS Document */

#map {
	width:100%;
	height:600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

body {
	margin:0px;
	padding:0px;
}
#busquedaDetallada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
}
.contenidoOpBus {
	padding: 4px;
}
#contenido {
	padding: 4px;
}
ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(/img/iconos/bullet.gif);
	padding-left: 30px;
}

.publicidadHorizontal {
	text-align:center;
	padding:5px;
	border:solid 1px #CCC;
	margin:0 auto 0 auto;
	width:780px;
}
