*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body{
	color: #555;
  	font-size: 13px;
  	font-family: 'Open Sans',sans-serif;
}
a{
   text-decoration:none;
}

.contenedor{
	margin-top : 86px;
	min-height: 820px;
}
/* PAGINA CLUB */
/* .dataTables_wrapper, .dataTables_length{
  color: #555 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
    font-family: 'Open Sans',sans-serif;
}
.page-title{
font-size: 32px;
color: #333;
font-weight: 600;
margin-top: 0;
margin-bottom: 35px;
}
  table.dataTable thead th{
  background-color: #f0f0f0;
  font-weight: normal;
  border-bottom: 0px;
   padding: 18px 10px;
} */
/* table.dataTable thead th:hover{
  color : #8B4955;
}


table.dataTable.no-footer{
  border-bottom: 0px;
}
table.dataTable tbody tr{
  border: 1px solid black;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
 }
  table.dataTable tbody td {
    padding: 18px 10px; }
 .icn-only{
   font-weight : 600;
   text-decoration : none;
  -webkit-border-radius : 50%;
  -moz-border-radius : 50%;
  border : 1px solid black;
  border-radius : 50%;
  padding : 7px 14px;
  color : black;
   }
 .icn-only:hover{
     background-color: #131313;
  color: #fff;
  text-decoration: none;
   } */
/*  .dataTables_info{
  color: #555 !important;
  font-size: 13px;
}   */
  #clubs td{
  	border-top: 1px solid #fff;
  	border-bottom: 1px solid #f0f0f0;
  	
  }
  #clubs_paginate a{
  	border: 1px solid #ddd;
  	margin: 0px;
  	border-radius : 0;
  	font-size: 13px;

  }
  #clubs_previous {
  	border-bottom-left-radius: 4px !important;
  	border-top-left-radius: 4px !important;

  }
  #clubs_next {
  	border-bottom-right-radius: 4px !important;
  	border-top-right-radius: 4px !important;

  }

select{
	width : 134px;
	font-weight : 400;
	color : #555;
	background-color : #fff;
	border : 1px solid #666;
	border-radius : 0;
	padding : 5px 6px;
	height : 34px;
	line-height : 30px;
}

/* PAGINA EMPRESA */
.contenedor2{
  	margin-top : 70px;
  	min-height: 820px;
}
#menu_club h2{
  margin-bottom : 0;
}

#menu_club{
	border-bottom : 1px solid #f2f2f2;
	background-color : #f9f9f9;
	padding : 15px;
	min-height: 160px;
	display : flex;
	align-items: center;
	
}
#logo_empresa{
border-radius: 10px;
height: auto;
min-height: 100px;
min-width: 120px;
max-width: 162px;
}
#menu_empresa{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#menu_empresa a{
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #ddd;
}
#menu_empresa a:last-child {
  border-right: 0;
}
#boton_editar, #boton_lista{
border: 1px solid #232323;
-webkit-border-radius: 2em ;
-moz-border-radius: 2em;
border-radius: 2em ;
vertical-align: middle;
text-align: center;
padding: 7px 14px;
font-size: 14px;
}

#boton_editar{
  background-color: #232323;
  color: #fff;
}
#boton_lista{
  background-color: white;
  color: black;
}
#boton_editar:hover{
  background-color: #131313;
  color: #fff;
  text-decoration: none;
}
 #boton_lista:hover{
   background-color: black;
  color: #fff;
  text-decoration: none;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
}