html{
    background: url("../images/fondonegro.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
    min-height:100%;
}

body {
    margin:0;
    padding:0;
    font-family:"Fira sans";
    font-size:16px;
    color:rgb(255, 255, 255);
    line-height:1.3em;
    height:100%;
    min-height:100%;  
}

.log{
    font-size:20px;
    color: rgb(255, 255, 255);
    font-family: "Fira sans";
}

a {text-decoration:none;color:rgba(255, 255, 255, 255);}
a:hover{border-bottom:1px dotted #ffffff00;}s

h1{font-weight:300;font-size:28px;text-align: center;margin:0;}

.foto {width:100%;}
.foto2 {width:50%;}

#container {min-height:100%;width:50%;min-width:500px;max-width:500px;background:rgba(235, 235, 235, 0.322);margin:0 auto;}
#container #texto {padding:40px 50px 40px 40px;text-align:center; }
#container #footer {text-align:center;}