
@media only screen and (min-width : 381px) {
   .flex-row.row {
	 display: flex;
	 flex-wrap: wrap;
   }
   .flex-row.row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
   }
  .flex-row.row:after, 
  .flex-row.row:before {
	 display: flex;
  }
}




.flex-row .thumbnail,
.flex-row .caption {
  flex:1 0 auto;
  flex-direction:column;
}
.flex-text {
  flex-grow:1
}
.flex-row img {
  height:auto;
  width:100%
}
.colores{
	background-color: #88e2d2;
}
.color1d2b36{
background-color: #1d2b36	
}











@media only screen and (min-width : 481px) {
   .flex-row.row {
	 display: flex;
	 flex-wrap: wrap;
   }
   .flex-row.row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
   }
  .flex-row.row:after, 
  .flex-row.row:before {
	 display: flex;
  }
}




.flex-row .thumbnail,
.flex-row .caption {
  flex:1 0 auto;
  flex-direction:column;
}
.flex-text {
  flex-grow:1
}
.flex-row img {
  height:auto;
  width:100%
}
.colores{
	background-color: #88e2d2;
}
.color1d2b36{
background-color: #1d2b36;
color: #ffffff;
}
.coloreseff3f6{
background-color: #eff3f6;   
} 
.coloreseff3f6{
background-color: #eff3f6;
color: #5f7774;
}
.colores94E2D4{
background-color: #94E2D4;
color: #5f7774;
}
.coloresD7EEED{
background-color: #D7EEED;
color: #5f7774;
}
.col-lg-3 {
    width: 23.5%;
    height: 85%;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 1px;
}
.col-lg-3_ {
    width: 32%;
    height: 85%;
    margin: -14px;
}


/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% .5%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.5%; }
.span_1_of_3 { width: 33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {  margin: 1% 0 1% 0%; }
  .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}



.col_ {
  display: block;
  float:left;
  margin: 1% 0 1% .4%;
}
.col_:first-child { margin-left: 0; }



 .iframe1 { 
  max-height: 640px; 
  height:480px;
  max-width: 1440px; 
  width: 920px;
  border: none; 
}


 .maafino_facturestructura1 {
    background: #ffffff none repeat scroll 0 0;
    /*border: 3px solid #1D2B36;*/
    /*border-radius: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);*/
    /*overflow: hidden;*/

    /*
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    width: auto;
    height: 400px;
    margin-left: 115px;
    margin-right: 115px;
    margin-top: 30px;   */

display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}




.maafino_facturestructura1 a.maafino_facturestructuracerrar {
    /*background: #ffffff none repeat scroll 0 0;
    border: 3px solid #333;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: #1D2B36;
    cursor: pointer;
    font: bold 18px/22px Arial,sans-serif;
    position: absolute;
    right: -10px;
    text-align: center;
    text-decoration: none;
    top: -10px;
    width: 22px;*/
}

#contenedor {
   /*position: fixed;*/
   z-index: 0;
   /*float: left;*/
   text-align: center;
   overflow-y: scroll;
   height: -webkit-fill-available;
}

.input { 
    text-align: right;
    color: black;
}

.textarea {
    text-align: justify;
    white-space: normal;
    color: black;    
}

.oculto {-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;-ms-transition:1s;opacity:0;-ms-opacity:0;-moz-opacity:0;visibility:hidden;}


#searchResult{
 list-style: none;
 padding: 0px;
 width: 450px;
 position: absolute;
 margin: 0;
}

#searchResult li{
 background: #eff3f6;
 padding: 4px;
 margin-bottom: 1px;
}

#searchResult li:nth-child(even){
 background: #89e1d0;
 color: #1d2b36;
}

#searchResult li:hover{
 cursor: pointer;
}

.panel-heading a:after {
font-family:'Glyphicons Halflings';
content:"\e114";
float: right;
color: grey;
}
.panel-heading a.collapsed:after {
content:"\e080";
}