@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.top {
  background: #66030A;
  padding: 4px 0;
}

.ingreso .fa {
  font-size: 16.5px;
}

.ingreso {
  float: right;
  margin-bottom: 0;
}

.ingreso li {
  float: left;
  font-size: 12.5px;
  list-style: none;
}

.ingreso li a {
  color: #D4D4D4;
  display: block;
  padding: 4px 12px;
  border-right: 1px solid #7d7d7d;
}

a:hover {
  text-decoration: none;
}

/*----de tablas****/

thead {
  background: #146A0D;
  color: #f0f0f0;
}

table a .fa {
  color: #c00;
  font-size: 25px;
}

table a:hover .fa {
  color: #858585;
}


/*----de tablas****/

body {
  color: #171717;
  font-size: 13.5px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6em;
}

header {
  border-bottom: 3px solid #858585;
  background: #e5e5e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 42%, #ffffff 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(42%, #ffffff), color-stop(99%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 42%, #ffffff 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 42%, #ffffff 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 42%, #ffffff 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 42%, #ffffff 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.title,
.frase,
.colorc,
.tab-content strong {
  color: #66030A;
}

.frase {
  line-height: 0.9em;
}

.frase h4 {
  color: #666;
  font-size: 22px;
}

.navi,
footer,
.btline-title:after,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.panel-heading h4,
.panel-default>.panel-heading h6:hover {
  background: #66030A;
}

.frase {
  margin-top: 5px;
}

.frase h1 {
  font-size: 28px;
}

.navbar-default {
  background: none;
  border: 0px;
}

.navbar-default .navbar-nav>li>a {
  color: #D4D4D4;
  text-transform: uppercase;
  transition: all ease 0.8s;
}

.navbar-default .navbar-nav>li>a:hover {
  background: #fff;
  color: #858585;
}

.adaptar {
  width: 100%;
}

.esquema {
  max-width: 900px;
}

.carousel {
  padding-bottom: 2px;
  box-shadow: 0px 4px 8px #999;
}

.panel-title>a {
  display: block;
}

.panel-default>.panel-heading {
  color: #D4D4D4;
  transition: all ease 0.8;
}

.panel-default>.panel-heading h4:hover {
  background: #858585;
}

footer {
  color: #D4D4D4;
  margin-top: 40px;
  text-align: center;
}

footer .container {
  padding: 25px 0;
  font-size: 12px
}

.manual {
  color: #D4D4D4;
  border-radius: 16px;
  margin-top: 20px;
  display: block;
  padding: 8px 12px;
  text-align: center;
  background: #66030A;
  font-size: 15px;
}
.btline-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #DDD;
  position: relative;
  margin-bottom: 20px;
}

.btline-title:after {
  content: " ";
  display: block;
  height: 3px;
  width: 62px;
  position: absolute;
  bottom: -2px;
  z-index: 999;
}

.panel-heading {
  padding: 0;
}

.panel-heading h4 {
  padding: 10px 15px;
}

.panel-heading h6 span {
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -8px;
}

.list-alfab {
  list-style: /*url(images/bullet.png) */
  upper-latin;
}

.list-alfab li:first-letter {
  text-transform: uppercase;
}

.list-alfab>li:before {
  content: url('images/bullet.png');
  margin-left: -20px;
  display: inline-block;
  margin-bottom: 4px;
}

.list-alfab ul {
  list-style: disc;
  margin-left: 40px;
}

.title {
  font-size: 22px;
  text-align: center;
  margin: 25px 0;
  border-bottom: 3px solid #dedede;
  padding-bottom: 10px;
}

thead tr {
  background: #858585;
  color: #fff;
}

.btn-primary {
  color: #D4D4D4;
  background-color: #858585;
  border-color: #555;
  margin-bottom: 15px;
  transition: all ease 0.8s;
}

.panel-heading [data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "▲";
  float: right;
  margin-right: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  margin-top: 0px;
  opacity: 0.6;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.deborder .panel-heading [data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "▲";
  float: right;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin-top: -35px;
  opacity: 0.6;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.deborder .panel-heading [data-toggle="collapse"].collapsed:after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #D4D4D4;
  border-color: #204D74;
}

.deborder {
  border-left: 1px solid #dedede
}

.codigo {
  background: #66030A;
  float: right;
  display: block;
  color: #D4D4D4;
  clear: both;
  padding: 6px 12px;
  border-radius: 6px;
}

.codigo:before {
  content: "Código: ";
  color: #FFFFFF;
}

.nav-tabs {
  list-style: decimal;
}

.tab-content .nav-tabs>li {
  max-width: 220px;
  list-style: decimal;
}

.requis2 .nav-tabs>li {
  width: 162px !important;
}

.nav-tabs>li>a {
  background: #858585;
  color: #D4D4D4;
  font-size: 16px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #D4D4D4;
}

.tab-content {
  padding-top: 20px;
}

.principales li a:first-letter {
  display: block;
  background: rgba(251, 251, 251, 0.9);
  padding: 3px 9px;
  color: #600;
  border-radius: 50%;
}

#procedimientos tr {
  cursor: pointer;
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .frase h1 {
    font-size: 18px;
  }
}

.bg-primary {
  background-color: #5d5d5d;
  color: #fff;
}

.bg-success {
  background-color: #5cb85c;
  color: #fff;
}

.bg-info {
  background-color: #5bc0de;
  color: #fff;
}

.bg-warning {
  background-color: #f0ad4e;
  color: #fff;
}

.bg-danger {
  background-color: #d9534f;
  color: #fff;
}

.bg-red {
  background-color: #bf4346;
  color: #fff;
}

.bg-green {
  background-color: #488c6c;
  color: #fff;
}

.bg-blue {
  background-color: #0a819c;
  color: #fff;
}

.bg-yellow {
  background-color: #f2994b;
  color: #fff;
}

.bg-orange {
  background-color: #e9662c;
  color: #fff;
}

.bg-pink {
  background-color: #bf3773;
  color: #fff;
}

.bg-violet {
  background-color: #9351ad;
  color: #fff;
}

.bg-grey {
  background-color: #4b5d67;
  color: #fff;
}

.bg-dark {
  background-color: #594857;
  color: #fff;
}

body.sidebar-colors #wrapper {
  background-color: #FFFFFF;
}

.doc {
  border: 3px solid #66030A;
}

.table-bordered>tbody>tr>td {
  border: 1px solid #66030A;
}

.control-emicion {
  text-align: center;
  background: #ababab;
  color: white;
}

@media (min-width:1200px) {
  .container2 {
    width: 1470px
  }
}

.container2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


/* Pagination */

.pagination li.active a,
.pagination li.active span {
  color: #FFFFFF;
  background: #5d5d5d;
  z-index: 2;
  cursor: default;
}

.pagination li.active a:hover,
.pagination li.active span:hover,
.pagination li.active a:focus,
.pagination li.active span:focus {
  color: #FFFFFF;
  background: #858585;
  ;
  z-index: 2;
  cursor: default;
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
  color: #FFFFFF;
  background: #5d5d5d;
  z-index: 2;
  cursor: default;
}

.pagination li a {
  color: #999999;
}

.pagination li:first-child a,
.pagination li:first-child span {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.pagination {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}


/* Contorno */

.pagination li a,
.pagination li span {
  border: 3px solid #858585;
  margin-left: -3px;
}

.pagination li.active a,
.pagination li.active span {
  border-color: #d44646 !important;
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
  border-color: #d44646 !important;
}

.pagination li:first-child a,
.pagination li:first-child span {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.pagination li:last-child a,
.pagination li:last-child span {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.table-nc>thead>tr>th {
  font-size: 17px;
}

.table-nc .titulo {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.table-nc .texto {
  margin-bottom: 5px;
}

.table-nc .texto>span {
  font-style: italic;
  font-weight: bold;
}
