body#home {
	background: url('../img/background_home.png') no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	color: #ffff00;
	font-family: 'Lora', sans-serif;
}

 .mask {  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 1000px;
   /* overflow: hidden;*/
    position: relative;
    z-index: -9999;   }
	
body#home a#titulo {
	font-style: italic;
	text-decoration: none;
	color:#FFFF00;
	display: block;
	padding: 0 0 0 5px;
	font-family: 'Lora', sans-serif;
	font-size:44px;
	width: 100%;
		text-shadow:1px 1px 1px #000;
}
body#home a#titulo > h1 {
	margin: 10px 0 0;
}

body#home a#titulo > span{
	text-decoration: cursive;
	color: #ffff00;
	display: block;
	font-family: 'Lora', sans-serif;
	font-size:9px;
	font-weight:normal;
	letter-spacing:0.5px;
	transform:scaleY(2); 
	-ms-transform:scaleY(2); /* IE */
	-moz-transform:scaleY(2); /* Firefox */
	-webkit-transform:scaleY(2); /* Safari and Chrome */
	-o-transform:scaleY(2);/* Opera */	
	margin-bottom:25px;
	text-shadow:-1px 1px 1px #000;

}
