@charset "UTF-8";
/* Aquí definimos las Custom properties */

.contenedor-tab{
  width: 100%;
 background-color:#313030 !important
}

.description{
  font-size: 18px;
 color:  #797777;
 font-weight: bold;
}

.description:hover{
  color: #9d9565;
}

.menu-tab{
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center ;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 40px;

}

.buttonH{
  min-width: 170px;
}

.menu-tab  li {

  list-style-type: none!important;
  text-align: center;
}

.menu-filter{
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center ;
  align-items: space-between;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-tab{
  border-bottom: 1px solid #f9f9f9;
}
.buttonv{
	text-decoration: none!important;
  min-width: 12%;
  margin: 1%;
}

a.v-button .activo{
  background-color: #9d9565!important;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}

a.v-button{
  width: 100%;
  background-color: #666;
  color: #fff;
  display: inline-block;
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none!important;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}




#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
  background-color: rgba(355,255,255,0.8);
  text-shadow:  1px 1px 2px rgb(255 255 255)
}



#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: rgba(355,255,255,0.8);
  color: rgb(0, 0, 0);
}

.circle{
  width: 48px; height: 48px; border-radius: 50%; line-height: 48px;
 background-color:  #a89873;
 color: #FFFFFF;
 font-size: 32px;
 font-weight: lighter;
 text-shadow: 1px 1px 2px rgb(0 0 0);
 box-shadow: 0px 1px 2px 2px rgb(0 0 0 / 10%), inset 0px 1px 1px 1px rgb(0 0 0 / 50%);
 margin: 0 auto;
}

.activo{
	text-decoration: none!important;

}
.activo li{
	 background-color: #666666 !important;
    border-bottom: 1px solid #efefef;
}
.activo .description{
	color: #cfa965!important;
}
.activo-flter{
	background-color: #9d9565!important;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}

#v_tip{

    top: 186px;
    color: white;
    padding-top: 7px;
    padding-left: 40px;
    padding-right: 40px;
    height: 45px;
    font-size: .9em;
    text-align: center;
}