@charset "utf-8";

/* CSS Document */ 

.top-bar, .top-bar ul { 

    background-color: #000000; 

}


a {

    font-size: 12px;

    line-height: inherit;

    color: #ffffff;

    text-decoration: none;

    cursor: pointer;

}

                
a:hover, a:focus
 
{

    color: #767f7f;
 
}


#Footerlandin
 
{
 
    background-color: #000000;
 
}
 

#footerdivtextos{

    margin-top: 10px;

    }


body

{

    width:100%;

    margin:0 auto;

    padding:0px;

    background-color:#89c3d2;

    background: url(../img/8badfb0dca92f6391d8c02dd26071b1f.png) no-repeat center center fixed;
 
    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;

    background-size: cover;

}
