/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 150px;
  padding-bottom: 10px;
}
.font-amarilla {
	font-size: 12px;
	color:#ffff00;
}
.bottom-aligned {
    display: flex;
    align-items: flex-end;
}
.wb_sbg { background: transparent url("images/header.png") no-repeat scroll center top; }      
        
 			
			span.reference{
				position:fixed;
				left:10px;
				bottom:10px;
				font-size:12px;
			}
			span.reference a{
				color:#aaa;
				text-transform:uppercase;
				text-decoration:none;
				text-shadow:1px 1px 1px #000;
				margin-right:30px;
			}
			span.reference a:hover{
				color:#ddd;
			}
			ul.sdt_menu{
				margin-top:150px;
			}
			h1.title{
				text-indent:-9000px;
				background:transparent url(images/title.png) no-repeat top left;
				width:633px;
				height:69px;
			}     
@media (max-width: 800px) {
  .sdt_menu {
    display: none;
  }
}