﻿@charset "UTF-8";
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  /* AGREGADO: ISMAEL PROYECTO CESPM */
  overflow: auto;
  /* AGREGADO: ISMAEL PROYECTO CESPM */
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  overflow: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.derecha {
  position: relative;
  display: block;
  text-align: right;
  clear: both;

}
.derecha .btn {
  background-color: #bb9f66;
  color:#FFFFFF;
}

.campo-faltante {
  border-bottom-color: #f00 !important;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #222;
  outline: none;
}

.forzar-salto-link {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

input[type="text"],
input[type="search"],
input[type="file"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"],
select,
textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  border: 1px solid #ccc;
    top: 0px;
    left: 1px;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* IMPRESIÓN */
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
}
.galeria {
  position: relative;
  display: block;
  background-color: #eaeaea;
}
.galeria .fotos {
  position: relative;
  display: block;
}
.galeria .fotos img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.galeria .fotos img.activo {
  opacity: 1;
  position: relative;
}
.galeria .controles {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.galeria .controles a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 45px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: -9999px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .galeria .controles a {
    background-size: 14px 40px;
  }
  .galeria .controles a.anterior {
    background-position: 10px center;
  }
  .galeria .controles a.siguiente {
    background-position: 20px center;
  }
}
@media only screen and (min-width: 768px) {
  .galeria .controles a {
    background-size: 25px 70px;
    background-position: center;
  }
}
.galeria .controles a:hover {
  opacity: 1;
}
.galeria .controles a.anterior {
  background-image: url("../imagenes/anterior-blanco.svg");
  left: 0;
}
.galeria .controles a.siguiente {
  background-image: url("../imagenes/siguiente-blanco.svg");
  right: 0;
}
.galeria.flechas-negras .controles .anterior {
  background-image: url("../imagenes/anterior-negro.svg");
}
.galeria.flechas-negras .controles .siguiente {
  background-image: url("../imagenes/siguiente-negro.svg");
}
.galeria.flechas-grises .controles .anterior {
  background-image: url("../imagenes/anterior.svg");
}
.galeria.flechas-grises .controles .siguiente {
  background-image: url("../imagenes/siguiente.svg");
}
.galeria.fondo-oscuro {
  background-color: #333;
}

.galeria-fullscreen {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
}
.galeria-fullscreen .fotos {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.galeria-fullscreen .fotos > img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.galeria-fullscreen .fotos > img.activo {
  opacity: 1;
  position: relative;
}
.galeria-fullscreen .fotos > div {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.galeria-fullscreen .fotos > div.activo {
  opacity: 1;
}
.galeria-fullscreen .controles {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.galeria-fullscreen .controles a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 45px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: -9999px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .galeria-fullscreen .controles a {
    background-size: 14px 40px;
  }
  .galeria-fullscreen .controles a.anterior {
    background-position: 10px center;
  }
  .galeria-fullscreen .controles a.siguiente {
    background-position: 20px center;
  }
}
@media only screen and (min-width: 768px) {
  .galeria-fullscreen .controles a {
    background-size: 25px 70px;
    background-position: center;
  }
}
.galeria-fullscreen .controles a:hover {
  opacity: 1;
}
.galeria-fullscreen .controles a.anterior {
  background-image: url("../imagenes/anterior-blanco.svg");
  left: 0;
}
.galeria-fullscreen .controles a.siguiente {
  background-image: url("../imagenes/siguiente-blanco.svg");
  right: 0;
}
.galeria-fullscreen.flechas-negras .controles .anterior {
  background-image: url("../imagenes/anterior-negro.svg");
}
.galeria-fullscreen.flechas-negras .controles .siguiente {
  background-image: url("../imagenes/siguiente-negro.svg");
}
.galeria-fullscreen.flechas-grises .controles .anterior {
  background-image: url("../imagenes/anterior.svg");
}
.galeria-fullscreen.flechas-grises .controles .siguiente {
  background-image: url("../imagenes/siguiente.svg");
}
.galeria-fullscreen.fondo-oscuro {
  background-color: #333;
}

@font-face {
  font-family: 'Frutiger';
  src: url("../css/fuentes/Frutiger-BoldCn.eot");
  /* IE9 Compat Modes */
  src: url("../css/fuentes/Frutiger-BoldCn.eot?#iefix") format("embedded-opentype"), url("../css/fuentes/Frutiger-BoldCn.woff") format("woff"), url("../css/fuentes/Frutiger-BoldCn.ttf") format("truetype"), url("../css/fuentes/Frutiger-BoldCn.svg#Frutiger-BoldCn") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-stretch: condensed;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Frutiger';
  src: url("../css/fuentes/Frutiger-LightCn.eot");
  /* IE9 Compat Modes */
  src: url("../css/fuentes/Frutiger-LightCn.eot?#iefix") format("embedded-opentype"), url("../css/fuentes/Frutiger-LightCn.woff") format("woff"), url("../css/fuentes/Frutiger-LightCn.ttf") format("truetype"), url("../css/fuentes/Frutiger-LightCn.svg#Frutiger-LightCn") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-stretch: condensed;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Frutiger';
  src: url("../css/fuentes/FrutigerNextLT-BlackCond.eot");
  /* IE9 Compat Modes */
  src: url("../css/fuentes/FrutigerNextLT-BlackCond.eot?#iefix") format("embedded-opentype"), url("../css/fuentes/FrutigerNextLT-BlackCond.woff") format("woff"), url("../css/fuentes/FrutigerNextLT-BlackCond.ttf") format("truetype"), url("../css/fuentes/FrutigerNextLT-BlackCond.svg#FrutigerNextLT-BlackCond") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-stretch: condensed;
  font-weight: bolder;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Frutiger';
  src: url("../css/fuentes/FrutigerNextLT-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../css/fuentes/FrutigerNextLT-Bold.eot?#iefix") format("embedded-opentype"), url("../css/fuentes/FrutigerNextLT-Bold.woff") format("woff"), url("../css/fuentes/FrutigerNextLT-Bold.ttf") format("truetype"), url("../css/fuentes/FrutigerNextLT-Bold.svg#FrutigerNextLT-Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Frutiger';
  src: url("../css/fuentes/FrutigerNextLT-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../css/fuentes/FrutigerNextLT-Regular.eot?#iefix") format("embedded-opentype"), url("../css/fuentes/FrutigerNextLT-Regular.woff") format("woff"), url("../css/fuentes/FrutigerNextLT-Regular.ttf") format("truetype"), url("../css/fuentes/FrutigerNextLT-Regular.svg#FrutigerNextLT-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
body, html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  color: #565759;
  font-size: 18px;
}

*, h1, h2, h3, h4, h5 {
      font-family: "Frutiger", sans-serif;
      color: black;
      margin-left: 0;
      margin-right: 0;
    }

h1 {
  font-weight: normal;
}

h1.azul, h2.azul, h3.azul, h4.azul, h5.azul {
  color: #4089C8;
}

.blanco, .texto-claro {
  color: white;
}

a {
  color: #04549D;
  cursor: pointer;
  text-decoration: none;
}

button {
  font-family: "Frutiger";
}

ul.gotita {
  list-style: url("../imagenes/icon-gotita.png");
}
ul.gotita > ul {
  list-style: initial;
  padding: 0px 10px;
  margin: 0px 15px;
}

.titulo-info {
  margin-top: 20px;
  color: #4089C8;
}

.caret {
  font-size: 70%;
  color: inherit;
}

.spacer {
  width: 100%;
  height: 64px;
  display: block;
}

div.azul {
  background: url(../imagenes/fondo-azul.jpg) center center #888B8D;
  background-size: cover;
  padding: 15px;
}

div.cielo {
  background-color: #651C32 !important;
  padding: 15px;
  color:#FFFFFF;
}
h1{
    color:#FFFFFF;
}


div.gris {
  background-color: #888B8D;
  padding: 10px;
  margin: 15px 0px;
  height: auto;
  overflow: hidden;
}

div.goti1 {
  text-align: left;
  display: inline-block;
}
div.goti1 img {
  margin: 10%;
  max-width: 500px;
  width: 80%;
  height: auto;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  height: 50px;
  margin-top: 5px;
  font-size: 15px;
  padding: 10px 20px;
}

textarea {
  height: initial;
}

button.btn, a.button, a.btn, div.btn-multilinea, a[id^="LinkButton"], a[id*=" LinkButton"], [id^="Button"], [id*=" Button"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FAB317;
  padding: 9px 30px;
  border: none;
  color: #565759;
  margin: 5px;
}
button.btn:hover, a.button:hover, a.btn:hover, div.btn-multilinea:hover, a[id^="LinkButton"]:hover, a[id*=" LinkButton"]:hover, [id^="Button"]:hover, [id*=" Button"]:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
button.btn:active, a.button:active, a.btn:active, div.btn-multilinea:active, a[id^="LinkButton"]:active, a[id*=" LinkButton"]:active, [id^="Button"]:active, [id*=" Button"]:active {
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  cursor: pointer;
}

button.secundario {
  /* AGREGADO: ISMAEL PROYECTO CESPM */
  background-color: #F1F2F3;
  background-image: -moz-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: -o-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: -webkit-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: -ms-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: linear-gradient(#F3F4F5, #FFF, #F1F2F3);
}

a.azul, button.azul, div.btn-multilinea, div.btn-azul {
  background-color: #4089C8;
  color: white;
}

.btn-multilinea {
  display: inline-block;
  width: auto;
}
.btn-multilinea * {
  padding: 0px;
  margin: 0px;
  line-height: 1;
}

.btn-holder {
  width: 100%;
  margin: 20px;
  padding: 10px;
}

.btn-holder-centrado {
  width: 100%;
  text-align: center;
  margin: 20px 0px;
  padding: 0px;
  box-sizing: border-box;
}
.btn-holder-centrado .btn-multilinea {
  margin: 0px;
}
.btn-holder-centrado p {
  margin-top: 15px;
  text-align: center;
}

.btn-holder-derecha {
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  margin: 20px 0px;
  padding: 10px 0px;
}
.btn-holder-derecha .btn-multilinea {
  margin: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .btn-holder-derecha {
    text-align: center;
  }
}

.icon64 {
  height: 64px;
  width: auto;
}

.icon-holder {
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
  height: auto;
  overflow: hidden;
}

.icon-blanco {
  min-width: 50px;
  width: 150px;
  height: 150px;
  background-color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px;
  padding-top: 15px;
  font-size: 0px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.icon-blanco img {
  display: inline-block;
  min-height: 80px;
  max-width: 80px;
}
.icon-blanco p {
  color: #4089C8;
  display: block;
  font-size: 15px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}

a:hover .icon-blanco {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.lado-a-lado {
  display: table;
  width: 100%;
}
.lado-a-lado .izquierda {
  width: 90%;
  display: table-cell;
  vertical-align: top;
}
.lado-a-lado .derecha {
  display: table-cell;
  text-align: right;
  vertical-align: top;
}

.tabla {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #EFF0F0;
  line-height: 1;
  overflow: hidden;
  width: 100%;
}
.tabla table {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #EFF0F0;
  line-height: 1;
  overflow: auto;
  box-sizing: border-box;
  border: none;
  min-width: 100%;
}
.tabla .cabecera, .tabla .pie-de-pagina {
  background-color: #C0C0C0;
  padding: 15px;
  border-bottom: 5px solid #46506F;
}
.tabla .cabecera h2, .tabla .cabecera h3, .tabla .cabecera h4, .tabla .cabecera p, .tabla .pie-de-pagina h2, .tabla .pie-de-pagina h3, .tabla .pie-de-pagina h4, .tabla .pie-de-pagina p {
  margin: 0px;
  font-weight: normal;
  line-height: 1.3;
}
.tabla th {
  border: 1px solid black;
  padding: 10px;
}
.tabla td {
  padding: 10px;
  min-width: 100px;
  border: none;
}
.tabla td:first-child {
  font-weight: bold;
}
.tabla td:last-child {
  text-align: right;
}
.tabla #cruz-roja {
  width: 60px;
  display: inline-block;
  padding: 5px;
  font-size: 18px;
  height: auto;
}
.tabla button {
  min-width: 200px;
}

.resaltar-lineas {
  border-bottom: 5px solid #46506F;
}
.resaltar-lineas .titulos-cabecera td {
  border-right: 2px solid #46506F;
  font-weight: bolder;
}
.resaltar-lineas .titulos-cabecera td:last-child {
  border-right: none;
}
.resaltar-lineas tr {
  background-color: white;
  border-bottom: 2px solid #565759;
}
.resaltar-lineas tr:nth-child(odd) {
  background-color: #EFF0F0;
}

.dropped {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  display: none;
  border-radius: 0px 0px 5px 5px;
  background-color: white;
  position: absolute;
  padding: 0px;
  z-index: 2;
}

.dropped a {
  display: block;
  padding: 3px 6px;
  color: #565759;
  background-color: transparent;
  border: none;
  font-family: "Frutiger", sans-serif;
  width: 100%;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
}
.dropped a:hover {
  color: white !important;
  background-color: #A2B9CE;
}

.active + .dropped {
  display: block;
}

.sobreflujo {
  height: auto;
  overflow: hidden;
}

.derecha {
  text-align: right;
  clear: initial;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .centrado-xs {
    text-align: center !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .izquierda-xs {
    text-align: left !important;
  }
}

.overflow {
  overflow-x: auto;
}

.nowrap {
  white-space: nowrap;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.fluid {
  margin: 0px !important;
}

.centrado {
  text-align: center;
}

.width100 {
  width: 100%;
}

.menu {
  /* AGREGADO: ISMAEL PROYECTO CESPM */
  background-color: #F1F2F3;
  background-image: -moz-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: -o-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: -webkit-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: -ms-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  height: 64px;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding-left: 20px;
}
.menu .logo {
  width: 50px;
  height: 50px;
  margin: 5px;
}
.menu .logo2 {
  width: 90px;
  height: 50px;
  margin: 5px;
}
.menu a {
  font-family: "Frutiger";
  color: #565759;
  text-decoration: none;
  cursor: pointer;
}
.menu #mobile-btn {
  display: none;
}
.menu nav {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 7px;
}
.menu nav a:hover:not(.btn), .menu nav a.indicador {
  color: #4089C8;
}
.menu .menu-logged > a, .menu .drop-content {
  color: #565759;
  display: inline-block;
  font-size: 18px;
  padding: 0 20px;
  border-right: 1px solid #DDD;
}
.menu nav > a.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  font-size: 18px;
  padding: 12px 20px;
  margin: 0 5px;
  color:white;
  font-family: "Frutiger", sans-serif;
}
.menu #cuenta  , .menu #regresarbtn{
  background-color: #bb9f66;
  color:white;
}

.menu #pago, .menu #iniciar-sesion {
  background-color: #bb9f66;
    color:white;
}

.menu #salir {
  background-color: #bb9f66;
}

.menu .btn {
  background-color: #bb9f66;
}
.menu #pago-en-linea {
  color: white;
  background-color: #bb9f66;
}
.menu .social {
  display: initial;
}
.menu .social a {
  display: initial;
  border: none;
  margin: 10px;
  padding: 0px;
}
.menu .social a img {
  height: 30px;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 1150px) {
  .menu #mobile-btn {
    background-image: url(../imagenes/icon-menu.svg);
    background-position: center center;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 44px;
    width: 44px;
    overflow: hidden;
    text-indent: -999px;
  }
  .menu .active + .menu-logged {
    display: block;
  }
  .menu .dropped {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: static;
    display: none;
    width: 100%;
  }
  .menu .active + .dropped {
    display: block;
  }
  .menu .menu-logged {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: 69px;
    right: 5px;
    text-align: center;
    padding: 20px;
    background-color: white;
    margin: -5px;
    margin-left: -20px;
  }
  .menu .menu-logged > * {
    width: 100%;
    display: block;
  }
  .menu .menu-logged > a, .menu .menu-logged > .drop-content, .menu .menu nav > a.btn {
    border-right: none;
    margin: 5px 0px !important;
  }
  .menu .dropped {
    padding: 10px 0px;
  }
  .menu .dropped a {
    text-align: center;
  }
  .menu .social {
    display: inline-block;
  }
  .menu .social a {
    display: inline-block;
  }
}
footer {
  background-color: #EAEAEA;
}
footer #cespm-logo-footer {
  bacground-color: #EAEAEA !important;
  text-align: center;
}
footer #cespm-logo-footer img {
  display: inline;
  width: auto;
  height: 60px;
  margin: 20px;
}
footer .aviso {
  background-position: center center;
  background-size: cover;
  height: 200px;
  padding: 0px;
}
footer .aviso h1, footer .aviso p {
  line-height: 1.3;
  margin: 0px;
  width: 100%;
  font-family: "Frutiger";
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
footer .aviso h1 {
  margin-top: 64px;
}
footer .aviso .nota {
  background-color: #4089C8;
  position: absolute;
  bottom: 0px;
  width: 100%;
  vertical-align: bottom;
  text-align: center;
  color: white;
  font-weight: 600;
  padding-top: 5px;
}
footer .servicio_whatssapp * {
  text-align: right !important;
  padding-right: 20px;
}
footer .servicio_whatssapp img {
  width: 70px;
  height: auto;
  position: relative;
  top: 0px;
  z-index: 1;
  left: 0px;
  padding: 0px;
}
footer #footer-info #info {
  padding: 15px;
  display: inline-block;
}
footer #footer-info #info p {
  color: #070707;
}
footer #footer-info #social {
  padding: 15px;
  display: inline-block;
  text-align: center;
}
footer #footer-info #social img {
  width: 36px;
  display: inline-block;
  margin-top: 30px;
}
footer #footer-info #logo_cespm {
  text-align: center;
}
footer #footer-info #logo_cespm img {
  width: 100%;
  display: inline-block;
  max-width: 300px;
}
footer .row_avisos2 {
  padding: 0px;
  display: table;
  width: 100%;
}
footer .row_avisos2 > div {
  display: table-cell;
  width: 100%;
}
footer .row_avisos2 > a {
  display: table-cell;
}

.seleccionar-banco {
  box-sizing: border-box;
  border: 1px solid #46506F;
  padding: 15px;
}
.seleccionar-banco .logo {
  width: 70%;
  max-width: 300px;
  display: inline-block;
}
.seleccionar-banco input[type='radio'] {
  box-shadow: none;
  display: inline-block;
  position: relative;
  top: 20px;
}
.seleccionar-banco h3 {
  font-weight: normal;
}
.seleccionar-banco p {
  font-size: 14px;
  margin: 15px;
  margin-left: 18px;
}

.pago-en-bancos {
  width: 100%;
}
.pago-en-bancos td {
  height: 50px;
}
.pago-en-bancos img {
  min-width: 150px;
  width: 20vw;
  max-width: 250px;
  height: auto;
}
.pago-en-bancos td {
  white-space: nowrap;
  padding: 5px 10px;
}
.pago-en-bancos td:first-child {
  text-align: left;
}
.pago-en-bancos td {
  text-align: center;
}
.pago-en-bancos td:last-child {
  text-align: right;
}
.pago-en-bancos tr:first-child {
  font-weight: bolder;
}
.pago-en-bancos a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  padding: 10px 20px;
  background-color: #A2B9CE;
}
.pago-en-bancos a:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.grafica {
  /* AGREGADO: ISMAEL PROYECTO CESPM */
  background-color: #F1F2F3;
  background-image: -moz-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: -o-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: -webkit-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: -ms-linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  background-image: linear-gradient(#F3F4F5, #FFF, #F1F2F3);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
  height: 25px;
  padding: 5px;
}
.grafica .progreso {
  height: 100%;
  background-color: #C0C0C0;
}

.realizar-pago {
  height: auto;
  overflow: auto;
}
.realizar-pago .titulo {
  display: inline-block;
}
.realizar-pago .bancos {
  display: inline-block;
  float: right;
  margin: 15px 0px;
}
.realizar-pago .bancos img {
  min-height: 30px;
  height: 10vw;
  max-height: 40px;
}
.realizar-pago .cabecera {
  display: table-cell;
  width: 90%;
  border: none;
}
.realizar-pago .contenido {
  padding: 15px;
}
.realizar-pago .total {
  display: table-cell;
  white-space: nowrap;
  padding: 15px;
  background-color: #4089C8;
}
.realizar-pago .total h3 {
  font-weight: normal;
}
.realizar-pago .total h3, .realizar-pago .total strong {
  color: white;
}
.realizar-pago .pagar {
  background: #4089C8;
  min-width: auto;
  padding: 9px 30px;
  margin-left: 20px;
  color: white;
}

.realizar-pago .regresar {
  background: #4089C8;
  min-width: auto;
  padding: 9px 30px;
  margin-left: 20px;
  color: white;
}


.realizar-pago #bancomer {
  min-width: 150px;
  width: 10vw;
  max-width: 250px;
}

.modalidad-de-pago {
  padding: 15px;
}
.modalidad-de-pago .jumbo-btn .contenido {
  width: 100%;
  height: 200px;
  margin: 0px;
  margin-bottom: 20px;
}
.modalidad-de-pago .jumbo-btn .contenido img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-height: 50%;
}

@media screen and (max-width: 990px) {
  .modalidad-de-pago .jumbo-btn, .modalidad-de-pago .contenido {
    display: block;
    width: 100%;
  }
  .modalidad-de-pago .jumbo-btn img, .modalidad-de-pago .contenido img {
    max-width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .realizar-pago .bancos {
    display: block;
    float: none;
  }
  .realizar-pago .cabecera, .realizar-pago .total {
    display: block;
    width: 100%;
  }
  .realizar-pago .derecha, .realizar-pago .izquierda {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.creacion-de-cuenta p, .creacion-de-cuenta h1 {
  margin: 10px 0px;
}
.creacion-de-cuenta .titulo {
  display: inline-block;
  background-color: #C0C0C0;
  width: auto;
  padding: 10px 20px 0px 20px;
}
.creacion-de-cuenta .titulo h1 {
  margin: 0px;
}
.creacion-de-cuenta .goti {
  vertical-align: middle;
}
.creacion-de-cuenta .goti img {
  width: 300px;
}
.creacion-de-cuenta button {
  margin-left: 0px;
  margin-bottom: 10px;
}

@media screen and (max-width: 660px) {
  .registrar-usuario .goti {
    display: none;
  }
}
.administrar-cuenta .tabla {
  padding: 20px;
  margin-bottom: 20px;
}
.administrar-cuenta table {
  white-space: nowrap;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.administrar-cuenta table td:last-child, .administrar-cuenta table td:first-child {
  padding: 5px 0px;
}
.administrar-cuenta p, .administrar-cuenta h3, .administrar-cuenta h1 {
  margin: 10px;
  margin-left: 0px;
}
.administrar-cuenta .goti {
  vertical-align: middle;
}
.administrar-cuenta .goti img {
  width: 300px;
}
.administrar-cuenta .eliminar-servicio {
  background-color: #4089C8;
  color: white;
  box-sizing: border-box;
  height: 45px;
}
.administrar-cuenta .eliminar-servicio .checkbox {
  color: white;
}

@media screen and (max-width: 660px) {
  .administrar-cuenta .goti {
    display: none;
  }
}

/* */
.creacion-de-cuenta .tabla {
  padding: 20px;
  margin-bottom: 20px;
}
.creacion-de-cuenta table {
  white-space: nowrap;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.creacion-de-cuenta table td:last-child, .administrar-cuenta table td:first-child {
  padding: 5px 0px;
}
.creacion-de-cuenta p, .administrar-cuenta h3, .administrar-cuenta h1 {
  margin: 10px;
  margin-left: 0px;
}
.creacion-de-cuenta .goti {
  vertical-align: middle;
}
.creacion-de-cuenta .goti img {
  width: 300px;
}
.creacion-de-cuenta .eliminar-servicio {
  background-color: #4089C8;
  color: white;
  box-sizing: border-box;
  height: 45px;
}
.creacion-de-cuenta .eliminar-servicio .checkbox {
  color: white;
}

@media screen and (max-width: 660px) {
  .creacion-de-cuenta .goti {
    display: none;
  }
}
    
    
    
  /**/ 

.recibo-de-pago .titulo {
  margin-bottom: 20px;
}

.row-datos {
  background-color: white;
  vertical-align: middle;
  border-bottom: 2px solid #C0C0C0;
  text-align: center;
  padding: 15px 10px;
}
.row-datos:nth-child(odd) {
  background-color: #EFF0F0;
}
.row-datos .dato {
  display: inline-block;
  width: auto;
  margin: 15px;
}
.row-datos .dato p {
  text-align: center;
  margin: 10px;
}
.row-datos .dato p:first-child {
  font-weight: bold;
}

.factura-actual-pie-de-pagina {
  width: 100%;
  margin-top: 10px;
  display: inline-table;
}
.factura-actual-pie-de-pagina .cell {
  display: table-cell;
  vertical-align: center;
  width: 32%;
  text-align: center;
}
.factura-actual-pie-de-pagina .cell:first-child {
  text-align: left;
}
.factura-actual-pie-de-pagina .cell:last-child {
  text-align: right;
}
.factura-actual-pie-de-pagina .azul {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: none;
  vertical-align: middle;
}
.factura-actual-pie-de-pagina .azul p, .factura-actual-pie-de-pagina .azul h2 {
  color: white;
  padding: 0px;
  margin: 0px;
  line-height: 1;
}
.factura-actual-pie-de-pagina .azul * {
  display: inline-block;
}
.factura-actual-pie-de-pagina .pagado p, .factura-actual-pie-de-pagina .pagado h1, .factura-actual-pie-de-pagina .pagado h2, .factura-actual-pie-de-pagina .pagado h3 {
  display: block;
}
.factura-actual-pie-de-pagina .pagado p {
  font-size: 15px;
}
.factura-actual-pie-de-pagina .pagado .cell {
  vertical-align: top;
  width: 49%;
}
.factura-actual-pie-de-pagina #historial-facturas {
  margin: 0px 5px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .factura-actual-pie-de-pagina #historial-facturas {
    margin: 5px;
  }
}
.factura-actual-pie-de-pagina .btn {
  display: inline-block;
}
.factura-actual-pie-de-pagina .btn:first-child {
  margin-top: 0px;
  margin-bottom: 5px;
}
.factura-actual-pie-de-pagina .btn:last-child {
  margin-bottom: 0px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .factura-actual-pie-de-pagina {
    display: block;
  }
  .factura-actual-pie-de-pagina .cell, .factura-actual-pie-de-pagina .cell:last-child, .factura-actual-pie-de-pagina .cell:first-child {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .factura-actual-pie-de-pagina .derecha {
    width: auto;
    white-space: nowrap;
    margin-top: 10px;
  }
  .factura-actual-pie-de-pagina .derecha, .factura-actual-pie-de-pagina .izquierda {
    white-space: normal;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.jumbo-btn .contenido {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: -3px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 3px 2px rgba(0, 0, 0, 0.3);
  display: table;
  background-color: #EAEAEA;
  box-sizing: border-box;
  border: 2px solid white;
  border-bottom: none;
  border-left: none;
  width: 150px;
  height: 130px;
  text-align: center;
  margin-top: 10px;
  margin-left: -5px;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
}
.jumbo-btn .contenido:active {
  -webkit-box-shadow: -3px 3px 2px transparent;
  -moz-box-shadow: -3px 3px 2px transparent;
  box-shadow: -3px 3px 2px transparent;
  border-color: #CCC;
}
.jumbo-btn .contenido img {
  max-height: 75%;
  max-width: 80%;
  display: inline-block;
}
.jumbo-btn .contenido p {
  margin: 0px;
  margin-top: 5px;
}

@media screen and (max-width: 990px) {
  .jumbo-btns {
    display: block;
    width: 100%;
    text-align: center;
  }
  .jumbo-btns .jumbo-btn {
    display: inline-block;
    margin: 5px 10px;
  }
}
@media screen and (min-width: 425px) {
  #consultar-otra-cuenta .dropped {
    right: 0px;
  }
}
.recuperar-contrasena .btn {
  height: 50px;
  margin-top: 5px;
}

.mensaje-fracaso, .mensaje-exito {
  width: 100%;
  height: 70vh;
  display: table;
  text-align: center;
  padding: 15px;
}
.mensaje-fracaso h1, .mensaje-fracaso h3, .mensaje-exito h1, .mensaje-exito h3 {
  margin: 0px;
  line-height: 1;
  padding: 0px;
}
.mensaje-fracaso h3, .mensaje-exito h3 {
  color: #565759;
}
.mensaje-fracaso img, .mensaje-exito img {
  width: 150px;
}

.mensaje-fracaso h1 {
  color: #922;
}

.mensaje-exito h1 {
  color: #292;
}

.main-inicio {
  margin: 30px auto;
}

.galeria-holder {
  height: 500px;
}

.marco-galeria {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.marco-galeria #der, .marco-galeria #izq {
  position: absolute;
  top: 50%;
  height: 15%;
  width: auto;
  transform: translate(0%, -50%);
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .marco-galeria #der, .marco-galeria #izq {
    top: 30%;
  }
}
.marco-galeria #der {
  right: 20px;
}
.marco-galeria #izq {
  left: 20px;
}
.marco-galeria .galeria {
  white-space: nowrap;
  display: block;
  position: static;
  font-size: 0px;
  width: 100%;
  height: 100%;
}
.marco-galeria .galeria .slide {
  position: absolute;
  opacity: 0;
  margin: 0px;
  display: block;
  width: calc(100% - 30px);
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.marco-galeria .galeria .slide .descripcion {
  white-space: initial;
  width: 100%;
  font-size: 14px;
  padding: 10px 15px;
  display: block;
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}
.marco-galeria .galeria .slide .descripcion p {
  color: white;
}
.marco-galeria .galeria .slideactivo {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  z-index: 0;
}

.facebook-page {
  text-align: center;
  overflow: auto;
}
.facebook-page .fb-page {
  display: inline-block;
  width: 100%;
}

.inicio-buscado-popular {
  text-align: center;
}
.inicio-buscado-popular .titulo-info {
  margin-bottom: 20px;
  color: white;
}
.inicio-buscado-popular > .row {
  display: inline-block;
  width: 100%;
}

.titulo-cabecera h1 {
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 40px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .titulo-cabecera h1 {
    font-size: 25px;
  }
}
.titulo-cabecera img {
  display: inline;
  height: 2em;
  vertical-align: middle;
}

.imagen-holder {
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 300px;
  margin: 10px 0px;
}

.seccion-info div.imagen {
  width: 100%;
  margin-bottom: 20px;
}
.seccion-info div.imagen img {
  width: 100%;
}
.seccion-info div.info {
  margin-bottom: 20px;
}
.seccion-info div.info p {
  margin: 5px;
}

.tarjeta {
  margin: 0px;
  padding: 0px 15px;
  text-align: center;
}
.tarjeta > div {
  display: inline-block;
  background-color: #C0C0C0;
  margin: 20px 5px;
  padding: 0px;
  width: 100%;
  max-width: 400px;
}
.tarjeta p {
  text-align: left;
}
.tarjeta .azul h3 {
  line-height: 1;
  margin: 0px;
  text-align: center;
}
.tarjeta .imagen {
  width: 100%;
  padding: 0px 10px;
  text-align: center;
}
.tarjeta .imagen img {
  display: inline-block;
  width: 100%;
}
.tarjeta .info {
  padding: 10px;
}
.tarjeta .btn-holder-derecha {
  padding: 20px 15px;
  padding-top: 0px;
  margin: 0px;
}

.aguas-residuales .info {
  padding: 10px;
}
.aguas-residuales .info p {
  margin-bottom: 15px;
}

.tabla-plantas table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.tabla-plantas tr:first-child {
  text-align: center;
  border-bottom: 2px solid #04549D;
}
.tabla-plantas tr:first-child th {
  background-color: #4089C8;
  color: white;
}
.tabla-plantas tr:nth-child(even) {
  background-color: #EFF0F0;
}
.tabla-plantas td, .tabla-plantas th {
  padding: 10px;
  margin: 10px;
}
.tabla-plantas td:nth-child(5), .tabla-plantas td:nth-child(3), .tabla-plantas td:nth-child(4) {
  text-align: center;
}

.logo-mascota .imagen {
  text-align: center;
}
.logo-mascota .imagen img {
  margin: 20px;
  margin-bottom: 40px;
  width: 50%;
  min-width: 200px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .historia .imagen-holder {
    height: 300px;
    margin: 10px 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .historia .imagen-holder {
    height: 180px;
  }
}

#consejo-de-administracion {
  background-color: white;
  margin-bottom: 10px;
}
#consejo-de-administracion .row {
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #consejo-de-administracion .row {
    margin: 5px 0px;
  }
}
@media only screen and (min-width: 1px) {
  #consejo-de-administracion .row {
    margin: 10px 0px;
  }
}
#consejo-de-administracion .row * {
  font-size: 17px;
  margin-bottom: 0px;
}
#consejo-de-administracion .row:last-child {
  margin-bottom: 10px;
}
#consejo-de-administracion .titulo {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background-color: #4089C8;
  padding: 2px;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #consejo-de-administracion .titulo {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
#consejo-de-administracion .nombre {
  color: #4089C8;
  padding: 5px;
  background-color: #EFF0F0;
  text-align: center;
}
#consejo-de-administracion .puesto {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background-color: #4089C8;
  padding: 5px;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #consejo-de-administracion .puesto {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}

.estructura-organica p {
  margin-bottom: 20px;
}

.marco-legal {
  padding-top: 20px;
  padding-bottom: 20px;
}
.marco-legal h1 {
  margin: 5px;
  line-height: 1;
}
.marco-legal h4 {
  margin: 5px;
  line-height: 1;
}
.marco-legal h1, .marco-legal h4 {
  margin-left: 0px;
}
.marco-legal .imagen {
  text-align: center;
}
.marco-legal .imagen img {
  margin: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .marco-legal .imagen {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marco-legal .imagen {
    display: none;
  }
}

.modificaciones-al-padron {
  padding: 20px;
}
.modificaciones-al-padron .titulo {
  margin-bottom: 15px;
}
.modificaciones-al-padron > div {
  height: auto;
  overflow: hidden;
}

.modificacion-al-padron {
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}
.modificacion-al-padron > div {
  height: auto;
  overflow: hidden;
}
.modificacion-al-padron p, .modificacion-al-padron h4 {
  margin: 0px;
}
.modificacion-al-padron h1 {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modificacion-al-padron {
    margin-bottom: 20px;
  }
  .modificacion-al-padron * {
    text-align: center;
  }
}
.modificacion-al-padron .icon-holder {
  padding: 10px;
  text-align: right;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modificacion-al-padron .icon-holder {
    text-align: center;
  }
}
.modificacion-al-padron .icon-holder .icon-blanco {
  height: 100px;
  width: 100px;
  padding: 20px;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modificacion-al-padron .icon-holder {
    padding: 0px;
  }
  .modificacion-al-padron .icon-holder .icon-blanco {
    width: 86px;
    height: 86px;
    padding: 3px 12px;
  }
  .modificacion-al-padron .icon-holder .icon-blanco img {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .modificacion-al-padron .icon-holder .icon-blanco {
    width: 100px;
    height: 100px;
    padding: 12px;
  }
  .modificacion-al-padron .icon-holder .icon-blanco img {
    width: 100%;
  }
}

@media print {
  .menu, .goti1, .aviso, #footer-info, #btn_imp{
    display: none;
  }

  .recibo-de-pago {
    display: block !important;
    color: #EAEAEA;
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    width: 100%;
  }
  .recibo-de-pago .goti1 {
    display: fixed;
    top: 0px;
    width: 0px;
  }
  .recibo-de-pago .cabecera {
    border: 1px solid #EAEAEA;
  }
  .recibo-de-pago .tabla {
    width: 100%;
    border: 1px solid #EAEAEA;
  }
  .recibo-de-pago .pie-de-pagina {
    border: 1px solid #EAEAEA;
  }

  @page {
    margin: 0.5cm;
  }
}
.seleccionador-cuentas {
  display: inline-table;
  width: 170px;
  height: 100%;
  padding: 0px;
}
.seleccionador-cuentas select {
  border-style: none;
    border-color: inherit;
    border-width: medium;
    cursor: pointer;
    margin: 0;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    height: 55px;
    padding: 0px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    color: #04549D;
    background-image: linear-gradient(45deg, transparent 50%, #04549D 50%), linear-gradient(135deg, #04549D 50%, transparent 50%);
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

div.comunicado {
  margin-bottom: 30px;
}
div.comunicado > div {
  padding: 0px;
  margin: 0px;
}
div.comunicado div.imagen-holder {
  margin: 0px;
  padding: 0px;
  height: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  div.comunicado div.imagen-holder {
    min-height: 150px;
    height: 50vh;
  }
}
div.comunicado .info {
  padding: 15px;
  text-align: justify;
}
div.comunicado .btn {
  border-top: 1px solid white;
  padding: 5px 30px;
}
div.comunicado .btn-holder-derecha {
  margin-bottom: 0px;
}



/*Recibo para imprimir
        @media print
        {
            #menu,
            #footer
                {
                    display:                    none;
                }*/

            /*#rec_encabezado 
                {
                    background-color:           #333;
                    -webkit-print-color-adjust: exact;
                }

             #cuadro, body
                { 
                    border:                     none !important; 
                }*/

            #factura 
                {
                     width:                      90% !important; 
                     margin-left:                5% !important;
                     -webkit-print-color-adjust: exact;
                }

            #encabezado 
                {
                display:block;
                float:left;
                width:90%;
                height:350px;
                background-color:greenyellow;
                }

            #enc-logo-bc
                {
                display:block;
                float:left;
                width:30%;
                height:350px;
                background-color:red;
                }

           

            #enc-logo-cespm
                {
                display:block;
                float:left;
                width:20%;
                height:350px;
                background-color:red;
                }

              #enc-logo-bc img,#enc-logo-cespm img
                {
                display:block;
                float:left;
                width:150px;
                height:150px;
                }

             #datos-pers 
                {
                display:block;
                float:left;
                width:90%;
                height:350px;
                background-color:aqua;
                }

             #datos-fact
                {
                display:block;
                float:left;
                width:90%;
                height:350px;
                background-color:brown;
                }

             #detalle
                {
                display:block;
                float:left;
                width:90%;
                height:350px;
                background-color:blue;
                }

             #totales
                {
                display:block;
                float:left;
                width:90%;
                height:350px;
                background-color:grey;
                }


        /* }Recibo para imprimir*/




        /*# sourceMappingURL=estilos.css.map */

