body{color:#999; background: #000; font-family: 'Roboto Condensed', sans-serif;}
.bloq1{height: 500px; }
.nav{background: rgba(255,255,255,0.1); position: fixed; top: 0px; width: 100%; z-index: 999;}
a{color:#999;}
a:hover{color:#fff;}

.fondo1{
  
    background-size: cover;
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
    url('img/fondo3.jpg');
}

.bloq1 img{
    position: absolute;
    top:200px;
    left: 40%;
}
.logo{ width: 300px;}

h1{ font-size: 30px; color:#999;}
h2{ font-size: 20px; font-style: italic; color: #999; font-family: 'Open Sans Condensed', sans-serif;}
p{ font-size: 16px; color: #777}

.mp0{margin: 0px; padding: 0px;}

video{width: 100%;}

.stylish-color-dark {
    background-color: #000 !important;
}

.colorfoot{
    background: rgba(255,255,255,0.07);
}    

hr{border-top: 1px solid #333;     margin-top: 80px;}