/* html5 css file, Copyright © Pro HTML5 Programming */

 html, body, h1, form, fieldset, legend, ol, li { margin: 0; padding: 0; }
 body {
 background: #ffffff;
 color: #111111;
 font-family: Georgia, "Times New Roman", Times, serif;
 padding: 20px;
 }
 form#payment { 
 background: #9cbc2c;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 20px;
 width: 400px; } 
  form#payment fieldset {
  border: none;
  margin-bottom: 10px; 
  }
  form#payment fieldset:last-of-type{ 
  margin-bottom: 0;
  } 
   form#payment legend {
   color: #384313; 
   font-size: 16px;
   font-weight: bold;
   padding-bottom: 10px;
   text-shadow: 0 1px 1px #c0d576;
   } 
  form#payment > fieldset > legend:before {
  content: "Step " counter(fieldsets) ": "; 
  counter-increment: fieldsets;
  } 
  form#payment fieldset fieldset legend {
  color: #111111;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 0;
  } 
  form#payment ol li {
  background: #b9cf6a;
  background: rgba(255,255,255,.3);
  border-color: #e3ebc3;
  border-color: rgba(255,255,255,.6); 
  border-style: solid;
  border-width: 2px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  list-style: none;
  padding: 5px 10px;
  margin-bottom: 2px;
  }
  form#payment ol ol li { 
  background: none;
  border: none;
  float: left;
  } 
  
   form#payment label { 
   float: left;
   font-size: 13px;
   width: 110px; 
   }
   form#payment fieldset fieldset label {
   background:none no-repeat left 50%;
   line-height: 20px;
   padding: 0 0 0 30px;
   width: auto; 
   } 
   form#payment label[for=visa] { 
   background-image: url(visa.gif);
   } 
   form#payment label[for=amex] { 
   background-image: url(amex.gif); 
   } 
   form#payment label[for=mastercard] {
   background-image: url(mastercard.gif);
   }
   form#payment fieldset fieldset label:hover {
   cursor: pointer; 
   } 
    form#payment input:not([type=radio]),
	form#payment textarea { 
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif; 
	outline: none;
	padding: 5px;
	width: 200px;
	}
	form#payment input:not([type=submit]):focus,
	form#payment textarea:focus {
	background: #eaeaea; 
	} form#payment input[type=radio] {
	float: left; 
	margin-right: 5px; } 
	 form#payment button { 
	 background: #384313;
	 border: none;
	 -moz-border-radius: 20px;
	 -webkit-border-radius: 20px;
	 -khtml-border-radius: 20px;
	 border-radius: 20px;
	 color: #ffffff; 
	 display: block;
	 font: 18px Georgia, "Times New Roman", Times, serif; 
	 letter-spacing: 1px;
	 margin: auto;
	 padding: 7px 25px;
	 text-shadow: 0 1px 1px #000000;
	 text-transform: uppercase;
	 }
	 form#payment button:hover {
	 background: #1e2506; 
	 cursor: pointer; 
	 }
 
 
 
body {
	background-color:#666;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	margin: 0px auto;
	max-width:1180px;
	border:solid;
	border-color:#696;
	background-image: none;
	background-repeat: no-repeat;
 
}

header {
	background-color:#333;
	display:block;
	color:#CCC;
	text-align:center;

}

header h2 {
	margin: 0px;
}

h1 {
	font-size: 72px;
	margin: 0px;
}

h2 {
	font-size: 24px;
	margin: 0px;
	text-align:center;
	color: #238E68;
}

h3 {
	font-size: 18px;
	margin: 0px;
	text-align:center;
	color:#238E68;
}

h4 {
	color: #238E68;
	background-color: #4F4F2F;
	-webkit-box-shadow: 2px 2px 20px #888;
	-webkit-transform: rotate(-45deg);
	-moz-box-shadow: 2px 2px 20px #888;
	-moz-transform: rotate(-45deg);
	position: absolute;
	padding: 0px 150px;
	top: 50px;
	left: -120px;
	text-align:center;
	
}

nav {
	display:block;
	width:25%;
	float:left;
}

nav a:link, nav a:visited {
	/*Bordes redondeados*/
    -webkit-border-radius:10px;/*Para chrome y Safari*/
	-moz-border-radius:10px;/*Para Firefox*/
	-o-border-radius:10px;/*Para Opera*/
	border-radius:10px;/*El estandar por defecto*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));/*Para chrome y Safari*/
	/*Degradados*/
    background-image: -moz-linear-gradient(top center, #FFF, #CCC);/*Para Firefox*/
	background-image: -o-linear-gradient(top, #FFF, #CCC);/*Para Opera*/
	background-image: linear-gradient(top, #FFF, #CCC);/*El estandar por defecto*/
	overflow:hidden;
	padding:10px;
	width:auto;
	display: block;
	border-bottom: 3px solid #fff;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
}

nav a:hover {
	color: white;
	background-color:#4F4F2F;
}

nav h3 {
	margin: 15px;
	color: white;
}

#container {
	background-color:#333;
}

section {
	display:block;
	width:75%;
	float:left;
}

article {

	 
	background-color: #066;
	display:block;
	margin: 10px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

article header {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	

}

article footer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

article h1 {
	font-size: 18px;
}

	
aside {
	display:block;
	width:25%;
	float:left;
}

aside h3 {
	margin: 15px;
	color: white;
}

aside p {
	margin: 15px;
	color: white;
	font-weight: bold;
	font-style: italic;
}
	

footer {
	clear: both;
	display: block;
	background-color:#333;
	color:#D6D6D6;
	text-align:center;
	padding: 15px;
}

footer h2 {
	font-size: 14px;
	color: #CCC;
}


/* links */
a {
	color: #F60;
}

a:hover {
	text-decoration: underline;
}
.jus {
	text-align: justify;
}
