@font-face {
    font-family: Novecento;
    src: url(../../fonts/Novecentowide-Normal.otf);
    font-weight: normal;
}
@font-face {
    font-family: Novecento;
    src: url(../../fonts/Novecentowide-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: Novecento;
    src: url(../../fonts/Novecentowide-DemiBold.otf);
    font-weight: 700;
}

@font-face {
    font-family: Novecento;
    src: url(../../fonts/Novecentowide-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: Novecento;
    src: url(../../fonts/Novecentowide-Medium.otf);
    font-weight: 600;
}


@font-face {
    font-family: Vista;
    src: url(../../fonts/VistaSanReg.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Vista;
    src: url(../../fonts/VistaSanRegIta.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Vista;
    src: url(../../fonts/VistaSanRegIta.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Vista;
    src: url(../../fonts/VistaSanLig.ttf);
    font-weight: 300;
    
}

@font-face {
    font-family: Vista;
    src: url(../../fonts/VistaSanLigIta.ttf);
    font-weight: 300;
    font-style: italic;
    
}
@font-face {
    font-family: Vista;
    src: url(../../fonts/VistaSanBol.ttf);
    font-weight: bold;
    
    
}

@font-face {
    font-family: Vista;
    src: url(../../fonts/VistaSanBolIta.ttf);
    font-weight: bold;
    font-style: italic;
    
}

a, a:visited, a:active {
  color: #444;
}

.container {
  max-width: 900px;
  margin: auto;
  font-family: 'Vista';
}

h1 {
  font-family: 'Novecento'
}

.button {
  min-width: 130px;
  padding: 4px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  text-decoration: none;
}

.button.active {
  background: #0092DD;
  color: #fff;
}


#vis {
  width: 100%;
  height: 600px;
  clear: both;
  margin-bottom: 10px;
}

#toolbar {
  margin-top: 10px;
}

.year {
  font-size: 21px;
  fill: #aaa;
  cursor: default;
}

.loteamiento {
  font-size: 21px;
  fill: #aaa;
  cursor: default;
}


.tooltip {
	position: absolute;
	top: 100px;
	left: 100px;
  -moz-border-radius:5px;
	border-radius: 5px;
  border: 2px solid #000;
  background: #fff;
	opacity: .9;
  color: black;
	padding: 10px;
	width: 300px;
	font-size: 12px;
	z-index: 10;
}

.tooltip .title {
	font-size: 13px;
}

.tooltip .name {
  font-weight:bold;
}

.footer {
  text-align: center;
}
