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



*{
	font-family: 'Fira Sans Condensed', sans-serif;
	
	}

body{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-position:top;
	background-repeat: no-repeat;
	background-size:cover;
	background-color: #343a40;
	height: 100%;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

#opacidad img{
filter: alpha(opacity=100);
opacity: 1;
max-width: 100%;
    height: auto;
}
#opacidad img:hover {
filter: alpha(opacity=50);
opacity: 0.5;
max-width: 100%;
    height: auto;
}

footer {
	text-align: center;
	background-color: #343a40;
	opacity: 1;
	color: #F7F8F9;
	position: static;
	bottom: 0px;
	width: 100%;
	height: inherit;
	vertical-align: middle;
		}

	
.borde {
	margin: 10px;
}
