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

.tarifes{
	font-size			: 12px;
	width				: 80%;
}

.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{
	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				: 4px;
}

.tarifes tbody td{
	border-right		: 1px solid #bdbdbd;
	border-bottom		: 1px solid #bdbdbd;
	text-align			: right;
	padding				: 2px 4px 2px 2px;
	color				: #555d3b;
	font-weight			: bold;
	font-size			: 14px;
	background			: #e4ead3;
}


.tarifes h2{
	text-align			: center;
	font-weight			: bold;
	font-size			: 15px;
	padding				: 10px 0 2px 0;
	background			: #8f9875;
	color				: #FFF;
	text-transform		: uppercase;
}

.tarifes h3{
	font-weight			: bold;
	color				: #6e7559;
	padding				: 3px 0;
	text-align			: center;
}


.tarifaLlegenda {
	color				: #555d3b;
	padding				: 4px;
	border				: 1px solid #555d3b;
	width				: 80%;

}

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