body{
    margin:0px;
    background-color:#ffffff;
    font-family:titillium web;
    color: #222;
}
h2,h3{
    color: #1a4358;
    font-family:ubuntu;
}
#buscador{
    font-family:titillium web;
    width: 100%;
    height:55px;
    margin:0;
    padding-top:15px;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color:#222d32;
    display:inline-block;
}
#input-search{
    width: 45%;
    height: 30px;
    font-size: 16px;
    text-indent: 10px;
    margin-left: 23%;
    border-radius: 50px;
    padding-left: 20px;
}

.content-search{
    width: 50%;
    height: 12%;
    top: 0;
    left: 23%;
    background: white;
    display: none;
    position: relative;
    z-index: 1;
}

.content-table{
    width: 100%;
    max-height: 200px;
    height: auto;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 10px;
    overflow-y: visible;
    overflow-x: hidden;
}

.content-table table{
    width: 100%;
    background-color:#f1f1f1;
}


span{
    font-size: 13pt;
    text-align:left;
}

#table_length, #table_filter, #table_info, #table_paginate{
    display: none;
}
#btn_lista{
    width: 100%;
    background-color: transparent;
    border: none;
    text-align: left;
    padding:5px;
    border-bottom:1px solid #e7e7e7;
}
#btn_lista:hover{
    background-color:#1a4358;
    color: #ffffff;
}
#btn_buscar{
    position: relative;
    right:60px;
    padding: 13px 20px;
    padding: 13px 16px;
    background: transparent;
    color:gray;
    font-size: 17px;
    border: none;
    cursor: pointer;
    vertical-align:center;
}
#categorias{
    width:100%;
    height: auto;
    margin: auto;
    margin-top:5%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 0;
}
#boton_cat{
    width:100%;
    position: relative;
    display: inline-block;
    margin: 1%;
    text-align: center;
}
#boton_cat img{
    width:100%;
   
    border: solid;
    border-width: 5px;
    border-color: grey;
}
#boton_cat:hover{
    opacity: 75%;
}
a{
    text-decoration: none;
    color: black;
}
#migas{
    font-size: 19px;
    color: #777;
    width: 98%;
    height: auto;
    margin: auto;
    margin-top:4%;
}
#head{
    width: 85%;
    height: auto;
    margin: auto;
    display: inline-block;
    justify-content: center;
    padding: 5%;
    padding-top: 0%;
}
#galeria{
    width: 50%;
    float: left;
    align-items: center;
    margin: auto;
}
#desc_corta{
    width: 45%;
    float: left;
    align-items:center;
    margin-left: 5%;
}
#botones{
    width: 100%;
    margin-left: 5%;
    margin-top:1%;
    padding: 1%; 
}
#botones a{
    background-color: #1a4358;
    border-radius:5px;
    height: 10px;
    font-size: 15px;
    color: white;
    padding: 10px 10px;
    text-align: center;
}
#botones a:hover{
    background-color: #1a2226;
}
#desc_larga{
    width: 80%;
    height: auto;
    margin: auto;
    margin-top:1%;
    padding: 5%; 
}



/* css de paginas de categorias  */






*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 30%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}



.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}







