body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
h1 {
	font-size: 20px;
	color: #F48D04;
}
a {
	color: #F48D04;
}

h2 {
	font-size: 16px;
	margin-right: 20px;
	margin-left: 20px;
}
h3 {
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #F4F4F4;
	padding: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
}

#documento {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera  {
	height: 200px;
	background-image: url(../img/cabecera.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 900px;
}
#cuerpo  {
	float: left;
	width: 898px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;


}
#contenidos  {
	margin: 30px;

}
#pie  {
	height: 100px;
	background-color: #333;
	color: #FFF;
	float: left;
	width: 900px;
	font-size: 14px;
	text-align: center;
}
#cuadro1 {
	padding: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	background-color: #EFEFEF;
}
#paypal    {
	width: 230px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.paquetes  {
	background-color: #FB9C1C;
	display: block;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 4px solid #9B5A02;
}
