/*---------------------------------------------
//  tarifa
//---------------------------------------------
*/

.tarifas{
	font-size			: 12px;
}

.tarifas thead td, .promo thead td {
	text-align			: center;
	border-bottom		: 1px solid #bdbdbd;
}

.tarifas thead th {
	border-bottom		: 1px solid #bdbdbd;
	border-top			: 1px solid #41a52b;
	font-weight			: bold;
	font-size			: 14px;
	padding				: 4px 4px 2px 4px;
	color				: #337344;
}

.tarifas tbody th, .promo tbody th {
	font-weight			: bold;
	font-size			: 14px;
	text-align			: left;
	border-right		: 1px solid #bdbdbd;
	border-bottom		: 1px solid #bdbdbd;
	border-left			: 1px solid #bdbdbd;
	padding				: 2px;
	padding				: 4px 4px 2px 4px;
}

.tarifas tbody td, .promo tbody td{
	border-right		: 1px solid #bdbdbd;
	border-bottom		: 1px solid #bdbdbd;
	text-align			: right;
	padding				: 4px 4px 2px 4px;
	color				: #41a52b;
	font-weight			: bold;
	font-size			: 13px;
}

.promo tbody td {
	text-align			: left;	
}

.tarifas h2, .promo h2 {
	text-align			: center;
	font-weight			: bold;
	font-size			: 14px;
	padding				: 10px 0 2px 0;
	background			: #c8e188;
	color				: #087230;
	text-transform		: uppercase;
	letter-spacing		: 5px;
}

.tarifas h3{
	font-weight			: bold;
	color				: #087230;
	background			: #c8e188;
	padding				: 3px 0;
}
