@charset "utf-8";
/* CSS Document */

th.empty, td.empty {
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
}

th.empty2, td.empty2 {
	border-right:1px solid #b8b8b8;
}

th.green {
	width:130px;
	height:10px;
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	color:#282828;
	padding:8px 0px;
	text-align:center;
	background-image:url(../img/th_green_back.gif);
	border-right:1px solid #b8b8b8;
}

th.blue {
	width:130px;
	height:10px;
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	color:#282828;
	padding:8px 0px;
	text-align:center;
	background-image:url(../img/th_blue_back.gif);
	border-right:1px solid #b8b8b8;
}

td.tarifas_label {
	width:200px;
	padding:8px 10px;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	border-left:1px solid #b8b8b8;
}

td.tarifas_precios {
	width:130px;
	padding:8px 0px;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	text-align:center;
}

td.tarifas_boton {
	width:130px;
	padding:4px 0px;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	text-align:center;
}

td.tarifas_opcion {
	width:130px;
	padding:8px 0px;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	text-align:center;
}

td.tarifas_opcion_right {
	width:30px;
	text-align:center;
}

td.tarifas_opcion_left {
	width:100px;
	text-align:left;
}

td.tarifas_opcion_left a {
	color:#FF0000;
}

td.tarifas_opcion_left a:hover {
	color:#000;
}

td.banner_sample {
	height:81px;
	background-image:url(../img/banner_sample_back.gif);
}

td.banner_desc {
	line-height:19px;
}

.green {
	color:#84a869;
}

.blue {
	color:#4da4c4;
}

.red {
	color:#ff0000;
}

.red a {
	color:#000;
}

.red a:hover {
	color:#ff0000;
}

.light_grey {
	color:#c5c5c5;
}