* {
	pading: 0;
	margin: 0;
}	
		
body {
  font: normal 0.8em "Trebuchet MS", "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
  color: #666;
 background: #EBF2FA url(images/fondo.png) repeat-x top fixed;
}

	
.caja {
  width: 950px;
  background: url( "../images/bg-tile1.gif") repeat-y;
  margin: 10px auto;
}
		
.caja h2 {
  background: url("../images/bg-top1.gif") no-repeat left top;
  padding: 10px 0 0 0;
  color: #01756C;
}
	
.caja .last {
	background: url("../images/bg-bottom1.gif") no-repeat left bottom;
	padding: 0 10px 20px 20px;
}
	
.caja h2, .caja p {
  padding: 5px 5px 5px 5px;
}