* { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	font-family: Arial, Helvetica, sans-serif;
  }
  
  h1 { 
	font-size: 12px;
  }
  
  body { 
	background: #f2f2f2;
  }
  
  .page { 
	padding: 20px; 
	background: #fff; 
	width: 750px; 
	margin: 25px auto;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
  }
  
  p { 
	font-size: 16px; 
	text-align: justify; 
	color: #666; 
	margin: 10px 0; 
	line-height: 36px;
  }
  
  input[type=text] { 
	display: inline-block; 
	color: #666;
	font-size: 16px; 
	box-sizing: border-box; 
	padding: 5px 5px 5px 20px; 
	cursor: pointer; 
	border: 1px solid #e5e5e5; 
	background: url(blog-cms.gif) 5px center no-repeat;
  }
  
  .appencombo { 
	display: inline;
  }
  
  span { 
	display: none;
  }
  
  select:focus { 
	border-color: #900; 
	color: #900; 
	background: none; 
	padding-left: 5px;
  }
  
  input[type=text]:focus { 
	border-color: #900; 
	color: #900; 
	background: #FFC; 
	padding-left: 5px;
  }
  
  select { 
	padding: 5px; 
	display: inline-block;  
	color: #666;
	font-size: 16px; 
	box-sizing: border-box; 
	border: 1px solid #e5e5e5; 
	padding: 5px 5px 5px 20px; 
	cursor: pointer; 
	background: url(blog-cms.gif) 5px center no-repeat;
  }
  
  .center { 
	text-align: center;
  }
  
  .btImprimir input { 
	padding: 5px 15px; 
	background: #900; 
	color: #FFF; 
	cursor: pointer; 
	border: none; 
	margin: 15px auto;
  }
  
  .instructions { 
	padding: 15px; 
	background: #f2f2f2; 
	font-size: 11px; 
	color: #666; 
	border-radius: 6px;
  }
  
  @media print {
	h1 { 
	  font-size: 12px;
	}
	span { 
	  display: inline; 
	  border: none; 
	  padding: 0; 
	  font-weight: bold;
	}
	body { 
	  background: #fff;
	}
	.page { 
	  padding: 20px; 
	  background: #fff; 
	  width: auto; 
	  margin: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}
	p { 
	  font-size: 16px; 
	  text-align: justify; 
	  color: #666; 
	  margin: 10px 0; 
	  line-height: 18px;
	}
	input, select, .btImprimir input, .instructions { 
	  display: none !important;
	}
  }
  