* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:'Roboto Condensed';
}
html,body{
	margin:0px;
	padding: 0px;
}
#gallery{
	width:100%;
	min-height: 100%;
	position:absolute;
	top: 0px;
	border:solid 0px #0035DF;
	z-index:-10;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
}
#nav-header {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: #000;
    text-align: center;
    padding: 10px;
    font: 700 14px "PT Sans Narrow";
    z-index: 100;
}
.bg-video-1, .bg-video-2, .bg-video-3{
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-video-1 {
	background-image:url(../img/video/video1.jpg);
	min-height: 60%;
}
.bg-video-2 {
	background-image:url(..img/video/video2.jpg);
	min-height: 30%;
}
.sombra{
	text-shadow: 1px 1px #000;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image:url(../img/NoviaMia005.jpg);
  height: 300px;
  min-height: 30%;
}
.bgimg-2 {
  background-image:url(../img/NoviaMia008.jpg);
  height: 300px;
  min-height: 30%;
}
.p-none{
	padding: 0px 0px 0px 0px;
}

