/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/************VARIABLES HIPOTECARIO*************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Errores*****************/
.topPanel {
  display: block;
  height: 40px;
  background: #f7f7f7;
  padding-top: 4px;
  border-bottom: solid 1px #CECECE; }

.fila {
  padding-bottom: 18px;
  margin: 15px 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  border: solid 1px #CECECE;
  padding-bottom: 3px;
  overflow: auto; }

#lineaFacil {
  font-size: 12px;
  padding: 6px 0 6px 34px;
  margin-top: 18px;
  line-height: 15px;
  background: url(css/bitmaps/ico_linea_facil.gif) 0 6px no-repeat; }

.col-md-4,
.col-md-8,
.col-md-6 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-4 {
  width: 33.33333333%; }

.col-md-8 {
  width: 66.66666667%; }

.col-md-offset-4 {
  margin-left: 33.33333333%; }

.col-md-6 {
  width: 50%; }

.continuar {
  display: inline-block;
  color: #FFF !important;
  font-size: 12px;
  border-radius: 6px;
  border: none;
  padding: 7px 16px;
  background: #666;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer; }

.continuar img {
  position: relative;
  top: 2px; }

.continuar:hover {
  background-color: #C00; }

.old-error {
  padding-bottom: 20px; }

.old-error .img {
  text-align: center;
  padding-top: 15px; }

.old-error .textos {
  padding-top: 80px;
  font-size: 23px; }

.old-error .textos p {
  color: #656565;
  margin-bottom: 10px; }

.old-error .losentimos {
  font-size: 40px;
  color: #C00 !important;
  font-weight: bold; }

.old-error .texto--error,
.old-error .texto {
  font-size: 15px; }

.texto--error a {
  color: #c00 !important;
  text-decoration: none; }

.old-error .textos .destacado {
  color: #C00;
  font-weight: bold; }

#pie {
  text-align: center;
  background: url(css/bitmaps/pie_fdo.gif) top center no-repeat;
  margin: 18px 0;
  padding-top: 12px; }

.header {
  padding: 10px 0;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #CECECE; }

#lineaFacil {
  background: url(/BPO/Sitefinity/WebsiteTemplates/ThemeFinandina/App_Themes/ThemePrivado/Images/bitmaps/ico_linea_facil.gif) 0 6px no-repeat; }

/***********Fin Errores*****************/
@media (max-width: 990px) {
  .old-error .fila {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 12px 0 12px; }
    .old-error .fila .col-md-4.img {
      width: 100%;
      padding: 0; }
    .old-error .fila .col-md-8 {
      width: 100%;
      text-align: center; }
      .old-error .fila .col-md-8 .textos {
        padding: 0; }
  .old-error .col-md-6.linea_facil {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #lineaFacil {
    margin-top: 0; } }
