@CHARSET "UTF-8";

.btn.btn-greensea:focus {
	background-color: #138a72;
    border-color: #107863;
	color: white; 
}

.celda-tipo-anulada, .celda-tipo-fin-de-jornada {
	font-weight: bold;
	color: white !important;
	background-color: #E05D6F !important;
}

.celda-tipo-incluida, .celda-tipo-relevo {
	font-weight: bold;
	color: white !important;
	background-color: #16A085 !important;
}

.header-centrado{
	text-align: center;
}

.celda-centrada{
	text-align: center;
}

.celda-derecha{
	text-align: right;
}

.header-exploraciones{
	font-size: 12px;
}

span.gi {
    color: #d7d7d7;
    font-weight: bold;
    margin-right: 5px;
}

p.smallsub {
    margin: 0;
    padding: 0;
    font-size: 0.7em;
}

p.smallsub span {
    color: #a0a0a0;
}