.oferta_master{
	font-family:  arial, sans-serif;
  font-size: 11px;
	width: 773px;
	border: 1px solid #BBB;
	overflow: hidden;
	/*color: #116B9E;*/
	color: #000;
  margin: 0 auto;
	background-color: #FFF;
  /*background: url('bg.png') top no-repeat;*/
  background: #942138;
  /*height: 1080px;*/
}
.oferta_white_block {
	margin-top: 10px;
	margin-left: 10px;
	background-color: white;
	font-family: Arial;
	font-size: 20px;
	padding: 20px;
}
.oferta_white_block_inside {
	margin: 20px;
}
.oferta_white_inside {
	padding: 20px;
}
.oferta_title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: white;
	margin: 5px 0px;
}
.oferta_white_header {
	background-color: #F0A14A;
	height: 10px;
}
.oferta_sub_header {
	font-size: 20px;
	font-weight: bold;
	color: #942138;
}
.oferta_white_inside ul {
	list-style-type: square;
	list-style-image: none;
}
.oferta_white_inside ul li {
	line-height: 24px;
}
.oferta_footer {
	text-align: center;
	font-size: 20px;
	color: white;
	margin: 10px 0px 0px 10px;
	border-bottom: 10px solid #F0A14A;
}
.oferta_footer a {
	color: white;
}
