span.blue {
  background: #5178D0;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}
#modal-mod{
    position: relative;
    /*top:6%;*/
    width: 60%;
    min-width: 300px;   
}

.alerta-expiracion{
	border-top: 2px solid #D90000 !important;
	color: #D90000 !important;
}

.alerta-expiracion .txt-dia{
	color: #D90000 !important;
}

.txt-expirados{
	border-top: 2px solid #AAAAAA !important;
	color: #AAAAAA !important;	
}

.txt-expirados h4 a{
	color: #AAAAAA !important;	
}

.txt-expirados .btn-editar-trabajo{
	/*color: #AAAAAA !important;	*/
}
.txt-expirados .txt-dia{
	color: #AAAAAA !important;
}

.modal-header {
    padding: 20px 20px 10px 10px;
    background: #f7f9fa;
	height: 70px;
}

.modal-header h4{
	font-size: 20px;
}

.txt-entrega{
	font-size: 14px;
	text-align: center;
	margin-bottom: -10px;
}

.txt-dia{
	font-size: 57px;
	text-align: center;
	margin-bottom: -10px;
	color: #3398DC;
}

.txt-mes{
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.txt-creado{
	float: left;
}
.txt-visto{
	float: right;
}