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

@font-face {
	font-family: century_gothic;
	src: url('century.ttf');
}

html {
	height: 100%
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-family: century_gothic;
}

a{ text-decoration:none }

h1{ font-size:14px; margin:0 }
h2{ margin:0}
h3{ margin:0; color:#0C0}

p{ margin:5px 0}

/*box sizing bootstrap style*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#map_canvas {
	width: 85%;
	height: 100%;
	float: left
}

#logo{ width:75px; height:100px; margin:0 0 25px 5px; float:left }

#total-unidades{ float:left; text-align:center; width:50%}
#total-unidades h1{ font-size:90px; font-weight:bold; margin:0 0 -10px 0; padding:0}

.counter{ font-size:20px; font-weight:bold }

#sidebar {
	width: 15%;
	height: 100%;
	float: left;
	background: #030;
	/*color: #D5E04D;*/
	/*color: #F09A3A;*/
	color:#090;
	border-right:1px solid #;
}

#sidebar a{ color: #D5E04D; }

#sidebar #unidades a{
	width:100%; padding-left:5px; display:block; min-height:25px; line-height:25px
}

.btn-unidades{ border-bottom: 1px solid #090}

#sidebar #unidades a:hover{ background-color:#D5E04D; color:#030 }

.btn-unidades-selected{ background:#F09A3A; color:#000; display:block; width:100%; /*height:20px */}

#sidebar a.btn-unidades-selected{color:#000; font-weight:bold}

#info-auxiliar{ padding:5px; font-size:9px }

.infoWindow { width: 600px; min-height:300px; overflow:auto }

.infoWindow h1{ font-size:24px }

.infoWindow .partida{ width:100%; color:#999 } 

.infoWindow input[type="submit"]{ background:#fc0; border:1px solid #f60 }

.infoWindow select, .infoWindow select option{ color:#999 }