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

.tarifas table {
border-collapse:collapse;
border-left:1px solid #686868;
border-right:1px solid #686868;
color:#333333;
font:11px/145% 'courier new',helvetica,arial,verdana;
width:540px;
margin-left: 18px;
}
.tarifas td, .tarifas th {
padding:5px;
}
.tarifas caption {
background:none repeat scroll 0 0 transparent;
color:#333333;
font-size:1.4em;
font-weight:bold;
padding:0 0 0.5em;
text-align:left;
text-transform:uppercase;
}
.tarifas thead th, tfoot th, tfoot td {
background:url("../images/bgDegradado.gif") repeat-x scroll 0 0 #333333;
color:#FFFFFF;
}
.tarifas tfoot td {
text-align:left;
}
.tarifas tbody th, .tarifas tbody td {
border-bottom:1px dotted #333333;
}
.tarifas tbody th {
white-space:nowrap;
}
.tarifas tbody th a {
color:#333333;
}
.tarifas .odd {
}
.tarifas tbody tr:hover {
background:none repeat scroll 0 0 #FAFAFA;
}

