/*---------------------------------------------
//  tarifes
//---------------------------------------------
*/

.tarifes{
	font-size			: 12px;
}

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

.tarifes thead th {
	border-bottom		: 1px solid #bdbdbd;
}

.tarifes 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;
}

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

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

.tarifes 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;
}

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


.tarifaLlegenda {
	color				: #087230;
	padding				: 3px;
	border				: 1px solid #087230;

}

.tarifaLlegenda h1{
	font				: normal bold 18px Arial;
	color				: #FFF;
	background			: #41a52b;
	padding				: 5px;
	margin				: 0;
}
