@charset "utf-8";

/* CSS Document */ 

.top-bar, .top-bar ul { 

    background-color: #ffffff; 

}


a {

    font-size: 12px;

    line-height: inherit;

    color: #646262;

    text-decoration: none;

    cursor: pointer;

}

                
a:hover, a:focus
 
{

    color: #6e7272;
 
}


#Footerlandin
 
{
 
    background-color: #FAEEDE;
 
}
 

#footerdivtextos{

    margin-top: 10px;

    }


body

{

    width:100%;

    margin:0 auto;

    padding:0px;

    background-color:#ffffff;

    
    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;

    background-size: cover;

}
