.navbar-fixed-top {
	background: rgba(255, 255, 255, 0.9);	    
}

.margin-right {
    margin-right: 10px;
}

.jumbotron {
    background-color: rgb(40,40,40);
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.espacio {
    height: 50px;
}

.title {
    letter-spacing: 2px;
    font-weight: bolder;
}

.titlesm {
    color: white;
}

.tpBuilding {
    background-image: url('../images/tpBuilding.jpg');
    background-size: cover;
    height: 400px
}

.vertical-center {
	min-height: 100%; 
	min-height: 100vh; 
	
	display: flex;
	align-items: center;
}

::selection {
  background: #ff7373; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ff7373; /* Gecko Browsers */
}

.imgInfo {
    width: 100%;
    margin: auto;
}

.especial {
	text-align: center;
	font-size: 4em;
	
}

.centrado {
    text-align: center;
}

.list-group {
	list-style: circle;
	padding-left: 40px;
}

.logoDog {
    margin-top: -10px;
}

.bold {
    font-weight: bolder;
}

#map-canvas {
	width: 100%;
	height: 400px;
}
	
.window-content {
	width: 200px;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
}

footer {
	height: 100%;
	background-image: url('../images/wideRoad.jpg');
	background-size: cover;
	color: white;
}

a {
	text-decoration: none;
	color: white;
}

.dogLogo {
	margin: 15px 0 0 40px;
	width: 100%;
}

.direccion {
	color: #ff5c5c;
}

.colorGrey {
	color: #414141;
	letter-spacing: 1px;
	font-weight: bolder;
}

.alert {
	padding: 5px;
	margin: 5px 0;
}

.backgroundBlur {
	position: relative;
	width: 100%;
}

#gpskyBackground, #gpsky, #antirroboBackground, #antirrobo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#gpsky, #antirrobo {
	display: none;
	color: white;
	font-weight: bolder;
	font-size: 1.5em;
	padding: 20px;
}

#textGPSKY, #textAntirrobo {
	background-color: rgba(0,0,0,0.6);
}

#gpsky h1, #antirrobo h1{
	text-align: center;
}

#gpskyBackground {
	background-image: url('../images/gpsky.jpg');
	background-size: cover;
}

#antirroboBackground {
	background-image: url('../images/antirrobo.jpg');
	background-size: cover;
}