div.salidas h2, div.llegadas h2{
	color: #54585a;
	margin-top:0;
	text-align: center;
	font-size: 1.6em;
}

table {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  color: #000000;
}
table thead {
}
table th {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  background-color: #B9B9B9;
}
	div.salidas table  th {
	  background-color: #a6c3e3;
	}
	div.llegadas table th {
	  background-color: #B3E3A7;
	}
table td, table th {
  border: none;
  padding: 6px;
}
table td {
  border-bottom: #d8d8d8 1px solid;
  border-left: 3px solid #fff;
  padding: 6px;
  font-weight: 500;
}
table td:first-child {
  border-left: none;
}
table tr:nth-child(even) {
  background: #fff;
}

.bot-vermas{
	background-color: #EFF1F4;
    color: #000;
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 6px;
}
.bot-vermas:hover {
    background-color: #e4e8ea;
    color: #000;
}
.bot-vermas i{
	margin-right: 6px;
}

/* estilos específicos más pequeños para portada */
.sol-portada {
	font-size: 0.8em;
}
.sol-portada h2{
	font-size: 1em;
}
.sol-portada table td, .sol-portada table th{
	padding: 2px;
	line-height: 1.3em;
}