/*ALINEACION ENUNCIADO*/
.alineacion-enlaces{
	padding: 2%;
	text-align: center;
}


#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  font-size:100%;
  align-self: center;
  margin: 0% auto;
}

#customers tr {
  text-align: center;
  
}
table {
	width: 55%;
		 
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 1%;
  margin: 0% auto 0% 5%;   
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  background-color: #B8985D;
  color: white;
}

/*------RESPONSIVE------*/ 
@media (max-width:768px){
	table tr{
		width: 100%;
		 
	}
	#customers {
	  font-size:55%;
	}
}
 

 