@media all and (min-width: 200px) {
  .img_mobile {
    display: block; }

  .img_mobile, .img_tablet, .img_desktop {
    width: 100%; }

  .img_tablet, .img_desktop {
    display: none; } }
@media all and (min-width: 768px) {
  .img_mobile {
    display: none; }

  .img_tablet {
    display: block; } }
@media all and (min-width: 992px) {
  .img_tablet {
    display: none; }

  .img_desktop {
    display: block; } }
.titTablas {
  font-size: 30px;
  margin: 0 0 30px 0; }

.tablaPrecios .tHead {
  margin: 0 !important;
  color: #005aa1;
  font-weight: 700;
  font-size: 20px; }

.tablaPrecios tr td {
  font-weight: 400; }
