.btn-añadir{
	background: #85C280;
	color: white;
	margin-right: 5px;
}
.btn-procedimiento {
	background: #85C280;
	color: white;
}
.btn-anterior, .btn-siguiente {
	background: #79C4AF;
	color: white;
}
.btn-hoy{
	background: rgb(121,196,175,0.4);
	color: white;
}
.btn-año, .btn-mes, .btn-semana, .btn-dia{
	background: #7FC492;
	color: white;
}

.color{
    width: 20px;
    height: 20px;
}

#convenciones{
    text-align: center;
    width: 240px;
}

.dh-Plantilla-Nuevo {
    background-color: rgba(204,59,20);
}

.dh-Plantilla-Revisión {
    background-color: rgba(204,59,20,0.5);
}


.dh-Rehabilitación-Nuevo {
    background-color: rgba(20,160,204);
}

.dh-Rehabilitación-Revisión {
    background-color: rgba(20,160,204,0.5);
}


.dh-Alimentos-Nuevo {
    background-color: rgba(57,204,20);
}

.dh-Alimentos-Revisión {
    background-color: rgba(57,204,20,0.5);
}


.Plantilla-Nuevo {
    background-color: rgba(204,59,20);
}

.Plantilla-Revisión {
    background-color: rgba(204,59,20,0.5);
}


.Rehabilitación-Nuevo {
    background-color: rgba(20,160,204);
}

.Rehabilitación-Revisión {
    background-color: rgba(20,160,204,0.5);
}


.Alimentos-Nuevo {
    background-color: rgba(57,204,20);
}

.Alimentos-Revisión {
    background-color: rgba(57,204,20,0.5);
}