@charset "utf-8";
/* CSS Document */
.Negro{
	background-color: #000;
	color: #fff;	
	font-family: 'Rye', cursive;
	font-size: 24px;
}

.Naranja{
	background-color: #FE6305;	
}

.Button{
	background-color: #000;
	border: solid 1px #FE6305;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: 'Della Respira', serif;
}
  .newcolor {
    background: #006;
  }
  
  .Margin_Left_2{
	  margin-left: 100px;
  }
  
  .Margin_Left_3{
	  margin-left: 200px;
  }