<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* slider */

.main {
    /* font-family:Arial; */
    width:80%;
    display:block;
    margin:0 auto;
  }

  .main_integrantes {
    /* font-family:Arial; */
    width:80%;
    display:block;
    margin:0 auto;
  }

  .main_galeria {
    /* font-family:Arial; */
    width:120%;
    display:block;
    margin:0 auto;
  }
  h3 {
      background: #fff;
      color: #3498db;
      font-size: 36px;
      line-height: 100px;
      margin: 10px;
      padding: 2%;
      position: relative;
      text-align: center;
  }
  .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
  }
  .action a {
    display:inline-block;
    padding:5px 10px; 
    background:#f30;
    color:#fff;
    text-decoration:none;
  }
  .action a:hover{
    background:#000;
  }
  
  /* slider */</pre></body></html>