body {
	margin: 0;
	padding: 0;
	color: #232323;
	font-family: Arial;
	font-size: 12px;
}
.content {
	background: transparent url(img/fondo-promo.jpg) no-repeat scroll 0 0;
	width: 560px;
	height: 510px;
	padding: 0 20px;
	overflow: hidden;
}
.terms-list {
	width: 538px;
	height: 330px;
	margin: 160px 11px 0;
	padding: 6px 0 0;
	list-style-type: none;
	overflow-x: hidden;
	overflow-y: scroll;
}
.terms-list  .item {
	padding-top: 3px;
	padding-left: 28px;
	padding-right: 10px;
	text-align: justify;
}
.terms-list  .item1 {
	background: transparent url(img/n1.png) no-repeat scroll 0 0;
	margin-bottom: 16px;
}
.terms-list  .item2 {
	background: transparent url(img/n2.png) no-repeat scroll 0 0;
	margin-bottom: 16px;
}
.terms-list  .item3 {
	background: transparent url(img/n3.png) no-repeat scroll 0 0;
	margin-bottom: 18px;
}
.terms-list  .item4 {
	background: transparent url(img/n4.png) no-repeat scroll 0 0;
	margin-bottom: 16px;
}
.terms-list  .item  .title {
	color: #ff3911;
	font-weight: bold;
	margin-bottom: 2px;
}
.terms-list  .item  .text  {
	line-height: 15px;
}
.terms-list  .item  .text .button-section {
	font-weight: bold;
	margin-top: 5px;
	overflow: hidden;
}
.terms-list  .item  .text .button-section .label {
	display: block;
	float: left;
	margin-right: 8px;
	line-height: 30px;
}
.terms-list  .item  .text .button-section .button {
	display: block;
	float: left;
}
.item-message {
	color: #6d6d6d;
	font-size: 11px;
	text-align: justify;
}