hr {
    border: 0; 
    height: 1px; 
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
} 

hr.style-six { 
  border: 0; 
  height: 0; 
  border-top: 1px solid rgba(0, 0, 0, 0.1); 
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
  margin: 5px 0 5px 0;
  padding: 0px 0 0px 0;
}

hr.style-vmc { 
  border-color: #bbb; 
}

.inputP{
  width:auto; 
  background-color: #eee; 
  line-height:2em; 
  padding-left: 10px; 
  margin-right:35px; 
  border-radius: 5px; 
  font-weight: bold;
  cursor:pointer;
}

.nombreFixed{
  width:auto; 
  padding-left: 10px; 
  margin-right:35px; 
  font-weight: bold;
}

.nombreLink{
  width:auto; 
  /*background-color: #eee; */
  color: #3c8dbc;
  /*line-height:2em; */
  padding-left: 10px; 
  margin-right:35px; 
  /*border-radius: 5px; */
  font-weight: bold;
  /*cursor:pointer;*/
}

.aspectoLink{
  float:right;
  /*line-height:2em;*/
}

.inputP2{
  width:auto; 
  background-color: #eee; 
  line-height:2em; 
  padding-left: 20px; 
  margin-right:35px; 
  border-radius: 5px; 
  cursor:pointer;
}

.fixedP{
  width:auto; 
  background-color: #c0cedf; 
  line-height:2em; 
  padding-left: 10px; 
  margin-right:35px; 
  border-radius: 5px; 
  font-weight: bold;
}

.fixedP2{
  width:auto; 
  background-color: #c0cedf; 
  line-height:2em; 
  padding-left: 20px; 
  margin-right:35px; 
  border-radius: 5px; 
}

.fixedA{
  font-weight: bold;
  color: #006;
}

.cleanP{
  float:right;
}

div.modal-body{
    padding-top: 6px;
}


/*.timeline > .time-label > span {
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  padding: 0 7px 1px;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
  background-color: #961526 !important;
}

.bg-gray {
  background-color: #606970 !important;
  color: #fff;
}

.bg-orange {
  background-color: #c18626 !important;
}

.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
  color: #fff;
}*/
