body {
	background-image: url('corraldelaantigua.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF
}


h3{
  color: #5b1f00;  //Text Color
  font-size: 18px; //Font Size (px)
  line-height: 1.6;  //Line Height (px)
  font-family: "Times New Roman", Times, serif;  //Font Family
  font-style: normal; //Font Style
  font-weight: bold; //Font Weight
  letter-spacing: 2px; //Letter Spacing (px)
  float: left;
}

h1{
  color: #5b1f00;  //Text Color
  font-size: 22px; //Font Size (px)
  line-height: 1.6;  //Line Height (px)
  font-family: "Times New Roman", Times, serif;  //Font Family
  font-style: normal; //Font Style
  font-weight: bold; //Font Weight
  letter-spacing: 2px; //Letter Spacing (px)
  float: left;
}


